body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: gray;
  background-image: url('/images/loginAdmin.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
a:hover, a:focus {
  text-decoration: none!important;
  outline: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
  color: #27384c; 
}
.bg-primary {
  background: #096101!important;
}
.ftco-section {
  padding: 7em 0;
}
.ftco-no-pt {
  padding-top: 0;
}
.ftco-no-pb {
  padding-bottom: 0;
}
.heading-section {
  font-size: 28px;
  color: #27384c; 
}
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
  box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
  opacity: 0.91;
}
.img, .login-wrap {
  width: 50%}
@media (max-width:991.98px) {
  .img, .login-wrap {
  width: 100%}
}@media (max-width:767.98px) {
  .wrap .img {
    min-height: 370px;
  }
}
.login-wrap {
  position: relative;
  background: #fff;
 
}
.form-group {
  position: relative;
}
.form-group .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #27384c; 
  font-weight: 700;
}
.form-group a {
  color: gray;
}
.form-control {
  height: 48px;
  background: #fff;
  color: #27384c; 
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .1);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .2)!important;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, .2)!important;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .2)!important;
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .2)!important;
}
.form-control:focus, .form-control:active {
  outline: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #096101;
}
.btn {
  cursor: pointer;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-size: 15px;
  padding: 10px 20px;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn.btn-primary {
  background: #096101!important;
  border: 1px solid #096101!important;
  color: #fff!important;
}
.btn.btn-primary:hover {
  border: 1px solid #096101;
  background: transparent;
  color: #096101;
}
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #096101;
  background: transparent;
  color: #096101;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #096101;
  color: #fff;
}