.user-header {
    height: 15rem;
    line-height: 5rem;
    text-align: center;
    background: linear-gradient(to right bottom, #f05a87, #6539cc);
    /*background: url('/skin/css/images/image22.png');*/
    border-bottom-right-radius: 50% 29%;
    border-bottom-left-radius: 50% 29%;
    color: white;
    padding: 0;
    width: 110%;
    margin-left: -5%;
    padding: 1px
}
.need-to-login,
.user-logo {
    margin: 5rem auto;
    width: 70%
}

.need-to-login p {
    line-height: 1rem;
    font-size: .5rem;
    white-space: normal;
    width: 65%;
    margin: 0 auto
}

.user-login-btn {
    display: inline-block;
    width: 70%;
    margin-top: 1rem;
    background-color: #fff;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    color: #c02eda;
    margin: 1rem auto;
    border-radius: .3rem
}

.user-bars {
    margin-top: 2rem;
    width: 100%;
    padding: 0 .8rem;
    box-sizing: border-box
}

.user-bars .u-bar {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .5rem;
    color: #000;
    position: relative
}

.user-bars .u-bar .icon {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    top: .25rem
}

.user-login-logo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 0 5px #fbfbfb, 0px 0 0 10px #fbfbfb61, 0 0 0 15px #fbfbfb1f;
    margin-bottom: 1rem
}

p.user-nickname {
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.logo-out {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-top: 3rem;
    color: #fff;
    text-align: center;
    background-color: #c364f1
}

.history-content textarea {
    width: 100%
}

.history-content .submit-btn {
    width: 100%;
    border: 0;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    margin-top: 1rem;
    color: #fff;
    text-align: center;
    background-color: #c364f1
}

.aboutus-content {
    font-size: .8rem;
    line-height: 1.8em
}

.aboutus-content {
    text-indent: 1.6rem
}

.loginOutConfirm {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    margin: 40vh auto;
    max-width: 520px;
    color: #757575
}

.loginOutConfirm h1 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1rem
}

.loginOutConfirm .lightbox-close {
    border-top: 1px solid #f1f1f1;
    padding: 10px 20px;
    background: #fff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-left: -10%;
    width: 120%
}

.loginOutConfirm .lightbox-close.confirm {
    color: #090edd
}

.loginOutConfirm .lightbox-close.cancel {
    color: #9200fe
}