.logo-fix-size {
  max-height: 60px !important;
  max-width: 120px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.bg-login {
  background: url("/web/img/FundodoLogin.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  justify-content: center;
}

.form-control-custom-login {
  background-color: #fff !important;
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0 !important;
}

.field-icon-login {
  margin: 10px;
  float: right;
  margin-left: -20px;
  margin-top: -30px;
  position: relative;
  z-index: 5;
}
