._ {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #037d3a;
  overflow-x: hidden;
  overflow-y: auto;
}
._.lang-fr .login-block form label.required.error::after {
  content: "Ce champ ne peut pas être vide." !important;
}
._ #uduLoginPageBgImage_W {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._ .udu-login-logo {
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 30px #000;
  overflow: hidden;
  right: 0;
}
._ .udu-login-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
}
._ .udu-login-logo #uduLoginLogo2 {
  right: 5px;
  left: auto;
}
._ .udu-login-logo img {
  max-height: 95%;
  max-width: 90%;
}
._ .udu__log-link-wrapper {
  text-align: center;
}
._ .login-block {
  font-size: 14px;
  max-width: 550px;
  min-width: 550px;
  margin: 10px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 30px #000;
}
._ .login-block a {
  color: #355ee4;
}
._ .login-block h1 {
  background: none !important;
  color: #17914e !important;
}
._ .login-block h1::before,
._ .login-block h1::after {
  display: none !important;
}
._ .login-block form {
  margin-top: auto;
}
._ .login-block form > div {
  display: block;
  margin: 10px;
}
._ .login-block form > div label {
  display: inline-block !important;
}
._ .login-block form > div label.error::after {
  content: "This field cannot be empty.";
  color: #c50033;
  display: inline-block;
  padding-left: 10px;
}
._ .login-block form > div input:not([type=radio]):not([type=file]):not([type=checkbox]):not(.custom-input) {
  display: block !important;
  width: 100%;
}
._ .login-block form > div input:not([type=radio]):not([type=file]):not([type=checkbox]):not(.custom-input).error {
  border-color: #c50033;
  background: url(../img/btn/warning-1.png) right 5px center !important;
  background-repeat: no-repeat !important;
}
._ .login-block form > div input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
._ .login-block form .lnk-wrapper {
  text-align: right;
}
._ .login-block form .lnk-wrapper a {
  font-size: 13px;
}
._ .login-block form .buttons {
  text-align: right;
  padding: 20px 0 0 0;
  margin: 0;
}
._ .login-block form .buttons button {
  background: #17914e;
}
._ .login-block form .buttons button:hover {
  background: #037d3a;
}
._ .login-block.with-errors {
  animation: udu__block-shake 0.1s 5;
}
@media all and (max-width: 900px) {
  ._ .udu-login-logo {
    left: 0;
    right: 0;
    height: 50px;
    width: auto;
  }
}
@media all and (max-width: 760px) {
  ._ {
    margin: 0 !important;
  }
}
@media all and (max-width: 760px) {
  ._ .login-block {
    min-width: 320px !important;
    top: 20px;
  }
}
@media all and (max-height: 600px) {
  ._ .login-block {
    top: 20px;
  }
}
