.banner-img {
  background: url("../images/login-bg.jpg") no-repeat center center / cover !important;
  height: 100%;
  width: 100%;
  float: left;
}

.login-bg {
  background: url("../images/new-login-bg.jpg") no-repeat center center / cover !important;
  position: fixed;
  height: 100%;
  width: 100%;
}

.login-screen {
  background-color: #444444;
  opacity: 0.8;
}
.barline {
	border-left: 1px solid #ffffff;
	padding-left: 10px;
}
.login-panel {
  background-color: #FEFEFE;
  border: 1px solid #FEFEFE;
  border-radius: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  /* opacity:0.8; */
  padding: 25px 20px;
 width: 350px;
}

.login-profile-img {
  width: auto;
  height: 55px;
  margin: 0 auto 10px;
  display: block;
}

.mar-top-log-40 {
  margin-top: 40px;
}

.login-form-control {
  background-color: #DFEFFF;
  background-image: none;
  border: none;
  outline: none;
  border-radius: 3px;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
  color: #333;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 1.42857;
  padding: 8px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

  .login-form-control input placeholder {
    color: #ddd;
  }

.login-panel .input-group .input-group-addon {
  background-color: #a8aeb3 !important;
  border-color: transparent;
  /*border-radius:4px 0px 0px 4px !important;*/
  color: #2b2b2b !important;
  font-size: 17px;
  outline: none;
}

.login-submit-button {
  font-size: 18px;
  line-height: 1.33333;
  padding: 6px 16px;
  background-color: #015093;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  font-weight: bold;
}

  .login-submit-button:hover {
    color: #fff !important;
    background-color: #015AA3;
  }

.forgot-text {
  font-size: 13px;
  font-weight: normal;
  color: #014E8B;
  text-decoration: none;
  text-align: center;
}

.forgot-textnew {
  font-size: 12px;
  font-weight: normal;
  color: #014E8B;
  text-decoration: none;
  text-align: center;
  font-family: 'robotoregular';
}

  .forgot-text:hover {
    text-decoration: none;
    color: #0171CB;
  }

.recover-txt {
  font-size: 18px;
  font-weight: normal;
  color: #015093;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}

.recover-txtnew {
  font-size: 15px;
  font-weight: bold;
  color: #015093;
  text-align: center;
  text-transform: uppercase;
  font-family: 'robotoregular';
}
p.white {
  color: #015093;
}

.errorDiv {
  font-size: 12px;
  font-weight: normal;
  color: #FF4444;
}

.col-md-offset-4.ext {
  margin-left: 31.333333%;
}
/* checkbox css */
.radio, .checkbox {
  margin-top: 0;
}

.checkbox {
  padding-left: 20px;
}

  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
  }

    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
    }

  .checkbox input[type="checkbox"] {
    opacity: 0;
  }

    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c";
    }

    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65;
    }

      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed;
      }

  .checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }

  .checkbox.checkbox-inline {
    margin-top: 0;
  }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #015093;
  border-color: #015093;
  outline: none;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
  }

    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
    }

    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

  .radio input[type="radio"] {
    opacity: 0;
  }

    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }

    .radio input[type="radio"]:disabled + label {
      opacity: 0.65;
    }

      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
      }

  .radio.radio-inline {
    margin-top: 0;
  }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

@media (max-width:767px) {
  .col-md-offset-4.ext {
    margin-left: 0;
  }

  .login-panel {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-offset-4.ext {
    margin-left: 30.333%;
  }
}

@media (min-width: 639px) and (max-width:660px) {
  .col-md-offset-4.ext {
    margin-left: 3%;
  }
}

@media (min-width: 768px) and (max-width:840px) {
  .col-md-offset-4.ext {
    margin-left: 21.333%;
  }
}

@media (min-width: 300px) and (max-width:320px) {
  .col-md-offset-4.ext {
    margin-left: 0;
  }

  .login-panel {
    width: 100%;
  }

  .login-bg {
    background: url("../images/login-bg-img.png") no-repeat center center / cover !important;
    position: fixed;
    height: 100%;
    width: 100%;
  }
}
/* Loader css */

.cssload-container {
  width: 100%;
  height: 131px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.cssload-double-torus {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  border: 11px double;
  border-radius: 50%;
  border-color: transparent rgb(84,164,255) #fefefe;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}