
body { font-family: 'Muli', sans-serif; font-size: 14px; margin:0; padding: 0; overflow-y: hidden; background: #f4f6fa; }
input:focus { outline: none; }
.loginBx {width: 400px;position: absolute;left: 0px;top: 0;right: 0;bottom: 0px;height: 500px;margin: auto;}
.logorow {margin-top: 75px;text-align: center;}
.loginBx h1 {    margin: 0px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;}
.loginInput {width: 290px;margin: 0px auto 10px;}
.loginInput input { width: 260px; height: 42px;border-radius: 3px;border: 1px solid #ccc;font-size: 15px;font-family: 'Muli', sans-serif;font-weight: 300;padding: 0 15px;border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
.loginPassword {width: 290px;margin:-11px auto 10px;}
.loginPassword input {    width: 260px;height: 42px;border-radius: 3px;border: 1px solid #ccc;font-size: 15px;font-family: 'Muli', sans-serif;font-weight: 300;padding: 0 15px;line-height: 50px;border-top-left-radius: 0px;
    border-top-right-radius: 0px;}
.loginBtn {width: 290px;margin: 0px auto 10px;}
/* Code added by Balveer on 27112019 */
span#forgotPassword a {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 13px;
	color:#595959;
	text-decoration:none;
}
span#forgotPassword a:hover {text-decoration:underline;}
span#backButton a {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 13px;
	color:#595959;
	text-decoration:none;
}
span#backButton a:hover {text-decoration:underline;}
/*End*/
.loginBtn input.submitBtn { 
    width: 292px;
    height: 45px;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    background: #eb0a1e;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;}
.forgotPs {width: 290px;margin:25px auto 10px; text-align: center;}
.forgotPs a {text-align: center;font-size: 13px;font-weight: 300;color: #3769a7;}
.forgotPs a:hover { text-decoration: none; color: #000; }
.copyright {position: absolute;bottom: 0px;width: 100%;text-align: center;font-size: 11px;color: #333;font-weight: 400;padding-bottom: 10px;}
.loginBtn input.forgotPasswordBt {width: 292px;height: 50px; font-weight: 400;line-height: 40px;border-radius: 3px; cursor: pointer;border: none;font-size: 15px;background: #e6964f;color: #fff;text-transform: uppercase;margin-top:5px;}
.loginInput input.error, .loginPassword input.error { border: 1px solid #ff0000;}
.errorMsg { color:#ff0000; font-size: 12px;text-align: center;}
@media only screen and (max-width: 768px) {

  .loginBx, .wrap-login100{
    width: 330px;
  }
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}

.wrap-login100 {
  width: 560px;
  min-height: 100vh;
  background: #f4f6fa;
  border-radius: 2px;
  position: relative;
}

.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 560px);
  position: relative;
  z-index: 1;
}

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 5px;
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

