@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

:root {
  --color-green: #3c9d4d;
}

html {
  position: relative;
  min-height: 100%;
  background-color: #4f4c4c;
}

body {
  overflow-x: hidden;
  background-color: transparent;
}

a {
  color: #1680a0 !important;
  text-decoration: none !important;
}

a:hover {
    color: var(--color-green) !important;
    text-decoration: none !important;
}

select:invalid{

}

.form-login {
  padding: 40px 30px;
}

.form-login form {
  margin-top: 30px;
}

.form-label {
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif;
}

.form-control {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #60697b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
}
.form-control:focus {
    border: 1px solid #ced4da ;
    box-shadow: 0 0 0 .25rem rgba(135,188,233,.25) ;
}
.form-control:-ms-input-placeholder{
    color:#adb5bd;opacity:1;
    font-weight: 300;
}
.form-control::-ms-input-placeholder{
    color:#adb5bd;opacity:1;
    font-weight: 300;
}
.form-control::placeholder{
    color:#adb5bd;opacity:1;
    font-weight: 300;
}
.form-control:disabled,.form-control[readonly]{
    background-color:#adb5bd;opacity:1
}
.form-control[readonly]{
    background-color:#fff;opacity:1
}

.radio-options {
    margin-top: 4px;
    position: absolute;
    width: 20px;
    height: 20px;
}
.radio-options-inline {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -25px;
}
.radio-options-label {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-left: 30px !important;
    margin-bottom: 0.1rem !important;
}
.radio-options-label:hover {
/*    color: #ff8b1e !important;*/
}

.card-background {
  background-image: url("../images/bg-geral3.png");
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} 

.col-dados {
  background-image: url("../images/bg-geral3.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-logo1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.img-logo1 img {
  width: 100%;
  max-width: 400px;
}

.rowlogin2 {
  -webkit-box-shadow: 2px 2px 7px rgb(50 50 50 / 30%);
  -moz-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 7px rgb(50 50 50 / 30%);
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}

.cardlogin2 {
  margin-top: 30px;
}

.cardlogin2-recover {
  margin-top: 60px;
}

.p11 {
  color: #9a9a9a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.p15 {
  color: #9a9a9a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.p22 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}

.p33 {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: 15px;
}

.p33 a {
  font-size: 15px;
  color: #2e8ea9;
  font-weight: 700;
}

.p33-cad {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: 5px;
}

.p33-cad a {
  font-size: 15px;
  color: #00ccd5;
  font-weight: 700;
}

.p33-recover {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: 5px;
}

.p33-recover a {
  font-size: 15px;
  color: #2065cb;
  font-weight: 700;
}

.btn-google {
  background: #fff;
  border-color: #00ccd5;
  color: #000;
  font-weight: 700;
}

.btn-google:hover {
  background: #fff;
  border-color: #00ccd5;
  color: #000;
  font-weight: 700;
}

.btn-google img {
  width: 25px;
  margin-right: 10px;
}

.btn-facebook {
  background: #fff;
  border-color: #00ccd5;
  color: #000;
  font-weight: 700;
}

.btn-facebook:hover {
  background: #fff;
  border-color: #00ccd5;
  color: #000;
  font-weight: 700;
}

.btn-facebook img {
  width: 25px;
  margin-right: 10px;
}

.footer {
    color: #7c7c7c;
    position: relative !important;
    margin-top: 15px;
    z-index: 999;
}

.jq-icon-info{
    background-image:url("https://credsys.com.br/nucleos/x_assets/images/favicon.png");
    background-size: 50px;
    background-color:#000;
    color:#d9edf7;
    border-color:#bce8f1
}

.jq-toast-single h2 {
    margin-top: 15px !important;
}

.password-eye:before {
    position: absolute;
    color: #adb5bd;
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    vertical-align: middle;
    line-height: 1.2;
    top: 15px;
    right: 10px;
}

.img-logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.img-logo img {
  width: 100%;
  max-width: 250px;
}

.row-login {
    -webkit-box-shadow: 2px 2px 7px rgb(50 50 50 / 30%);
    -moz-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.3);
    box-shadow: 2px 2px 7px rgb(50 50 50 / 30%);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1rem;
    background: #4f4c4c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-login {
  margin-top: 30px;
}

.btn-login {
    background-image: linear-gradient( to right, #f7f905 0%, #fbc403 51%, #000009 100% );
    background-position: right center;
    background-size: 200% auto;
    border: none !important;
    position: block;
    margin: 0px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    font-size: 16px;
    color: white;
    border-radius: 0.5rem;
    width: 100%;
}

.btn-login:hover {
    background-position: right center;
    background-size: 100% auto;
    color: #fff;
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

@media screen and (min-width: 576px) {

    .col-img-login {
        width: 100%;
        padding: 0 !important;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width:50%
    }

}

@media screen and (max-width: 768px) {

    .card-background {
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 1rem;
        margin-top: 0px;
        margin-bottom: 0px;
    } 

    .col-img-login {
        width: 100%;
        padding: 20px;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 0;
    }

    .img-logo img {
        max-width: 200px;
    }

    .form-login {
        padding: 20px 15px;
    }

    .card-login {
        margin-top: 0 !important;
    }

    .p33 {
        margin-bottom: 10px !important;
    }

    .img-logo1 img {
        max-width: 300px;
    }

    .btn-google {
        font-size: 11px;
    }

    .btn-google img {
        width: 18px;
    }

    .btn-facebook {
        font-size: 11px;
    }

    .btn-facebook img {
        width: 18px;
    }

    .form-login {
        padding: 20px 15px;
    }

    .cardlogin2 {
        margin-top: 0 !important;
    }

    .cardlogin2-recover {
        margin-top: 0 !important;
    }

    .p33 {
        margin-bottom: 10px !important;
    }

}

/*BARRA DE ROLAGEM*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*BARRA DE ROLAGEM INTEIRA*/
::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 15px;
}

/*BARRA DE ROLAGEM*/
::-webkit-scrollbar-thumb {
  background: #18abbd !important;
  border-radius: 15px;
}
