
@font-face{
   font-family: din-next-medium; 
   src:  url('../../../fonts/DIN-NEXT-ARABIC-MEDIUM.otf') format("opentype");
}
@font-face{
   font-family: din-next-regular; 
   src:  url('../../../fonts/DIN-NEXT-ARABIC-REGULAR.otf') format("opentype");
}
@font-face{
   font-family: din-next-light; 
   src:  url('../../../fonts/DIN-NEXT-ARABIC-ULTRALIGHT.otf') format("opentype");
}
html {
  font-size: 100%;  scroll-behavior: smooth;}

body {
  direction: rtl;
  background-attachment: fixed;
  background-color: #ffffff;
  color: #0063f8;
  font-family: 'din-next-regular', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  line-height: 1.642;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased; 
 scroll-behavior: smooth;
font-family: din-next-regular;
letter-spacing: 0px;}
img {
    max-width: 100%;
    height: auto; 
    margin: auto;
    display: block;
}

p {
  font-size: 15px;
  font-weight: 400; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

iframe {
  border: none;
  width: 100%; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }
  a:hover{
    color: #1f3668 ;
    text-decoration: none;
    outline: none; }
    a:focus {
      color: #6f82ff !important;
    }
  a img {
    border: none; }

iframe {
  border: none; }

::selection {
  background: #1f3668;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  /* Firefox */
  background: #222222;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  /* Safari */
  background: #222222;
  color: #ffffff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito', sans-serif;
  line-height: 1.42857;
  color: #222a5c; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #222a5c;
    font-weight: 400; }

h1, h2, h3, h4
.h1, .h2, .h3, .h4 {
  font-weight: 700; }

h5, h6,
.h5, .h6 {
  font-weight: 400; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 12px; }
p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px; }
::-webkit-input-placeholder {
    color: #7884ac !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #7884ac !important;
    opacity: 1 !important;
}
.btn-secondary,
.btn-secondary:focus, 
.btn-secondary.focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #0063f8;
    border-color: #fff;
    box-shadow: none;
}
button:focus,button:active{
  border: none;
  outline: none;
}

/* Home Banner */
.home-banner{
    background: url(../../../media/login/home-banner.jpg);
    background-size:100% 100% ;
    background-position:100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    animation-name:fadeIn;
    animation-duration: 1s;
    /* animation-delay: 0.4s; */
}


.sec_right{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec_right .heading h1{
  position: relative;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-family:din-next-medium;
    font-weight: 400;
    text-shadow: 1px 1px 3px #000;
    animation-name:fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.8s;
}
.sec_right img{
  height: 450px;
  min-height: 450px;
  margin: 20px auto;
  animation-name:fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
}
.sec_left{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 40px;
}
.box_decore{
  color: #fff;
  width: 100%;
  background-color: #00000029;
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
  animation-name:fadeIn;
  animation-duration: 1s;
  animation-delay: 1.4s;
}
.form_login{
  position: relative;
  display: block;
}

.form_login .form-group input{
  display: block;
  height: 40px;
  background: #fff;
  border-radius: 12px;
  color: #333;
  font-size: 16px;
  padding: 8px 16px;
  letter-spacing: 0px;
  line-height: 30px;
  text-align: right;
  border: 1px solid #fafafa;
 
}
.form_login .form-group label{
  margin-top: 8px;
  color: #fff;
  font-size: 16px;


}
.form_login .form-group .forgot_pass{
  float: left;
   margin-top: 8px;
  color: #96f2ff;
  font-size: 16px;
}
.form_login .form-group .forgot_pass:hover{
  color: #000;
  transition: 0.3s all;
}
.form_login .btn_login{
  margin-top: 14px;
  display: block;
  width: 100%;
  background: #1f7800;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  border: none;
  padding-bottom: 12px;
  box-shadow: 0 3px 1rem rgba(0,0,0,.175);
}
.form_login .btn_login:hover{
  background: #218838;
  color: #fafafa;
  box-shadow: 0 6px 1rem rgba(0,0,0,.175);
}

.form_login .form-group input[type="checkbox"]{
  width: 20px;
  border-radius: 8px;
      margin-top: 0px;
}
.form_login  .form-check label{
  margin:3px 8px;
}
.home-banner .logo{
  position: absolute;
  top: 30px;
  left: 90px;
  width: 90px;
    animation-name:fadeInDown;
    animation-duration: 1s;
    animation-delay: 1.2s;

}
.form_login  .sec_captcha{
  position: relative;
    display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_login  .sec_captcha .form-group{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_captcha img{
  border-radius: 12px;
  width: 25%;
  min-width: 180px;
  max-width: 180px;
  height: 45px;
  background: #fff;
}
.sec_captcha .capch{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_captcha .refresh_captcha{
  width: 40px;
  height: 40px;
  padding: 0px 4px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin: 0px 8px;
}
.sec_captcha .refresh_captcha span{
  background: #1f7800;
  border-radius: 100%;
  font-size: 28px;
  line-height: 40px;
  padding: 2px;
}
.sec_captcha .refresh_captcha:hover span{
  background-color:#218838 ;
  color: #fff;
  box-shadow: 1px 1px 8px #00000050;
  transition: 0.3s all;
}
.box_decore .create_account{
  display: block;
  color: #1f7800;
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
}
.box_decore .create_account:hover{
  color: #fff;
}
.delay_1_6{
  -webkit-animation-delay:1.6s;animation-delay:1.6s;
}
.delay_1_7{
  -webkit-animation-delay:1.7s;animation-delay:1.7s;
}
.delay_1_8{
  -webkit-animation-delay:1.8s;animation-delay:1.8s;
}
.delay_1_9{
  -webkit-animation-delay:1.9s;animation-delay:1.9s;
}
.delay_2_2{
  -webkit-animation-delay:2.2s;animation-delay:2.2s;
}
.delay_2_3{
  -webkit-animation-delay:2.3s;animation-delay:2.3s;
}
/* End Home Banner */

/**Inner Pgae**/
/* Home Banner */

