#auth_message {
    min-height: 32px;
    font-size: 15px;
}
@font-face {
	font-family: dana;
	src: url('../fonts/dana-fanum-medium.eot');
	src: url('../fonts/dana-fanum-medium.eot') format('embedded-opentype'), url('../fonts/dana-fanum-medium.woff') format('woff'), url('../fonts/dana-fanum-medium.html') format('truetype');
	font-weight: 400;
	font-style: normal
}

body {
    direction: rtl;
    background-color: #00263A !important;
        overflow-y: hidden;
    
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .form-label , .waviy{
   font-family: 'dana', sans-serif;

}
label {
    font-family: 'dana';
}
.py-5 {
width: 100% !important;
    max-width: 1260px;
    height: 100vh;
}
.justify-content-center {
    align-items: center;
    align-content: center;
    height: 100vh;
        display: flex
;
}
.sabinserver-login-logo {
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.login-form-sabin {
        margin-top: 5%;
}
.login-form-sabin label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
}
.login-form-sabin input {
        border-radius: 15px;
    height: 44px;
    direction: ltr;
}
.login-form-between {
    display: block;
    margin-top: 25px;
}
.login-form-between button {
  width: 100%;
    background: #F26C21;
    border-radius: 15px;
    border: 0px;
    height: 40px;  
    font-family: 'dana';
    font-size: 16px;
}
.login-form-between button:hover {
    background: #F26C21;
}
.sabinclient-bg {
    float: left;
}
.sabinclient-bg img {
        width: 500px;
    height: 500px;
}
.login-title {
        text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.register-butt {
        margin-top: 6%;
    width: 100%;
}
.register-butt a { 
    font-size: 17px;
    font-family: 'dana';
    color:#fff;
}
.register-butt button {
        width: 45%;
    height: 40px;
    background-color: rgb(243 244 246);
    border-radius: 5px;
    border: 0px;
}
.register-step1-title {
        color: #fff;
    font-family: 'dana';
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.register-form-sabn label { 
        color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
}
.register-form-sabn input {
    border-radius: 15px;
    height: 44px;
    direction: ltr;
}
.register-form-sabn-buttom {
    width: 100%; 
    background: #F26C21 !important;
    border-radius: 15px !important;
    border: 0px !important;
    height: 40px;
    font-family: 'dana' !important;
    font-size: 16px !important;
    display: block !important;
    margin-top: 5%;
}
.bac-loginsabin {
    color: #fff;
    font-family: 'dana';
    font-size: 14px;
}
.bac-loginsabin-butt {
    padding: 0;
    font-size: 14px;
    color: #f26c21;
        text-decoration: unset;
    font-family: 'dana';
}
.alert-danger {
    font-family: 'dana';
}
.alert-success {
    font-family: 'dana';
}
.register-step2-title {
            color: #fff;
    font-family: 'dana';
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.register-step2-form input {
    border-radius: 15px;
    height: 44px;
    direction: ltr;
}
.register-step2-form label { 
        color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
}
.register-step3-title {
                color: #fff;
    font-family: 'dana';
    font-size: 25px;
    font-weight: 600;
    text-align: center; 
    margin-bottom: 20px;
}
.register-step3 input {
    border-radius: 15px;
    height: 44px;
    font-family: 'dana';
}
.register-step3 label { 
        color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
}
.register-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}
.register-field {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}
@media (max-width: 600px) {
    .register-row {
        flex-direction: column;
    }
}
.register-form-sabn {
        margin-top: 25px;
}
#register_send_otp_btn {
     margin-top: 45px;
}
 
@media (max-width: 991.98px) {
  .col-md-5, .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sabinclient-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 8px;
  }

  .sabinclient-bg img {
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {

  .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .col-md-5, .col-md-7 {
    display: block;
  }
  .sabinclient-bg {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sabinclient-bg img {
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.register-butt {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  gap: 16px; 
  margin-bottom: 16px;
}

.register-butt a {
  flex: 1;
  display: flex;
}

.register-butt button {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  margin: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .register-butt {
    gap: 8px; 
  }
  .sabin-reg-step3-form {
    max-width: 100vw !important;
    width: 100% !important;
    max-height: 99vh !important;      
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    padding-bottom: 20px;
    margin-top: 0% !important;
  }
  #auth_message {
      margin-bottom: 25%;
  }
}
@media (max-width: 991.98px) {
  .col-md-7, .sabinclient-bg {
    display: none !important;
  }
  .register-butt {
      display: block;
  }
  .register-butt a  {
      margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width:990px) {
    .col-12 {
        flex: 0 0 auto !important;
    width: 100% !important;
    }
}
.custom-captcha-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
    margin-top: 20px;
}

.custom-captcha-image {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.custom-captcha-image:hover {
    opacity: 0.8;
}

.custom-captcha-input {
    max-width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    font-family: 'dana';
    font-size: 16px;
}
#login-form_captcha_container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
#register-step1_captcha_container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
