/*LOGIN PAGE STYLES STARTS*/

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.password_sec.rtl .view_pwd_btn{left: -40px;color:#56bddf;}
.password_sec.ltr .view_pwd_btn{right: -40px;color:#56bddf;}
.view_pwd_btn{padding: 0;border: none;background: transparent;
    float: right;position: absolute;}
.view_pwd_btn i{color: #363636 !important;}    
.invalid{border:1px solid red !important;}
.invisibl{display:none;}
/*CSS LOADER*/
.sk-circle {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  position: relative;
}
.text-success{font-size: 17px !important;color: black !important;}
.logo_cont_rtl img{float: right;}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
     left: 45px;
    top: -17px
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
          .full
          {
                min-height: 100%;
                    min-width: 1080px;
                  width: 100%;
                  height: auto;
                  position: fixed;
                  top: 0;
                  left: 0;
                  background: rgba(0,0,0,.5);
          }
          .full-comp
          {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 100000;
          }
          .loader-img-sec
          {
                position: fixed;
                left: 0;
                top: 0;
          }
          .loader-img-sec img
          {
            width: 150px;
            height: auto;
            opacity: .5;
          }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}
/*LOADER ENDS HERE*/
.login_body {
    margin: 0;
    padding: 0;
    /* background: url(../images/back.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #111f58;
}
.header-logo img
{
    width: 200px;
    height: auto;
}
.login-form_sec
{
    /*margin: 30% auto;*/
}

.form input
{
    margin-bottom: 15px;
}
.login-form input{
    margin-bottom: 15px;
}
.login-form
{
    max-width: 300px;
    width: 100%;
    margin: 15% auto;
}
.password_sec
{
    position: relative;
}
::placeholder
{
    font-family: 'robotolight';
    text-transform: capitalize;
    font-style: italic;
}
.password_sec.rtl i{left: 0;}
.password_sec.ltr i{right: 0;}
.password_sec i {
    position: absolute;
    top: 0;
    font-size: 25px;
    margin: auto;
    padding: 6px;
    line-height: 40px;
    cursor: pointer;
    color: #214d9f;
}
    .shake_effect
{
 animation: shake 1s ;
}
@keyframes shake 
{
 10%, 90% 
 {
  transform: translate3d(-1px, 0, 0);
 }
  
 20%, 80% 
 {
  transform: translate3d(2px, 0, 0);
 }

 30%, 50%, 70% 
 {
  transform: translate3d(-4px, 0, 0);
 }

 40%, 60% 
 {
  transform: translate3d(4px, 0, 0);
 }
}
.logo img
{
    width: 100px;
    height: 100px;
    /*background: white;*/
    border-radius: 10px;
    text-align: center; 
    margin-bottom: 20px;
}
.login_input {
    width: 100%;
    border: none;
    outline: 0;
    color: #333;
    font-size: 19px;
    padding: 25px 16px;
    border-radius: 10px;
    border: 1px solid #2e59a8;
}
.header-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    right: -28px;
}
.login_page_container {
    padding: 20px 100px;
    position: absolute;
    width: 100%;
}
.logo_cont_rtl{float:right;}
.bottom.rtl ul{left: 0;}
.bottom.ltr ul{right: 0;}
.bottom ul
{
    margin: 0;
    padding: 0;
    float: right;
    position: fixed;
    bottom: 0;
    padding:20px 100px;
}
.bottom ul li
{
    list-style-type: none;
    display: inline-block;
}
.bottom ul li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 0 10px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: normal;
    font-family: 'robotolight';
    border-right: 1px solid #ffffff54;
}
input[type="checkbox"]
{
    display: none;
}
.forgot_pass
{
    cursor: pointer;
}
.login_click
 {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    left: 20px;
    cursor: pointer;
    border-radius: 4px;
    left: 0px;top:4px;
}
.tbs-check:checked+.login_click:before {
    content: '';
    height: 6px;
    width: 11px;
    border-bottom: 1px solid #fff;
    top: 4px;
    left: 3px;
    position: absolute;
    border-left: 1px solid #4a91e3;
    transform: rotate(-50deg);
    border-left: 1px solid #fff;

}

.forgot_pass
{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 5px;
    font-family: 'robotolight';
}

.login_languages {
    width: 250px;
    float: right;
}

#particles-js:nth-child(odd) {
  color: white;
  background-color: #111f58;
}





@media only screen and (min-width: 600px)  and (max-width: 768px)
{
    .login_page_container
    {
        padding: 20px 40px;
    }
    .header-logo img
    {
        width: 160px;
    }
    .header-title
    {
        font-size: 25px;
    }
    .bottom ul
    {
        padding: 20px 40px;
    }
    .bottom ul li a
    {
        font-size: 15px;
    }
    .forgot_pass 
    {
        font-size: 15px;
    }
}   
@media only screen and (min-width: 480px)  and (max-width: 768px)
{
    .login_page_container
    {
        padding: 20px 40px;
    }
    .header-logo img
    {
        width: 150px;
    }
    .header-title
    {
        font-size: 23px;
    }
    .bottom ul
    {
        padding: 20px 40px;
    }
    .bottom ul li a
    {
        font-size: 15px;
    }
    .forgot_pass 
    {
        font-size: 15px;
    }
}   
@media only screen and (max-width: 480px)
{
    .login_page_container
    {
        padding: 20px 20px;
    }
    .header-logo img
    {
        width: 120px;
    }
    .header-title
    {
        font-size: 15px;
    }
    .bottom ul
    {
        padding: 20px 20px;
    }
    .bottom ul li a
    {
        font-size: 15px;
    }
    .forgot_pass 
    {
        font-size: 15px;
    }
}   
/*LOGIN PAGE STYLES ENDS*/