/* Coded with love by Mutiullah Samim */
body,
html {
  background: #cccccc !important;
}
#card-login {
  width: 40%;
  background: #eeeeee;
  margin-top: 50px;
}
#card-senha {
  width: 40%;
  height: 900px;
  background: #eeeeee;
  margin-top: 50px;
  padding-bottom: 20px;
}
#card-login .input-group-text {
  min-width: 80px;
}
#card-senha .input-group-text {
  min-width: 130px;
}
#content-login {
  overflow-y: auto !important;
  padding-bottom: 200px;
}
.rounded-log {
  border-radius: 12px;
}
.brand_logo {
  max-width: 200px;
  max-height: 200px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 50%;
  line-height: 150px;
}
.content-logo {
  max-width: 220px;
  max-height: 220px;
  width: 220px;
  height: 220px;
  margin-top: -40px;
  background-color: #cccccc;
  border-radius: 50%;
  line-height: 100px;
  padding-top: 10px;
}
.form_container {
  margin: 30px 20px 0px 20px;
}
.login_btn {
  background: #0c7545 !important;
  color: white !important;
  width: 50% !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.input-group-text {
  background: #0c7545 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
a.esqueci-senha {
  color: #666;
}
footer {
  font-size: 0.8rem;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.8);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ede032 !important;
}
.grecaptcha-badge {
  z-index: 5000 !important;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0c7545;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575.98px) {
  #card-login,
  #card-senha {
    width: 98%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #card-login,
  #card-senha {
    width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #card-login,
  #card-senha {
    width: 55%;
  }
}
