body{
    padding: 0;
    margin: 0;
}

.ContenInfo{
    width: 70%; 
    background: #5ecbeb;
}

.contenData{
    width: 30%; 
    background: #002237;
    box-shadow: 3px 0px 22px 3px black;
    border-left: 1px solid #00000087;
}

.subInfo{
    margin-top: 0%;
    padding: 2% 6% 0% 6%;
}

.subData{
    color: white;
    margin-top: 29%;
    padding: 9%;
}

.btnLogin{
    margin-top: 20px;
    background: #5ecbeb;
    border-radius: 10px;
}

.ContenBtn{
    text-align: center;
}

.FootData{
    color: #fff;
    position: absolute;
    bottom: 0;
    padding-left: 9%;
    text-align: center;
}




.sweet-local {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 200; 
    transition: 1s;
}

.cont_reg{
    transition: 1s;
    margin: auto;
    width: 55%;
    background: white;
    margin-top: 5%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid black;
}


.img_logo{
    margin: auto auto auto auto;
    background: white;
    border-radius: 8px;
    text-align: center;
}

.img_logo_tr{
    margin: auto auto auto auto;
    background: white;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin: -8%;
    width: 48%;
    height: 400px;
    opacity: 1;
}

.form_pass{
    width: 90%;
    text-align: center;
    margin-left: 3%;
    display: flex;
}