
.remember-me-label {
position: absolute !important;
right:25%;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
  right: -34%;
}

select {
  text-align-last: right;
}

input,select option
{
    text-align: right;
    direction: rtl;

}

.ltr{
  direction: ltr;
}

.form-control {
  height: calc(2.25rem + 4px);
}


@media (max-width: 576px){
.login-box, .register-box {
    margin-top: 100px  !important;
    width: 90%;
    margin-left: 0px;
}
}
/* .register-box {
  width: 40%;
}

.check-nid-box{
  width: 25% ;

}
.login-box {
  width: 22%;
} */
.alert p {
direction: rtl;
text-align: right;
font-size: 1rem;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
}


body {
  background-color: #fff;
  color: #636b6f;
  margin: 0;
}


.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.links>a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

