.login_box{
    margin: 50px auto;
}
.login_box_top{
text-align: center;
    margin-bottom: 20px;
}
.login_box_top h1 {
    font-size: 27px;
    font-weight: 700;margin-bottom: 20px;
}
.login_box span {
    color: red;
    margin-top: 4px;
    font-size: 12px;display: block;
}
.login_link{
    background: #FFA5000f;
    font-weight: 500;
    color: #FFA500;
}
.login_box_form{
    width: 385px;
    padding: 35px;

   /* box-shadow: 0 0 3px #B3B3B3;*/
    border-radius: 19px;
    box-shadow: -4px 10px 24px rgb(89 42 187 / 5%);
    border: solid 2px #f1f1f1;

}
.login_box_form button {
    background: #FFA500;

    border: 0;
    width: 100%;
    padding: 11px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;

}
.login_box_form  .login_link{
    background: transparent;
}.show_password{
     position: absolute;
     right: 16px;
     top: 38px;
     color: #000 !important;
     cursor: pointer;
 }.show_password path{
      fill: #ADB5BD;
  }
@media(max-width: 992px){
    .login_box {
         margin: 0;    width: 100%;
         padding: 0 15px;position: absolute;
        top: 50%;
        transform: translateY(-50%);
     }.login_box_form {
          width: 100%;

      }.show_password {

           top: 33px;

       }
}