*,body{
    padding: 0;
    margin: 0;
    width: 100%;
    /* height: 100%; */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
input[type="password"]::-ms-reveal{
    display: none;
}
input[type="password"]::-ms-clear{
    display: none;
}
input[type="password"]::-o-clear{
    display: none;
}
.r_login_body{
    width: 100vw;
    height: 100vh;
    background-color: aqua;
    position: relative;
    background: url('../img/bg-3.svg') no-repeat 10em 10em;
    background-size: 50%;
}
.c_loginBox{
    padding-top: 1px;
    width: 30em;
    height: 35em;
    background-color: rgba(255, 255, 255, 1.0);
    margin: 0 auto;
    transform: translateY(5em);
    margin-right: 6em;
    box-shadow: 0px 0px 10px 1px rgba(150, 150, 150, 1.0);
}
form{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 5em;
    position: relative;
}
form div{
    width: 20em;
    height: 4em;
    margin-top: 1em;
}
.loginTitle p{
    text-align: center;
    line-height: 3em;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.3em;
}
.logo_input{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logo_input img{
    position: absolute;
    width: 2em;
    height: 2em;
    left: 1em;
}
#eye{
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    text-align: center;
    line-height: 2em;
}
.fa-eye{
    background: url("../img/password_eye_none.png") no-repeat center;
    background-size: 1.5em;
}
.fa-eye-slash{
    background: url("../img/password_eye_block.png") no-repeat center;
    background-size: 1.5em;
}
.logo_input input{
    width: 17em;
    height: 3em;
    border: 0px;
    border-radius: 30px;
    background-color: rgba(240, 240, 240, 1.0);
    padding-left: 2.5em;
    font-size: 18px;
    outline: none;
}
.login input{
    width: 14em;
    height: 3em;
    font-size: 16px;
    border: 0;
    background-color: rgba(0, 2, 168, 1.0);
    transform: translateY(1em);
    border-radius: 30px;
    text-align: center;
    line-height: 3em;
    color: rgba(255, 255, 255, 1.0);
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    transition: 0.2s ease;
}
input:focus{
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 0px 10px 1px rgba(150, 150, 150, 1.0);
    transition: 0.3s ease;
}
.forgetThePassword{
    width: 6em;
    height: 1em;
    position: absolute;
    right: 4em;
    top:24em;
    color: rgba(170,170,170, 1.0);
    cursor: pointer;
    user-select: none;
    transition: 0.2s ease;
}
.forgetThePassword:hover{
    color: rgba(113, 113, 113, 1.0);
}
.login{
    width: 14em;
    height: 3em;
    background-color: rgba(0, 2, 168, 1.0);
    transform: translateY(1em);
    border-radius: 30px;
    text-align: center;
    line-height: 3em;
    color: rgba(255, 255, 255, 1.0);
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    transition: 0.2s ease;
}
.login:hover{
    background-color: rgba(185, 198, 255, 1.0);
    box-shadow: 0px 10px 20px 1px rgba(150, 150, 150, 1.0);
}
.login:active{
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 2, 168, 1.0);
    box-shadow: 0px 0px 0px 1px rgba(150, 150, 150, 1.0);
}
.c_loginBox_logo{
    position: absolute;
    margin-left: 1em;
    margin-top: 1.5em;
    width: fit-content;
    height: 1.5em;
    padding-top: 0.8em;
    font-size: 50px;
    /* font-weight: 600; */
    letter-spacing: 5px;
    color: rgba(0,120,80, 1.0);
    font-family: 'STXingkai';
}
.organization_logo{
    position: absolute;
    width: 18em;
    /* height: 5em; */
    margin-top: 1.5em;
    margin-left: 2em;
}
.c_top_p{
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 120, 80,1);
    position: absolute;
    font-size: 30px;
    margin-left: 10.5em;
    user-select: none;
    margin-top: 1.5em;
}
/*.r_hbdx_logo_container{*/
/*    width: 10em;*/
/*    user-select: none;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    margin: 0 auto;*/

/*    margin-left: 23em;*/
/*    margin-top: 2em;*/
/*    transition: 0.3s;*/
/*}*/

.r_hbdx_logo_container{
    width: 26em;
    user-select: none;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    margin-top: 0.3em;
    margin-left: 20em;
    transition: 0.3s;
}

.r_hbdx_logo_container:hover{
    filter: drop-shadow(10px 10px 5px rgba(202, 204, 202,1));
    transform: translateY(-4px);
}