.bg-cover {
    background-image: url('../../dist/img/marsu-o30.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-gold {
  color: #ffd700;
}

.auth-container {
  max-width: 1000px!important;
}

.auth-left-col {
  background-color: #800020; 
  color: white; 
  padding: 40px; 
  align-content: center; 
  min-height: 400px; 
  max-height: 400px;
}

.auth-right-col {
  padding: 10px; 
  background-color: #FFFFFF; 
  align-content: center; 
  min-height: 400px; 
  max-height: 400px;
}

.input-icon-left {
  left: 4px; 
  right: auto; 
  top: 50%; 
  transform: translateY(-50%);
}

.input-icon-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  color: #777;
}

.input-auth {
  font-size: 16px;
  height: 40px;
  border-radius: 3px;
}

.btn-auth {
  font-size: 16px;
  padding: 8px 16px!important;
}

.has-feedback2 {
    position: relative;
}

.has-feedback2 .form-control {
  padding-left: 37.5px;
}

@media (max-width: 767px) {
  .auth-col-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .auth-page-border-top {
    border-top: 3px solid #800020;
  }
}