@font-face {
  font-family: latoregular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: latolight;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: latoblack;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: latobold;
  src: url("../fonts/Lato-Bold.ttf");
}
.pink-btn {
  background-color: #e94867;
  border-radius: 25px;
  color: white;
  outline: none;
  border: none;
  padding: 2px 24px;
  font-family: latoregular;
  font-size: 14px;
}
.pink-btn:hover, .pink-btn:focus {
  background-color: #d33a57;
  color: white;
  text-decoration: none;
}

.orange-btn {
  background-color: #f39369;
  border-radius: 25px;
  color: white;
  outline: none;
  border: none;
  padding: 2px 24px;
  font-family: latoregular;
  font-size: 14px;
}
.orange-btn:hover, .orange-btn:focus {
  background-color: #e2784a;
  color: white;
  text-decoration: none;
}

.error {
  font-family: latolight;
  font-size: 14px;
  color: #e94867;
  margin-bottom: 15px;
  text-align: left;
  margin-top: -20px;
}

.error-modal {
  margin-top: 15px;
}

.login {
  width: 100%;
}
.login .row {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .login .row {
    display: block;
  }
}
.login .login-img {
  height: 100vh;
  background: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .login .login-img {
    height: 40vh;
  }
}
.login .login-img img {
  margin-top: 15px;
  margin-left: 5px;
}
.login .login-img .login-img__footer {
  position: absolute;
  bottom: 0;
  padding: 15px;
  padding-bottom: 50px;
}
.login .login-img .login-img__footer .login-img__title {
  font-family: latoblack;
  font-size: 36px;
  color: white;
  text-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .login .login-img .login-img__footer .login-img__title {
    font-size: 24px;
  }
}
.login .login-img .login-img__footer .login-img__subtitle {
  font-family: latolight;
  font-size: 18px;
  color: white;
}
.login .login-form-container__nav {
  padding: 15px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: white;
  position: absolute;
}
.login .login-footer {
  padding: 20px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #d8dee3;
  font-family: latoregular;
  font-size: 14px;
  text-align: center;
}
.login .login-footer a {
  color: #e94867;
  text-decoration: undeline;
}
.login .login-form-container {
  padding: 0;
  background-color: #f5f6f8;
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
}
.login .login-form {
  align-self: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.login .login-form__title {
  font-family: latoblack;
  color: #353535;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #d8dee3;
  padding-bottom: 15px;
}
.login .title-hr {
  width: 100px;
  border: 0;
  border-top: 4px solid #e94867;
  margin-top: -3px;
}
.login .input-img {
  text-align: center;
  background-color: white;
  border: 1px solid #eef2f5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 1px 2px 2.91px 0.09px rgba(0, 0, 0, 0.15);
}
.login .input-img img {
  width: 20px;
  margin-right: 5px;
  float: left;
  position: absolute;
}
.login .input-img input {
  border: 0;
  width: 100%;
  padding-left: 40px;
  font-family: latolight;
  font-size: 14px;
  color: #777777;
}
.login .input-img input:focus {
  outline: none;
}
.login .vl {
  border-right: 2px solid #eef2f5;
  height: 40px;
  width: 32px;
  position: absolute;
  margin-top: -8px;
}

/*# sourceMappingURL=login.css.map */
