@media (max-width: 575.98px) {
  .form, .container {
    max-width: 300px;
    font-size: 10px;
  }
  img {
    margin-top: 80px;
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form, .container {
    max-width: 400px;
    font-size: 12px;
  }
  img {
    margin-top: 84px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form, .container {
    max-width: 500px;
  }
  img {
    margin-top: 88px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form, .container {
    max-width: 524px;
  }
  img {
    margin-top: 92px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .form, .container {
    max-width: 520px;
    margin-top: auto;
    margin-bottom: auto;
  }
  img {
    margin-top: 92px;
    margin-bottom: 12px;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Roboto";
  font-size: 14px;
}

label {
  display: block;
  font-size: 14px;
}

.form {
  max-width: 520px;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

.form input[type=submit] {
  width: 100%;
  padding: 12px 0px;
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 16px;
}

.form-control[readonly] {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 150, 136, 0);
}

.form-control[disabled] {
  background-image: none;
  background-repeat: none;
  background-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

input[type=text], input[type=password] {
  padding: 12px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

input[type=text]:focus, input[type=password]:focus {
  border-bottom: 2px solid #041c2c;
}

.form span {
  color: rgba(0, 0, 0, 0.5);
}

.footer {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  font-size: 14px;
  padding: 0px 8px;
}

.footer-title {
  margin-bottom: 20px;
}

.footer-link {
  text-align: center;
  margin-top: 24px;
}

h3 {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 8px;
}

.color-light {
  color: rgba(0, 0, 0, 0.6);
}

h6 {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 12px;
}

.footer-link a {
  padding: 8px 12px;
}

.copyrights {
  margin-top: 20px;
}

.form-control:focus {
  transition-duration: 0.2s;
}

label.error {
  color: #b94a48;
  padding-top: 8px;
  font-size: 12px;
}

.error label:focus, .error label {
  color: #b94a48 !important;
}

.error input:focus, .error input {
  border-bottom: 2px solid #b94a48;
}

.form-group {
  margin-bottom: 0px;
}

p {
  margin-bottom: 0px;
}

.is-focused .form-control, .form-control {
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tooltip-inner {
  background-color: #3D3A3A !important;
  color: #fff;
  max-width: 340px;
  padding: 4px 12px;
  text-align: left;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 13px 24px;
  margin-bottom: 8px;
  margin-top: 20px;
  border-radius: 4px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 13px 24px;
  margin-bottom: 8px;
  margin-top: 20px;
  border-radius: 4px;
}

.tool-tip {
  font-size: 16px;
}
 .form-title {
  padding: 0;
  margin: 10px 0px;
}

.divider {
  width: 45% !important;
  background-color: rgba(0, 0, 0, 0.1);
}

.divider__text {
  margin: 0.2rem 10px;
}

.email__sign-in {
  height: 48px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius:  20px;
  padding: 10px;
  margin: 20px;
  border:1px solid rgba(112, 112, 112,0.25);
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.email__sign-in:hover {
  background-color:#dde5ed;
}

.email__sign-in img {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  margin-right: 10px !important;
}

.email__sign-in .text {
  color: #041c2c !important;
}

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