@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.areaLogin{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #fff;
}

a{
    font-family: 'Nunito Sans', sans-serif;
    color: #1ea833 !important;
}



.areaLogin #sec-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.areaLogin #sec-img img{
    width: clamp(10px, 95%, 600px);
}

.areaLogin #sec-login{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}


.areaLogin #sec-login #area-login{
    width: clamp(100px, 95%, 400px);
    height: 500px;
    /* background-color: red; */
}

.areaLogin #sec-login #area-login .titulo{
    color:#939395
}

.areaLogin #sec-login #area-login .subTitulo{
    color:#939395
}



.inputLogin{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.inputLogin label{
    font-family: 'Nunito Sans', sans-serif;
    color: #939395;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.8px;
    margin-bottom: 16px;
}

.inputLogin input{
    border: none;
    color: var(--blue-19, black);
    background: #EEEFF5;
    outline: none;
    display: flex;
    padding: 15px 10px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    font-family: 'Nunito Sans', sans-serif;
}


.text-danger {
    color: red;
    font-family: 'Nunito Sans', sans-serif;
}

.act{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}



.labelCheckbox{
    color: #939395;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}

.checkboxArea{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.cl-checkbox {
    position: relative;
    display: inline-block;
   }

   /* Input */
   .cl-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
   }

   /* Span */
   .cl-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
   }

   /* Box */
   .cl-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    /* Safari */
    border-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
   }

   /* Checkmark */
   .cl-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
   }

   /* Checked, Indeterminate */
   .cl-checkbox > input:checked,
   .cl-checkbox > input:indeterminate {
    background-color: var(--dark-blue-18, #4ABA5A);
   }

   .cl-checkbox > input:checked + span::before,
   .cl-checkbox > input:indeterminate + span::before {
    border-color: var(--dark-blue-18, #4ABA5A);
    background-color: var(--dark-blue-18, #4ABA5A);
   }

   .cl-checkbox > input:checked + span::after,
   .cl-checkbox > input:indeterminate + span::after {
    border-color: #fff;
   }

   .cl-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
   }

   /* Hover, Focus */
   .cl-checkbox:hover > input {
    opacity: 0.04;
   }

   .cl-checkbox > input:focus {
    opacity: 0.12;
   }

   .cl-checkbox:hover > input:focus {
    opacity: 0.16;
   }

   /* Active */
   .cl-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
   }

   .cl-checkbox > input:active + span::before {
    border-color: var(--dark-blue-18, #789ADE);
   }

   .cl-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
   }

   /* Disabled */
   .cl-checkbox > input:disabled {
    opacity: 0;
   }

   .cl-checkbox > input:disabled + span {
    color: rgba(0, 0, 0, 0.38);
    cursor: initial;
   }

   .cl-checkbox > input:disabled + span::before {
    border-color: currentColor;
   }

   .cl-checkbox > input:checked:disabled + span::before,
   .cl-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
   }



   .resetSenha{
        width: 100%;
        display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: end;
   }

   .resetSenha a{
    color: var(--blue-27, #8699DA);

   }


   .submit{
    width: 100%;
    margin-top: 65px;
   }

   .submit button{
    border: 2px solid var(--dark-blue-18, #4ABA5A);
    color: var(--blue-19, #63709d);
    background:#4ABA5A;
    color: #fff;
    cursor: pointer;
    width: 100%;
    outline: none;
    display: flex;
    padding: 12px 7px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white, #FFF);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.8px;
    text-align: center;
   }
