.register_box{
    margin: 50px auto;
}
.register_box_top{
text-align: center;
    margin-bottom: 20px;
}
.register_box span {
    color: red;
    margin-top: 4px;
    font-size: 12px;display: block;
} .register_box p {
      line-height: 15px;
      font-size: 15px;
 }
.register_box_top h1 {
    font-size: 27px;margin-bottom: 20px;
    font-weight: 700;
}
.register_link{
    background: #FFA5000f;
    font-weight: 500;
    color: #FFA500;
}
.register_box_form{

    width: 600px;
    padding: 35px;
    box-shadow: -4px 10px 24px rgb(89 42 187 / 5%);
    border: solid 2px #f1f1f1;
   /* box-shadow: 0 0 3px #B3B3B3;*/
    border-radius: 30px;
}
.register_box_form button {
    background: #FFA500;

    border: 0;
    width: 100%;
    padding: 11px;
    color: #fff;
    border-radius: 6px;
}
.register_box_form.send_code {
    width: 398px;
}
.show_password{
    position: absolute;
    right: 26px;
    top: 30px;
    color: #000 !important;
    cursor: pointer;
}
.show_password path{
    fill: #ADB5BD;
}
@media(max-width: 992px){
    .register_box_form{
        width: 100% !important;

    }.register_box {
         margin: 0;
         padding: 0 15px;
             margin-top: 50px;
     }
}