

.card_login{
    background-color: rgb(252, 246, 239);
    width: 160vh;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 30px;
    transition: transform 0.4s ease-in-out;
    animation: fadeIn 1.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.--input{
    display: flex;
    flex-direction: row;
    gap: 30px;
    
}




.card_login h1{
    margin-top: 100px;
    margin-bottom: 50px;
    color: black;
   
}
div.p-{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.card_login p.cad-text{
    margin-top: 16px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    
}
label.label-input input{
   
    width: 40rem;
     font-size: 14px; 
    color: #555;
     background-color: #fff; 
     background-image: none; 
    border-radius: 4px;
     box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075); 
     padding: 0 20px;
    font-size: 1em;
    color: #333;
    border-radius: 10px;
    text-align: left;
    border: none;
    box-shadow: none;

    background-color: #FFF;
    height: 56px;
    outline: none;
    
}
label.label-input-trio input{
   
    width: 25.5rem; 
     height: 34px; 
     font-size: 14px;  
    color: #555;
     background-color: #fff; 
    border-radius: 4px; 
     padding: 0 20px;
    font-size: 1em;
    color: #333;
    border-radius: 10px;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #FFF;
    height:  56px;
    
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    
}
label.maps{
    width:66.5rem;
}
label.number{
    width: 17rem;
}


.card_login header.remember{
    display: flex;
    gap: 20px;
    font-size: 13px;
    margin-top: 5px;
    color: black;
}
.card_login header.remember p{
    font-size: 13px;
    color: black;
}
.card_login header.remember div{
    display: flex;
    gap: 3px;
    color: black;
}
.card_login header.remember input{
 color: #3D6D40;
}

.card_login button{
    margin-top: 30px;
    width: 50%;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: #3D6D40;
    color: #ffffff;
}

label{
    background-color: #ffffff;
    align-items: center;
    color: black;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    border: none;
    box-shadow: 30px black;
}
label i{
    padding: 0px 2px 0px 13px;
}


.remember div input:checked{
  
    border-radius: 0px;
   
    
}
.check{
    border: none;
    border-radius: 30px;
  width: 15px;
  height: 15px;
}
.check:checked{
  background-color: rgb(0, 0, 0);
  width: 15px;
  height: 15px;
  
}
a.buttoncadas{
margin-top: 15px;
color: black;

}




.row {
    
    margin-left: 55px;
    display:flex ;
    justify-content: start;
    width: 150vh;
    align-items: center;
    padding: 5px;
}

label.cep {
    font-weight: 500;
    font-size: 1em;
    color: #333;
    background-color: transparent;
}
label.cep {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: none;
}
.form-group {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
        display: block;
        width: 40rem; 
         height: 34px; 
         font-size: 14px; 
        color: #555;
         background-color: #fff; 
         background-image: none; 
        border-radius: 4px;
         box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075); 
         padding:0 20px;
        font-size: 1em;
        color: #333;
        border-radius: 10px;
        text-align: left;
        border: none;
        box-shadow: none;
    
        background-color: #FFF;
        height: 45px;
        line-height: 45px;
        font-weight: 400;
        outline: none;
        
    }
    
.form-control, input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    display: block;
    width: 22.5rem; 
     height: 34px; 
     font-size: 14px;  
    color: #555;
     background-color: #fff; 
    border-radius: 4px; 
     padding: 0 20px;
    font-size: 1em;
    color: #333;
    border-radius: 10px;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #FFF;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    
}
.btn-link {
    display: block;
    margin-top: 36px;
}
 .link-cep {
    width: auto;
    display: inline-block !important;
    
}
.btn-link {
    font-size: 1em;
    color: #345316;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-left: -50px;
    padding: 10px;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1700px) {
    .card_login{
        width: 120vh;
        padding: 35px;
    }
    label.label-input input{
        width: 30rem;
     }
     label.label-input-trio input{
        width: 18rem;
     }
  }
  @media screen and  (max-height: 720px){
    .card_login{
        width: 160vh;
        padding: 35px;
    }
    label.label-input input{
        width: 23rem;
     }
     label.label-input-trio input{
        width: 15rem;
     }
 } 
 @media screen and (max-width: 920px) {
    .card_login{
        width: 112%;
        padding: 35px;
        display: flex;
    }
    div.--input{
        display: flex;
        flex-direction: column;
    }
    div.-p{
        display: flex;
        align-items: start;
    }
    label.label-input input{
        width: 35rem;
     }
     label.label-input-trio input{
        width: 35rem;
     }
        
  }
  @media screen and (max-width: 640px) {
    label.label-input input{
        
        width: 20rem;
     }
     .card_login{
        width:100%;

     }
     label.label-input-trio input{
        width: 20rem;
     }
        
  }
