.header-login{
    padding: 1.38rem 0 0;
}
.login-icon{
    width: 1.09rem;
    height: 1.15rem;
}
.login-name{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.591rem;
    font-weight: normal;
    font-stretch: normal;
    color: #52bac4;
    text-align: center;
    margin-top: 0.48rem;
}
.login-form{
    padding: 1.28rem 2rem 0;
}

.appointment-group {
    height: 1.05rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    border: solid 0.02rem #58697a;
    padding: 0 0.29rem;
    margin-bottom: 0.6rem;
    box-sizing: border-box;
}

.appointment-input {
    width: 100%;
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #58697a;
}

input::-webkit-input-placeholder {
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.5;
}
.login-btn{
    padding: 0 0.7rem;
}

.login-btn .login-btn-submit{
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(67deg, #06beb6 0%, #48b1bf 100%);
    border-radius: 0.5rem;
    opacity: 0.8;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
}
.login-btn .registered-btn{
    width: 100%;
    height: 1rem;
    border-radius: 0.5rem;
    border: solid 0.02rem #58697a;
    opacity: 0.5;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #c5c5c5;
    margin-top: 0.3rem;
}
.forget-pass{
    margin-top: 1.27rem;
    font-family: NotoSansHans-Light;
    font-size: 0.346rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0.014rem;
    color: #2c3e50;
    opacity: 0.5;
}
.forget-pass-btn{
    font-family: NotoSansHans-Medium;
    font-size: 0.346rem;
    font-weight: normal;
    letter-spacing: 0.014rem;
    color: #2c3e50;
    border-bottom: solid 0.02rem #58697a;
}