@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}
a {
  color: #1A4BA0;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #1A4BA0;
  text-decoration: none;
}
hr {
  border-top: 1px solid #ccc;
}
.header-orange {
  background-color: #80a833;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  height: 64px;
}
.first-access-txt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.welcome-txt {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.alert-danger {
  color: #1A4BA0;
  background-color: #f8d7da1c;
  border-color: #f5c6cb;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.alert-success {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.btn-orange {
  background: #80A833;
  border: 1px solid #80A833;
  border-radius: 8px;
  display: block;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  height: 40px;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #80A833;
  color: #fff;
  transition: ease-in-out 0.2s;
}
.btn-outline {
  background: #1A4BA0;
  border: 1px solid #1A4BA0;
  border-radius: 8px;
  display: block;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  height: 40px;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #1A4BA0;
  color: #fff;
  transition: ease-in-out 0.2s;
}
.login-h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #1A4BA0;
}

.invalid-feedback {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0.25rem !important;
}

#mainPage label,
#signUpPage label {
  color: #1A4BA0;
  font-weight: 500;
}
#mainPage input::placeholder {
  color: #ccc;
}
.inputs-fields {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  max-width: 500px;
  height: 40px;
  border-color: #677185;
  border-radius: 8px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 92, 244, 0.25);
  border-color: #677185;
}
.mw-500 {
  max-width: 500px;
}
#loginPage .loginform {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #1A4BA0;
  font-weight: 500;
}
.link-forgot-pass {
  font-size: 14px;
}
.hide-pass-icon {
  position: absolute;
  right: 28px;
  margin-top: 25px;
  cursor: pointer;
  color: #ccc;
}
.signup-steps-txt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #677185;
}
#signUpPage .progress {
  height: 8px;
}
#signUpPage .progress,
#signUpPage .progress-bar {
  border-radius: 10px;
}
#signUpPage .progress-bar {
  background: linear-gradient(90deg, #80A833 0%, #80A833 100%);
}

form .warning-span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #677185;
 
}
.autorization-subtitles {
  color: #1A4BA0;
  font-weight: 500;
}
#signUpPage .checkboxes-text {
  font-size: 12px;
}
#signUpPage .checkboxes-text a {
  color: #1A4BA0;
  font-weight: 600;
  text-decoration: none;
}
#signUpPage .checkboxes-text a:hover,
#signUpPage .checkboxes-text a:focus {
  text-decoration: underline;
}
#signUpPage input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
/* toggle button */
#signUpPage .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
}
#signUpPage .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#signUpPage .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#signUpPage .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#signUpPage input:checked + .slider {
  background-color: #1A4BA0;
}
#signUpPage input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}
#signUpPage input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
/* Rounded sliders */
#signUpPage .slider.round {
  border-radius: 34px;
}
#signUpPage .slider.round:before {
  border-radius: 50%;
}
#signUpPage .switch-text {
  font-size: 12px;
  line-height: 16px;
}
.w-80 {
  width: 80% !important;
}
.w-15 {
  width: 15% !important;
}
.ico-emoji-success {
  position: relative;
  bottom: 5px;
}
.text-signup-success {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #676767;
}
.text-signup-success a {
  color: #1A4BA0;
  text-decoration: none;
}
.text-signup-success a:hover,
.text-signup-success a:focus {
  color: #1A4BA0;
  text-decoration: underline;
}

/*Ajuste Tamanho Logo Principal*/
.logo-img {
  width: 100%;
  max-width: 170px;
}

/*Ajuste Cor Label Tela Autorização Cadastro*/
.ajuste-cor {
  color: #000000 !important;
}

/*Ajuste Tamanho Texto Parabens*/
.parabens-ccr {
  font-size: 42px;
  font-weight: bold;
}

/*Media Queries*/
@media (max-width: 500px) {
  .welcome-mobile {
    padding: 0 20px;
  }
}
