/* CSS para estilizar elementos do template de login */

body.login {
  background-attachment: fixed;
  background-color: #555;
  background-image: url("/static/comum/img/login-background.5dd00706f0c2.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
body.login #login-img {
  text-align: center;
  margin: 15px 0;
}
body.login #login-img .logo-suap {
  max-width: 90%;
}
body.login h3 {
  color: #999;
  font-weight: 300;
}
body.login #content {
  background: #333;
  display: inline-block;
  margin: 140px 15% 15px;
  width: 70%;
}
body.login #content form {
  margin: 50px 0 0;
}
body.login .errorlist,
body.login .messagelist {
  margin: 10px 0 0;
  padding: 0 !important;
}
body.login .errornote,
body.login .msg {
  left: 0;
  width: 100%;
}
body.login .form-row {
  margin: 0 0 10px;
}
body.login .form-row input[type="password"],
body.login .form-row input[type="text"] {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 120%;
  height: 46px;
  max-width: 100%;
  padding: 0 5px;
  width: 100%;
}
body.login label.required {
  cursor: default;
  font-weight: 300 !important;
}
body.login label.required:after {
  content: "";
}
body.login .form-row input[type="password"]:active,
body.login .form-row input[type="password"]:focus,
body.login .form-row input[type="text"]:active,
body.login .form-row input[type="text"]:focus {
  border: 2px solid #5bb75b;
}
body.login .form-row label {
  clear: left;
  color: #666666 !important;
  font-weight: normal !important;
  line-height: 1em;
  padding: 0 5px 0 0;
  text-align: left !important;
}
body.login .login-footer {
  margin: 5px auto 20px;
  overflow: hidden;
  width: 70%;
}
body.login .login-footer p {
  color: #ddd;
  font-weight: 300;
  text-align: center;
}
body.login .login-footer p a {
  color: #5bb75b;
}
body.login .login-form {
  background: #eee;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin: -50px auto;
  padding: 60px;
  position: relative;
  width: 40%;
}
body.login .login-services {
  margin: 90px auto;
  padding: 0 30px;
  max-width: 100%;
}
body.login .login-services .container {
  display: grid;
  gap: 16px;
  padding: 16px;
}
body.login .login-services .container .item h4 {
  color: #ffffff;
  font-size: 150%;
}
body.login .login-services h3 {
  border: 0 none;
  color: #aaa;
  font-size: 300%;
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
body.login .login-services li {
  color: #666;
  list-style: none;
  margin: 0 0 3px;
}
body.login .login-services li:last-child a {
  border-bottom: 0 none;
}
body.login .login-services li a {
  background-color: transparent;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  border-bottom: none;
  color: #fff;
  display: inline-block;
  font-size: 120%;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
}
body.login .login-services li a:hover {
  color: #5bb75b;
  text-decoration: none;
}
body.login .login-services ul {
  padding: 0 0 0 20px;
}
body.login ul.login-services {
  padding: 0;
  width: 100%;
}
body.login .login-services .fa {
  margin: 0 10px 0 0;
}
body.login .submit-row input[type="submit"] {
  font-size: 120%;
  height: 45px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body.login #content {
    width: 90%;
    margin: 120px 5% 15px;
  }
}
@media screen and (max-width: 900px) {
  body.login .login-form {
    width: 60%;
  }
  body.login .login-services {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body.login h1 {
    background-size: cover;
  }
  body.login #content {
    margin: 80px 5% 15px;
  }
  body.login .login-form {
    width: 60%;
  }
  body.login .login-services {
    width: 94%;
  }
  body.login .login-services {
    margin: 60px 3% 0;
  }
  body.login .login-services h3 {
    font-size: 230%;
  }
}
@media screen and (max-width: 600px) {
  body.login .login-form {
    width: 94%;
    display: flex;
    flex-direction: column;
    height: 82vh;
  }
  body.login .more-services small {
    display: none;
  }
  .login-form #form-login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 45vh;
  }
  body.login .submit-row,
  body.login .form-row {
    /*margin-top: 1rem;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
  }
  body.login .alterar-senha {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
  }
  body.login .form-row label {
    font-size: 130%;
  }
  body.login .submit-row input[type="submit"] {
    font-size: 150%;
  }
  .alterar-senha {
    font-size: 140%;
  }
}
@media (max-width: 375px) {
  body.login .alterar-senha {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
  }
  body.login .login-form {
    width: 94%;
    display: flex;
    flex-direction: column;
    height: 87vh;
  }
  .alterar-senha {
    font-size: 120%;
  }
}
@media (min-width: 800px) {
  .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 799px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .container {
    grid-template-columns: 1fr;
  }
}
body.login .more-services {
  margin: 70px auto 30px;
  text-align: center;
}
body.login .more-services small {
  color: #ffffff !important;
}
body.login .more-services .arrow {
  font-size: 2rem;
  color: white;
  display: inline-block;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(7px);
  }
  60% {
    transform: translateY(3px);
  }
}
a .sem-conta {
  font-size: 70%;
}
.fas {
  color: #999;
}
.mt-65 {
  margin-top: 60px;
}
