#login .avatar {
    min-height: 200px;
    text-align: center;
    padding: 4rem;
}

#login .avatar img {
    display: inline-block;
    width: 82px;
    height: 82px;
}

#login .avatar p {
    font-size: 2rem;
    margin-top: 20px;
}

.form {
    position: relative;
    padding: 0 2rem;
}

.form input {
    display: block;
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px solid #f5f7f9;
    color: #333;
}

.form .form-forget {
    position: absolute;
    top: 3rem;
    right: 2rem;
    height: 2.5rem;
    border: none;
    background: transparent;
    color: #106fff;
}

.form-login {
    display: block;
    margin: 24px auto 0;
    width: 87%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: linear-gradient( 90deg, #106fff, #3fcfff);
    border-radius: 24px;
    color: #fff;
    border: none;
    font-size: 19px;
}

.btn-bg {
    box-shadow: 0 0.18rem 0.5rem 0 rgb(16 111 255 / 12%);
    border-radius: 22px;
    background: linear-gradient( 90deg, #106fff, #3fcfff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    width: 87%;
    margin: 34px auto 0;
}

.btn-bg .form-register {
    flex: 1;
    color: #106fff;
    font-size: 19px;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    background: #fff;
    border: none;
}