body {
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 1024px) {
  .auth-layout-wrap .auth-content {
    min-width: 500px;
  }
}

.logo img {
  width: 50px;
  height: 53px;
  margin: 0 auto;
  display: block;
}

.error {
  color: red;
}

.invalid {
  border-color: red !important;
}

.logo1 img {
  width: 150px;
  height: 30px;
}

.hide {
  display: none;
}

.form-group label {
  font-size: 14px;
  color: #2d4f91;
  margin-bottom: 4px;
  font-weight: bold;
}

.form-control {
  border: initial;
  outline: initial !important;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  color: #121212;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.sesion {
  min-height: 50px;
  color: #ffffff !important;
  font-size: 18px;
  FONT-WEIGHT: 700;
  /*padding-top: 3.3%;*/
  border-radius: 5px;
  background-color: #2d4f91;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background: #2d4f91;
  box-shadow: 0 8px 25px -8px #2d4f91;
  border-color: #2d4f91;
}

.btn-primary,
.btn-outline-primary {
  border-color: #2d4f91;
}

.form-control:focus {
  color: #665c70;
  background-color: #fff;
  border-color: #2d4f91;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #2d4f9138;
}

.btn-primary:focus,
.btn-outline-primary:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #2d4f91;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #2d4f91;
  border-color: #2d4f91;
}

