body{
    box-sizing: border-box;
    justify-content: start;
}
.splitInvers{
    z-index: 10;
    min-height: 100vh;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}
.cont_form{
    width: 100%;
    height: 100%;    
    display: flex;
}

.btn_goBack{
    width: 40px;
    height: 28px;
    background-color: #023c27;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_goBack span{
    color: whitesmoke;
    font-size: 15px;
}

.class_login{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}
.divider{
    width: 70%;
    border-top: 1px solid rgb(160, 160, 160);
    margin: 0 auto;
}
.btn_init{
    width: 280px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.inic_btn_su{
    background-color: #023c27;
    color: white;
    border: 1px solid #4ab18b;
}
.inic_btn_li{
    border: 1px solid #023c27;
    color: #023c27;
    margin-bottom: 10px;
}

.logo{
    width: 60%;
    height: auto;
    padding: 8px 15px;
    background-color: #00000087;
    border-radius: 20px;
}
.logo img {
    height: 50px;
    width: 140px;
    object-fit: cover;
}
.forms{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    gap: 8px;
}
.very_form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.brim{
    width: 100%;
    height: auto;
    position: relative;
}
.brim h4{
    font-weight: 700;
    font-size: 16px;
    color: #023c27;
    margin-left: 10px;
    margin-bottom: 12px;
}
.cont_pass{
    position: relative;
}

.very_form label{
    width: 80%;
    height: 35px;
    background-color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.very_form label input{
    width: 75%;
    height: 90%;
    border: none;
    background: transparent;
    outline: none;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}
.icon_g{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #023c27;
}
.icon_v{
    display: none;
}
.icon_i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
.inpt_pass{
    width: 75%;
}
.item_req{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: red;
    font-size: 15px;
}
#strongPass{
    display: none;
}
.list_und{
    position: absolute;
    width: auto;
    flex-direction: column;
    margin-left: 18px;
    padding: 10px 2rem;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}
.no_confirm{
    display: block;
    color: red;
}
.confirmado{
    color: green;
    transition: 0.5s ease-out;
    display: none;
}
.very_form button{
    background-color: rgb(0, 0, 0);
    width: 80%;
    height: 40px;
    font-size: 16px;
    color: #4ab18b;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-top: 2rem;
}

.cbz_algdn{
    position: fixed;
    width: 36%;
    height: 100%;
    right: 0;
    top: 0;
}
.foxe_img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(10%) opacity(70%);
}
.alrdy a{
    color: #023c27;
    font-weight: 500;
}
.tem_lk{
    width: 70%;
}

.red_consis{
    color: white;
    background-color: rgb(134, 0, 0);
    border: 1.5px solid rgb(197, 0, 0);
}
.green_consis{
    color: white;
    background-color: rgb(0, 92, 0);
    border: 1.5px solid rgb(0, 133, 0);
}
.btn-google{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 280px;
    height: 50px;
    background: white;
    border-radius: 30px;
    padding: 0 2rem;
    color: black;
    text-decoration: none;
    gap: 15px;
    margin-top: 10px;
}


/*signup*/
.rmly{
    flex-direction: column;
    gap: 8px;
}