/* screen - login */
body {
    margin: 0;
    background: #ffffff
}

#LoginUser {
    border-collapse: collapse;
}

.LoginUser_UserName {
    border-style: None;
    width: 320px;
}

.LoginUser_Password {
    border-style: None;
    width: 315px;
}

.mfaCodeStyle {
    width: 320px
}

.failureNotification {
    color: Red;
}

#LoginUser_lkForgetPassword {
    text-decoration: underline;
}

#LoginUser_btnLogin {
    display: none;
}

.pt-10 {
    padding-top: 10px;
}

.hidden {
    display: none;
}

.bs-none {
    border-style: none;
}

.mt-10 {
    margin-top: 10px;
}

.pl-10 {
    padding-left: 10px;
}
.login-container {
    width: 1366px;
    height: 800px;
    margin: auto;
    position: fixed;
    top: 1%;
    bottom: 0;
    left: 0;
    right: 0;
}

.ajaxBackground {
    /* z-index:999999996;*/
    background-color: silver;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
*:focus {
    outline: none;
}

.ajaxImageProgress {
    z-index: 100005;
    display: block;
    width: 48px;
    height: 48px;
    clear: left;
    position: fixed;
    top: 50%;
    left: 50%;
}

.ajaxImageBackground {
    z-index: 100004;
}

.login {
    align-items: flex-end;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: 1366px;
    padding-bottom: 25px;
    vertical-align: middle;
}

.login .login-container {
  height: 785px;
  margin-top: -22px;
  position: relative;
  width: 1366px;
}

.login .login-image {
  display: flex;
  height: 765px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 1366px;
}

.login .image {
  background: linear-gradient(250.57deg, #5c2e91 11.3%, #10054d 81.76%);
  display: flex;
  flex: 1;
  justify-content: flex-end;
  overflow: hidden;
  width: 1366px;
}

.login .image-1 {
  margin-bottom: -46.0px;
  margin-right: 1.0px;
  margin-top: -45.0px;
  object-fit: cover;
  width: 866px;
}

.login .login-container-1 {
  align-items: center;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 13px 30px #0000004a;
  display: flex;
  flex-direction: column;
  left: 154px;
  min-height: 647px;
  padding: 90px 49px;
  position: absolute;
  top: 40px;
  width: 457px;
}


.login .recuperar-contrasena-container-1 {
    align-items: center;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0px 13px 30px #0000004a;
    display: flex;
    flex-direction: column;
    left: 154px;
    min-height: 600px;
    padding: 90px 49px;
    position: absolute;
    top: 130px;
    width: 457px;
}

.login .logo-portal-de-vehculos {
  height: 68px;
  margin-top: 2px;
  object-fit: cover;
  width: 347px;
}

.login .line-divider {
  height: 7px;
  margin-left: 2.04px;
  margin-top: 24px;
  position: relative;
  width: 73px;
}

.login .iniciar-sesin {
  color: var(--shark);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-l);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: -8px;
  margin-left: 3.0px;
  margin-top: 13px;
  min-height: 26px;
  min-width: 126px;
  text-align: center;
  white-space: nowrap;
}

.login .email {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 47px;
  min-height: 60px;
  width: 358px;
}

.login .field-title {
  color: #595959;
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-s);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: -1px;
  margin-top: -2px;
  min-height: 20px;
  white-space: nowrap;
}

.login .flex-row {
  align-items: flex-start;
  display: flex;
  height: 25px;
  margin-top: 5px;
  min-width: 358px;
}

.login .placeholder {
  align-self: flex-end;
  color: #272727;
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  min-height: 21px;
  min-width: 182px;
  white-space: nowrap;
}

.login .user-large {
  height: 21px;
  object-fit: cover;
  width: 21px;
}

.login .email-large {
    height: 21px;
    width: 21px;
}

.login .bg {
  object-fit: cover;
}

.login .contrasea {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 31px;
  min-height: 60px;
  width: 358px;
}

.login .flex-row-1 {
  gap: 158px;
  height: 22px;
  margin-top: 8px;
  min-width: 358px;
}

.login .icon-lock {
  height: 20px;
  object-fit: cover;
  width: 18px;
}

.login .bg-1 {
  background-color: #dedede;
}

.login .regular-text-14px {
  align-self: flex-start;
  color: var(--pizazz);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-s);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-top: 12px;
  min-height: 20px;
  text-decoration: underline;
  white-space: nowrap;
}

.login .iniciar-sesin-cta {
  align-items: flex-end;
  background-color: var(--pizazz);
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: flex-end;
  margin-left: 1.0px;
  margin-top: 46px;
  min-width: 350px;
  padding: 7.5px 105px;
  cursor: pointer;
}

.login .recuperar-contrasena-boton {
    align-items: center;
    background-color: var(--pizazz);
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 1.0px;
    margin-top: 46px;
    min-width: 350px;
    cursor: pointer;
    padding-top: 5px;
}

.login .iniciar-sesin-1 {
  color: var(--white);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  min-height: 21px;
  min-width: 131px;
  white-space: nowrap;
}

.login .ayuda-cta {
  align-items: flex-start;
  border: 1px solid;
  border-color: var(--purple-heart-2);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: flex-end;
  margin-top: 18px;
  min-width: 347px;
  padding: 9.4px 128.4px;
}

.login .circle-exclamation {
  margin-bottom: 1.3px;
  margin-left: 0;
  object-fit: cover;
  width: 17.67px;
}

.login .flex-row-2 {
  gap: 50px;
  height: 21px;
  margin-right: 71px;
  min-width: 664px;
}

.login .polticas-de-privacidad {
    color: #ff8d00;
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    min-height: 21px;
    min-width: 184px;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap;
}

.login .x2022-copyright-pow {
  color: #5c2e91;
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-m);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  min-height: 21px;
  min-width: 430px;
  text-align: center;
  white-space: nowrap;
}

.login .bg-2 {
  height: 1px;
  margin-top: 10px;
  width: 358px;
}

.login .flex-row-3 {
  align-items: flex-start;
}

.text-underline{
    text-decoration:underline;
}