
@font-face {
  font-family: "formFont";
  src: url('../../../includes/FontFarsi/Nazanin.ttf');
}

@font-face {
  font-family: "formBold";
  src: url('../../../includes/FontFarsi/TitrB.ttf');
}


body{
font-family: "Calibri","formFont";
}
.login-page, .register-page{
background-color:#334155;
}
.login-logo {
    font-family: "Calibri","formBold";
    font-size: 30px;
    color: azure;
    font-weight: bold;
}

form{
direction: rtl;
}
.login-box, .register-box {
    margin: 3% auto;
}
.login-box-msg, .register-box-msg {
    font-family: "Calibri","formFont";
    text-align: justify;
    direction: rtl;
    font-size: 17px;
    font-weight: 600;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}
.col-xs-4{
  width: 100%;
}

.image-3 {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.login-box {
    position: absolute;
    width: 435px;
    top: 15%;
    right: 35%;
    z-index: 10;
}
.btn.btn-flat {
    border-radius: 5px;
    margin-right: 10px;
}
.btn-primary {
    background-color: #334155;
    border-color: #1f2834;
}
.btn-flat:hover{
    background-color: #556b8b;
    border-color: #1f2834;
}
  .form-control {
    border: none;
    border-bottom: 2px solid #4c4c4cbf;
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    padding: 3px 42px 0px;
    color: #2e2e2e;
    font-family: "Calibri","formFont";
    font-size: 16px;
    direction: rtl;
    font-weight: 600; }
    .form-control::-webkit-input-placeholder {
      direction: rtl;
      font-size: 14px;
      font-family: "Calibri","formFont";
      font-weight: 600;
      color: #696969;
      transform: translateY(1px); }
    .form-control::-moz-placeholder {
      direction: rtl;
      font-size: 14px;
      font-family: "Calibri","formFont";
      font-weight: 600;
      color: #696969;
      transform: translateY(1px); }
    .form-control:-ms-input-placeholder {
      direction: rtl;
      font-size: 14px;
      font-weight: 600;
      font-family: "Calibri","formFont";
      color: #696969;
      transform: translateY(1px); }
    .form-control:-moz-placeholder {
      direction: rtl;
      font-size: 14px;
      font-weight: 500;
      font-family: "Calibri","formFont";
      color: #696969;
      transform: translateY(1px); }

    .form-control:focus {
      border-bottom: 1px solid #accffe; }

    input,input::-webkit-input-placeholder{
        font-size: 16px !important;
      }
.login-box-body, .register-box-body {
    background: #ffffff73;
    transition: .4s ease-in-out;
    border-radius: 20px;
}
  .login-box-body:hover, .register-box-body:hover{
    background: #ffffffde;
    transform: scale(1.05);
    border: 1px solid black;
    box-shadow: rgb(0,0,0,0.7) 5px 10px 50px ,rgb(0,0,0,0.7) -5px 0px 250px;}

.login-title{
  margin-top: 50px;
  text-align: center;
}

.main-login-box{
padding-top: 0;
}
.sms-login-box{
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #334155c7;
}

.HImage{
  width: 100px;
   float: right;
    position: absolute;
    top: 20px;
    left: 20px;
}


.myfooter {
    position: fixed;
    background-color: #3a3b3c73;
    bottom: 0;
    right: 0%;
    width: 100%;
    text-align: center;
    padding: 7px 0 7px;
    display: block ruby;
  }
  .myfooter p{
      margin: 5px 0;
      font-size: 15px;
      color: #e6e6e6;
      font-weight: bold;
  }
.myfooter a{
      margin: 5px 0;
      font-size: 15px;
      color: #dfc795;
      font-weight: bold;
}
.footerlink{
    cursor: pointer;
}

.smssubmitbox, .loginsubmitbox{
  display: flex;
}

.captchaInput{
 width: 150px;
 margin-left: 5px;
}
.glyphicon-repeat{
 margin-right: 13px;
 pointer-events: initial;
}
.captchaimg1, .captchaimg2{
 border-radius: 5px;
 width: 80px;
 height: 35px;
 margin-top: 5px;
}
#captcha_btn1, #captcha_btn2{cursor: pointer;}

/*---------------------------------- */
.button {
  cursor: pointer;
  position: relative;
  padding: 5px 20px;
  font-size: 17px;
  color: #334155;
  border: 2px solid #334155;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  margin-right: 30px;
  width: 150px;
  font-family: "Calibri","formFont";
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #334155;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button:hover::before {
  scale: 3;
}

.button:hover {
  color: #ddd;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button:active {
  scale: 1;
}

.login-title .titleDesc{
font-size: 18px;
color: #ff9898;
}
.login-title .titleMain{
font-size: 25px;
color: #afccbb;
}



@media only screen and (max-width: 450px) {

.HImage{
  width: 70px;
}
.login-logo {
     margin-top: 5px;
    font-size:20px;
    text-align: right;
}
.login-box {
    position: absolute;
    width: 350px;
    top: 150px;
    right: 5%;
    z-index: 10;
}
.login-logo, .register-logo {
    margin-bottom: 15px;
}
.image-3 {
  position: fixed;
  background-size: cover;
}
.btn-block {
    width: 90px;
}
.myfooter{
 display:none;
}
.captchaimg1, .captchaimg2 {
    width: 60px;
    height: 30px;
    margin-top: 10px;
}
.button {
 margin-right: 10px;
 padding: 5px 5px;
 font-size: 14px;
}
.navName{
    display: block;
}
.login-title .titleDesc{
font-size: 19px;
}

}


@media only screen and (max-width: 325px) {

.HImage{
  width: 70px;
}
.login-logo {
    margin-top: 5px;
    font-size:18px;
    text-align: right;
}
.login-box {
    position: absolute;
    width: 300px;
    top: 150px;
    right: 3%;
    z-index: 10;
}
.login-logo, .register-logo {
    margin-bottom: 15px;
}
.image-3 {
     position: fixed;
     background-size: cover;
}
.btn-block {
    width: 90px;
}

.captchaimg1, .captchaimg2 {
    width: 60px;
    height: 30px;
    margin-top: 10px;
}

.button {
 margin-right: 10px;
 padding: 5px 5px;
 font-size: 14px;
}

.login-title .titleDesc{
font-size: 17px;
}

}
