@media (max-width: 575.98px) {
  .form, .container {
    max-width: 280px;
    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;
}

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);
}

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

h6 {
  color: rgba(0, 0, 0, 0.7);
}

.footer-link a {
  padding: 0px 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);
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.link {
  margin-bottom: 12px;
}

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

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