.bare-body {
    min-height: 100%;
    color: #1A1938;
    padding: 0;
    overflow-x: hidden;
}

.bare-main {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    width: 100%;
    height: 324px;
}

.bare-main .user-form {
    width: 415px;
    /*height: 100%;*/
    margin: 0 auto;
    border: 1px solid #dee0e3;
    background-color: #FFF;
    box-sizing: border-box;
}

.bare-main .user-form .title {
    padding-top: 7%;
    font-size: 2rem;
    color: #52b2f5;
}

.bare-main .user-form .inputP {
    position: relative;
    border: 0.13rem solid #d9dadc;
    border-radius: 0.2rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding: 0.35rem 0;
}

.bare-main .user-form .login .inputP {
    margin-bottom: 1.25rem;
}

.bare-main .user-form .register .inputP {
    margin-bottom: 1.25rem;
}

.bare-main .user-form .inputP.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0.06rem 0.06rem rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0.06rem 0.06rem rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.bare-main .user-form .inputP input {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 62.5rem white inset;
    border: none;
    border-left: 1px solid #CCC;
    outline: 0;
    padding: 0.3rem;
    width: 19rem;
}

.bare-main .user-form .inputP span{
    width: 2rem;
    padding-top: 5px;
    margin: 0 0rem 0 0.5rem;
    color: #dedce0;
}

.bare-main .user-form .form {
    padding: 25px;
    padding-top: 1rem;
}

.bare-main .user-form .form .control-label {
    font-size: 14px;
    font-weight: 700;
    color: #1A1938;
}

.bare-main .user-form .form .warn {
    position: relative;
    height: 18px;
}

.bare-main .user-form .form .warn p {
    position: absolute;
    width: 100%;
}

.bare-main .user-form .form .btn-panel {
    padding: 10px;
}

.bare-main .user-form .form .btn-panel .btn {
    min-width: 175px;
    border-radius: 50px;
    padding: 10px 20px;
}

.bare-main .change {
    width: 415px;
    height: 58px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
