.not-active{
  pointer-events: none;
  cursor: default;
  border-color: #909090 !important;
  background: #909090 !important
}
.fieldError{
  border-radius: 0.42rem;
  border: 1px solid #E35B5A !important;
}
.msgError{
  width: 100%;
  color:#E35B5A;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  display: block !important;
}
.gifloader{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
.modal-header-info{
    background-color: #5BC0DE;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info .modal-title{
  color:#FFF !important;
}
.bg-logo{
  background-image: url('../img/wascal.png');
  background-size: 450px;
  background-position: center;
}
.gb-txt{
  font-size: 1.5em;
  font-weight: bold;
}
.imgradius{
  border-radius: 50% !important;
}
.img-country{
  border-radius: 50%;
  width: 100% !important;
  height: 100% !important;
}
.no-background{
  background: none !important;
}
.countrysize{
  width: 145px;
  text-align: left;
}
.flagsize{
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.navi .navi-item{
  margin-left: -10px;
}
.blkCarte{
  height: 400px;
  overflow: hidden;
  position: relative;
}
.login-title{
  color: #2545A7;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
h2.login-title{
  font-size: 30px;
  margin: 0 auto 10px;
}
h3.login-title{
  font-size: 20px;
  margin: 10px auto 30px;
}
bg-home{
  background-color: #F0F0F0;
}
.blk-logo{
  height: 130px;
  position: absolute;
  top: 0;
}

.recaptcha {
  padding: 15px;
  border: 1px solid #ECF0F3;
  border-radius: 0.42rem;
}
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: #E9573F;
}
.recaptcha .input-group .btn i {
  padding-right: 0;
}
.recaptcha .input-group .form-control {
  border-top-left-radius: 0.42rem !important;
  border-bottom-left-radius: 0.42rem !important;
}
.viewPass {
  top: 55px;
  right: 15px;
  color:#009EF7;
  cursor: pointer;
  position: absolute;
  font-size: 20px !important;
}