.login-container {
  width: 80%;
  max-width: 500px;
  margin: 10px auto;
  border: 4px solid #73212a;
  padding: 25px 40px;
  position: relative;
  border-radius: 10px;
}
.login-label-container {
  margin-bottom: 20px;
}
.login-label {
  background: #fff;
  padding: 0 15px;
  font-size: 22px;
  color: #759893;
  font-weight: 900;
  text-align: center;
  color: #73212a;
}
.form-field {
  text-align: center;
  position: relative;
}
.form-field i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  pointer-events: none;
}
.login-input {
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
  border: 0;
  font-size: 16px;
  line-height: normal;
  height: auto;
  color: #9A9B9B;
  border-bottom: 2px solid #73212a;
}
#login-input {
  /*background: url('../img/ico-select.png');
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 4%;*/
}
.login-submit {
  width: 100%;
  padding: 7px 0;
  background: #73212a;
  border: 0;
  color: #fff;
  margin-top: 20px;
}
.footer-boots {
  width: 100%;
  max-width: 1905px;
}
input:focus, select:focus {
  outline: 0;
}
select.login-input {
  border-radius: 0!important;
  -webkit-appearance: none;
}
.left-column-login {
  background: url('../img/login_image.jpg');
  width: 60%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.right-column-login {
  width: 40%;
  float: left;
}
.divider {
  position: relative;
}
.divider-top {
  border-top: 2px solid #73212a;
  margin: 0;
  top: -40px;
  position: absolute;
  width: 100%;
}
.divider-bottom {
  border-top: 2px solid #73212a;
  margin: 0;
  top: 40px;
  position: absolute;
  width: 100%;
}
hr {
  border-top: 2px solid #73212a;
  margin: 0;
  top: -40px;
}
.error-login {
  color: #d52222;
}
.error-form-field .login-input,  .error-form-field i {
  color: #d52222;
}

/**********************************
*********** Responsive ************
**********************************/

@media (max-width: 860px) {
  .left-column-login {
    display: none;
  }
  .right-column-login {
    width: 100%;
  }
}
