@media (min-width: 992px){
  .page-title{font-size: 1.35rem !important;}
}
@media (max-width: 767px){
  .page-title{font-size: 10px !important;}
}
.not-active {
  cursor: default;
  pointer-events: none;
  color: #FFF !important;
  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;
}
.viewPass {
  top: 15px;
  right: 15px;
  color:#009EF7;
  cursor: pointer;
  position: absolute;
  font-size: 15px !important;
}
.backPass {
  top: 45px;
  right: 20px;
  color: #009EF7;
  cursor: pointer;
  position: absolute;
  font-size: 15px !important;
}
.fa-size {
  font-size: 18px;
}
.width {
  width: auto;
}