@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/

/*body{
  background:url('../images/login-bg.jpg') no-repeat;
  background-size: cover; 
}*/

body{
  background-color: #f4f6f9;
}

button:focus{
  outline: none!important;
}

.pd-60{
  padding:75px 0; 
}

.txt-center{
  text-align: center;
}

.white-title{
  font-size:35px;
  color: #fff;
  font-weight:300;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

.txt-bold{
  font-weight:700;
}

.black-title{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  font-family: 'Open Sans', Sans-serif;
  margin-bottom: 20px;
  text-transform: inherit;
}

.login-body {
  padding: 20px 40px;
}

.login-container {  
  left: 50%;
  position: relative;
  top: 50%;  
  width: 500px;
  background: #fff;
  transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  -moz-transform: translate(-50%, 10%);
  -o-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  border-radius:8px;
  border-top:0px solid; 
  padding:10px 10px 20px; 
}

.form-control {
  background: transparent none repeat scroll 0 0;
  height: 41px;
}

.form-control:focus{
  box-shadow: 0 0 10px 0 rgba(202, 210, 221, 0.4) !important;
}

.form-group{
  margin-bottom:20px; 
}

.forgot_pwd {
  float: right;
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: right;
  color: #234eaf;
}
.forgot_pwd:hover{
  color: #142076 !important;
  text-decoration: none;
}

.mg-top-10{
  margin-top:10px; 
}

.logout-btn{
  background: #d94c43;
  padding:6px 30px;
  border:2px solid #d94c43;
  border-radius:25px;
  color: #fff;
  font-size:16px;
  text-transform: uppercase;
  font-weight:600;
  letter-spacing: 1px;  
}
.logout-btn:hover {
    background: #19262b none repeat scroll 0 0;
    border-color: #19262b;
}

.login-btn{
  font-family: 'OpenSans', sans-serif;
  border-radius: 5px;
  background-color: #1b2987;
  padding:6px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;  
}

.cancel-btn{
  background: #e9ecf2!important;
  color: #9d9d9d !important;
}
.cancel-btn:hover{
  color: #ffffff !important;
}

.login-body .login-btn.btn:hover {
  background: #142076 !important;
  border-color: #19262b;
  color: #ffffff;
}

::-webkit-input-placeholder {
   color: #19262b!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #19262b!important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #19262b!important;  
}

:-ms-input-placeholder {  
   color: #19262b!important;  
}

.error-msg {
  color: #FF001D;
  font-size: 13px;
  margin-bottom: 15px;
  top:3px;
  position:relative;
  padding-left:15px;  
}

.error-msg::before {
  animation: 1s ease-in 0s normal none infinite running fadeInUp;
  content:"\e093";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  left: 0;
  position:absolute;
  top: 0;
}
.txt-powered {
  font-weight: 600;
  position: relative;
  padding-top: 65px;
}

.txt-wht,.txt-wht a{
  color: #fff;
  text-decoration: none;
  outline: none;
}

.txt-wht > a:hover {
  color: #00c775;
  
}
.login-btn.cancel-btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.center-block{
  width: 25%;
}

@media(max-width:1199px){
  .center-block{
   width: 30%;
 }
}

@media(max-width:991px){
  .center-block{
   width: 35%;
 }
}

@media(max-width:767px){
  .white-title {
  font-size: 20px;
 }
 .black-title {
  font-size: 18px;
 } 
 .login-btn {
  font-size: 14px;
 }
 .center-block{
   width: 40%;
 }
 .login-body {
  padding: 20px 10px;
}
}

@media(max-width: 510px){
  .login-container {
  width:100%;
 }
 .center-block{
   width: 45%;
 }
}

@media(max-width:400px){
  .forgot_pwd {
   float:left;
   margin-bottom:10px;
   margin-top:10px;  
 }
 .center-block{
   width: 65%;
  }
}

/***Angularjs css to hide form error message on form load***/
[ng\: cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
                display: none !important;
              }
/*[ng\:show], [ng-show],[data-ng-show], .ng-show {
  display: none !important;
}*/


/*login page css*/

  section.bg-login.pd-60.ng-scope { background-color: #f4f6f9;height: 110vh;}
  .login-title{
      font-family: 'Montserrat', sans-serif;
      font-size: 25px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      /*text-align: left;*/
      color: #1b2987;
  }
  
  .login-body .form-control{
      border-radius: 5px;
      border: solid 1px #c8c8c8;
      background-color: #ffffff !important;
  }
  .login-body .form-control:focus{
    border: 0px;
  }
  .form-group label{
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #5c5c5c;
  }

  input#username::placeholder, input#password::placeholder, input#email::placeholder{
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #9d9d9d !important;
  }
  .login-body .form-control input{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

  .login-body .forgot_pwd:hover{
    color: #142076;
  }
  .txt-theme-clr{
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: center;
      color: #9d9d9d;
  }