#login {
  background-color: #f7f9f8;
  font-family: BentonSansBook !important;
}
#login .v-text-field--filled > .v-input__control > .v-input__slot,
#login .v-text-field--full-width > .v-input__control > .v-input__slot,
#login .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 56px !important;
}
#login .v-text-field.v-text-field--enclosed .v-input__prepend-outer,
#login .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
#login .v-text-field.v-text-field--enclosed .v-input__append-inner,
#login .v-text-field.v-text-field--enclosed .v-input__append-outer {
  margin-top: 17px !important;
}
#login .v-text-field--filled .v-label {
  color: #46536d !important;
  font-style: normal;
  font-weight: 350 !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  top: 19px !important;
  font-family: "Benton Sans BBVA";
}
#login .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot,
#login .v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0px 15px 0px 25px;
}
#login .v-input__control .v-input__slot {
  border: 1px solid #46536d;
  border-radius: 8px;
}
#login .errorColor .v-input__control .v-input__slot {
  border: 2px solid #c30909 !important;
}
#login .errorColor .v-label {
  color: #c30909 !important;
}
#login .theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
  background-color: #f7f8f8;
}
#login .theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  display: none;
}
#login .theme--light.v-text-field > .v-input__control > .v-input__slot:after {
  display: none;
}
#login .login-bar {
  margin: 15px !important;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #001491 !important;
  border-radius: 16px !important;
  max-height: 100px !important;
  height: 100px !important;
}
#login .custom-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 15px;
  padding-left: 12px;
}
#login .custom-error-message .error-icon {
  color: #c30909 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#login .custom-error-message .error-text {
  font-family: BentonSansBook;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #070e46 !important;
  letter-spacing: -0.03em;
}
#login .select-container {
  position: relative;
  width: 100%;
}
#login .document-type-select {
  width: 100%;
  height: 56px;
  border: 1px solid #46536d;
  border-radius: 8px;
  background-color: #f7f8f8;
  color: #070e46;
  font-family: BentonSansBook;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 24px 50px 8px 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#login .document-type-select:focus {
  outline: none;
}
#login .document-type-select option {
  border: 1px solid #6d6d6d !important;
  background-color: #f7f8f8 !important;
  color: #070e46 !important;
  font-family: BentonSansBook;
  font-size: 14px;
  padding: 35px 10px;
  height: 48px;
  min-height: 48px;
  line-height: 18px;
}
#login .document-type-select:not(.has-value) {
  padding: 16px 50px 16px 25px;
}
#login .select-icon {
  top: 2px;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  width: 24px;
  position: absolute;
  right: 15px;
  color: #00288f !important;
  font-size: 24px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#login .select-icon.icon-rotated {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
#login .select-label {
  position: absolute;
  left: 25px;
  top: 19px;
  color: #46536d;
  font-family: "Benton Sans BBVA";
  letter-spacing: 0;
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  background-color: #f7f8f8;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#login .select-label.label-focused {
  top: 9px;
  font-size: 15px;
  color: #46536d;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.row-container {
  padding: 0px 14px 21px 14px;
  height: 100%;
}
.v-main .v-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.v-grid-row {
  height: 100%;
}
.signin {
  width: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left .container_signin {
  max-height: 640px;
  background-color: #ffffff !important;
  border: 1px solid #eaebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
}
.left .recaptcha-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 14px;
}
.left .numero_doc .v-input {
  height: 56px !important;
}
.left .numero_doc .v-input input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #070e46 !important;
  margin-top: 20px !important;
  font-family: Arial, Helvetica, sans-serif;
}
.left .tipo_doc .select-container .document-type-select {
  border: 1px solid #46536d;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.left .tipo_doc .select-container .select-icon {
  font-size: 18px;
  right: 12px;
}
.left .tipo_doc .select-container .select-icon.icon-rotated {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.left .tipo_doc .select-container .select-label.label-focused {
  top: 6px;
  font-size: 11px;
}
.right .right_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #eaebeb;
  border-radius: 16px;
  padding: 24px;
  margin-left: 15px;
}
.right .right_container .right_title {
  font-family: "Tiempos Headline";
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 38.8px;
  color: #070e46;
  width: 90%;
}
.right .right_container .right_subtitles_container .right_subtitle {
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 160%;
  color: #070e46;
}
.right .right_container .contenido img {
  width: 168px;
  height: 153px;
}
.bbva-legal {
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #070e46;
}
.texto__title {
  font-family: "Tiempos Headline";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #070e46;
}
.content-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sub__title {
  font-family: "Benton Sans BBVA" !important;
  letter-spacing: 0 !important;
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 160%;
  color: #070e46;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form .item-login-title,
.form .form-input-select {
  margin-bottom: 24px;
}
.form .form-input-select {
  margin-bottom: 13px;
}
.form .item-login-subtitle {
  margin-bottom: 12px;
}
.form .form-input-text {
  margin-bottom: 21px;
}
.boton {
  padding: 16.5px 29.5px !important;
  background: #00288f !important;
  color: #ffffff !important;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 18px;
  text-align: center;
  letter-spacing: normal !important;
  height: 55px !important;
  text-transform: capitalize !important;
  font-family: "Benton Sans BBVA";
}
.boton span {
  font-family: "Benton Sans BBVA";
  letter-spacing: 0;
}
.input-label {
  font-family: "Benton Sans BBVA";
  letter-spacing: 0;
}
.boton-transform {
  will-change: background-position !important;
  background: linear-gradient(100deg, #070E46 0%, #070E46 50%, #00288F 50%, #00288F 100%) !important;
  background-size: 210% 100% !important;
  background-position: 99% center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background-position 0.7s cubic-bezier(0.24, 0.22, 0.31, 1.07) !important;
  transition: background-position 0.7s cubic-bezier(0.24, 0.22, 0.31, 1.07) !important;
}
.boton-transform:hover {
  background-position: 0 center !important;
}
.logo-mobile {
  display: none;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo img {
  width: 134px;
  height: auto;
}
@media (min-width: 1024px) {
.login-main .row-container-bar,
#login .login-bar .row-container-bar {
    max-width: 1080px !important;
}
.login-main .row-container,
#login .login-bar .row-container {
    max-width: 1080px !important;
}
.login-main .row-container .right_container,
#login .login-bar .row-container .right_container {
    padding-right: 5rem;
    max-width: 460px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
}
@media (max-width: 960px) {
body {
    overflow: auto;
}
#login .login-bar {
    background-color: #f7f9f8 !important;
    border-radius: 0px !important;
    margin-inline: 0px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 43px !important;
}
.row-container-bar .logo {
    display: none;
}
.row-container-bar .logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.row-container-bar .logo-mobile img {
    width: 111.42px;
    height: auto;
}
.row-container {
    padding: 14px 16px 31px 16px;
}
#login .v-input__control .v-input__slot {
    border: 1px solid #46536d;
    border-radius: 8px;
}
#login .document-type-select {
    border: 1px solid #46536d;
    border-radius: 8px;
}
#login .document-type-select option {
    height: 44px;
    min-height: 44px;
    padding: 12px 10px;
    line-height: 20px;
}
.left .signin {
    width: 100%;
}
.left .boton {
    width: 100%;
    display: inline-block;
}
.left .texto__title {
    font-size: 24px;
}
.left .sub__title {
    font-size: 15px;
}
.left .recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left .container_signin {
    padding-top: 16px;
}
.right {
    display: none;
}
}
