html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

:root {
  --primary-color: #0195a9;
  --secondary-color: #ff0094;
  --tertiary-color: #008698;
  --white: white;
  --grey: #4f4e4e;
  --gradcolorB: #92D4D9;
  --fontFamily: Montserrat, sans-serif;
  --errorRed: #ca0e0e;
}

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: var(--primary-color);
  overflow: hidden;
}

body {
  background-color: white;
  font-family: "Montserrat, sans-serif";
  font-family: var(--fontFamily);
  min-height: 100vh;
}

main {
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
small,
input,
select {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

label, input {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font-family: "Montserrat, sans-serif";
  font-family: var(--fontFamily);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

button {
  font-family: var(--fontFamily);
  cursor: pointer;
  background-color: var(--primary-color);
  color: white;
  padding: 7px 15px;
  border-radius: 20px;
}

:root {
  --primary-color: #0195a9;
  --secondary-color: #ff0094;
  --tertiary-color: #008698;
  --white: white;
  --grey: #4f4e4e;
  --gradcolorB: #92D4D9;
  --fontFamily: Montserrat, sans-serif;
  --errorRed: #ca0e0e;
}

.button {
  text-align: center;
}

.button button {
  font-family: var(--fontFamily);
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 20px;
  width: 174px;
  padding: 18px 25px;
  border-radius: 37.5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  font-family: "Montserrat, sans-serif";
  font-family: var(--fontFamily);
  color: #0195a9;
  color: var(--primary-color);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button button:disabled:hover {
  cursor: not-allowed;
  background: white;
  color: inherit;
}

.button button:hover, .button button:focus {
  cursor: pointer;
  outline: none;
  background-color: #0195a9;
  background-color: var(--primary-color);
  color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body {
  background-color: #0195a9;
  background: -webkit-gradient(linear, left top, left bottom, from(#0195a9), to(#92D4D9));
  background: linear-gradient(to bottom, #0195a9, #92D4D9);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--gradcolorB)));
  background: linear-gradient(to bottom, var(--primary-color), var(--gradcolorB));
}

.login-container {
  height: 100vh;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../images/login/1-no-shadow@2x.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 300px;
}

.login-container .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.login-container .login > img, .login-container .login img {
  width: 100%;
}

.login-container .login .main-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.main-image {
  max-width: 500px;
}

.login .logoContainer {
  display: block;
  height: 250px;
  min-height: 229px;
  width: 400px;
  background: url("../../images/login/group.png");
  background-size: 100%;
}

@media only screen and (min-width: 1024px) {
  .login .logoContainer {
    background: url("../../images/login/group@2x.png");
    max-width: 564px;
    max-height: 310px;
    background-size: 100%;
  }
}

form {
  justify-self: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

form .error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.11px;
  text-align: center;
  color: #ca0e0e;
  color: var(--errorRed);
  height: 60px;
}

form .error-message p {
  padding: 0;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: none;
}

.form-control {
  margin-bottom: 20px;
  position: relative;
  max-width: 288px;
}

@media only screen and (min-width: 1024px) {
  .form-control {
    max-width: 375px;
  }
}

.form-control.ok > input {
  border-color: greenyellow;
}

.form-control.ok > .icon {
  background-image: url("../../images/login/iconfinder-icon.svg");
  display: block;
  height: 30px;
  bottom: 16px;
}

.form-control.ok > .inputFormatError {
  display: none;
}

.form-control.error > input {
  border-color: #ca0e0e;
  border-color: var(--errorRed);
}

.form-control.error > .icon {
  background-image: url("../../images/login/iconfinder_x_293657.svg");
  display: block;
}

.form-control.error > .inputFormatError {
  display: block;
}

.form-control + .form-control {
  margin-bottom: 10px;
}

.form-control label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #ffffff;
  margin-left: 25px;
}

.form-control .icon {
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 30px;
  background-size: 100%;
  position: absolute;
  right: -50px;
  bottom: 15px;
  display: none;
}

.form-control .inputFormatError {
  color: #ca0e0e;
  color: var(--errorRed);
  display: none;
  padding: 0 26px;
  position: absolute;
  bottom: -16px;
  font-size: 14px;
  width: 375;
  text-align: left;
}

.form-control input {
  font-family: inherit;
  width: 100%;
  height: 61px;
  padding: 0 25px;
  border-radius: 37.7px;
  border: solid 3px #ffffff;
  background: none;
  font-family: "Montserrat, sans-serif";
  font-family: var(--fontFamily);
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.form-control input:focus {
  border-radius: 37.7px;
  outline: none;
  border-color: skyblue;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.cuentaBloqueada-bg {
  height: 80vh;
  min-height: 500px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  width: 80%;
  max-width: 930px;
  -ms-flex-line-pack: center;
      align-content: center;
  background: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #0195a9;
  color: var(--primary-color);
}

.cuentaBloqueada-bg .topImgContainer {
  background: url("../../images/login/5-no-shadows.png") no-repeat;
  background-size: 100%;
  height: 175px;
  width: 254px;
  margin-bottom: 40px;
}

.cuentaBloqueada-bg img {
  max-width: 320px;
  margin-bottom: 60px;
}

.cuentaBloqueada-bg h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cuentaBloqueada-bg h2 {
    font-size: 24px;
  }
}

.cuentaBloqueada-bg h2 strong {
  font-weight: 700;
}

.cuentaBloqueada-bg p {
  max-width: 550px;
  font-weight: 500;
  margin: 12px 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .cuentaBloqueada-bg p {
    font-size: 16px;
    width: 365px;
  }
}

.cuentaBloqueada-bg button {
  background-color: #0195a9;
  background-color: var(--primary-color);
  color: white;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .cuentaBloqueada-bg button {
    font-size: 16px;
  }
}

.cuentaBloqueada-bg button:hover {
  background-color: white;
  background-color: var(--white);
  color: #0195a9;
  color: var(--primary-color);
}
/*# sourceMappingURL=login.css.map */