@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'roboto', sans-serif;
    text-decoration: none;

}


body{
 background-color: white;
    /* background: linear-gradient(90deg, #3800b9, #461dff); */
}
















.container-all{
display: flex;
width: 100%;
max-width: 1000px;
margin:auto;
margin-top: 100px;
border-radius: 20px;
overflow: hidden;


}


.ctn-form{
width: 80%;
padding: 40px;
background: #f7f7f7;

}



  

.title{

 text-align: center;
 margin-top: 20px;
 font-weight: 300px;
 color: #7a7a7a;   
}


label{
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #7a7a7a;
}

input[type="text"],
input[type="email"],
input[type="password"]{

width: 100%;
height: 30px;
background: rgba(0, 0, 0, 0);
outline: 0px;
border: 0px;
border-bottom: 1px solid rgb(0, 0,0, 0.12);
color: #0c0c0c !important;
font-size: 16px;
}

input[type="submit"]{

width: 100%;
height: 50px;
margin-top: 60px;
color: white;
border: 0px;
background: linear-gradient(90deg, #1E3A8A, #3B82F6); 
font-weight: 300;
cursor: pointer;
font-size: 18px;

}


input[type="submit"]:hover{
    background: linear-gradient(90deg,  #3B82F6, #1E3A8A); 
}


.text-footer{
display: block;
margin-top: 100px;
text-align: center;
color: #7a7a7a;
font-weight: 300;
}

.text-footer a{
color: #029EE1;
font-weight: 500;

}


.ctn-Texto{

width: 50%;
background-image: url(../../assets/img/img_logo-removebg-preview.png);
background-position: center;
background-size: cover;
padding: 40px;
position: relative;
margin-bottom: 20px;
}


.ctn-registro{

    width: 100%;
    background-image: url(../../assets/img/img_register.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px;
    position: relative;
    }





.ctn-welcome{

width: 100%;
max-width: 800px;
text-align: center;
padding: 40px;
margin: auto;
margin-top: 100px;
background: white;
border-radius: 20px;


}


.logo-welcome{
width: 200px;
margin: 20px;

}

.title-welcome{
font-weight: 400;
font-size: 40px;
margin-top: 20x;
}



.close-sesion{
width: 100%;
max-width: 600px;
margin: auto;
display: block;
padding: 20px;
margin-top: 40px;
background: linear-gradient(90deg,  #3B82F6, #1E3A8A); 
color: white;
font-size: 20px;
font-weight: 300;

}

.close-sesion:hover{
    background: linear-gradient(90deg,  #1E3A8A,  #3B82F6); 
}











/*TEXTO ERROR*/

.msg-error{
    color: red;
    display: block;
    margin-top: 10px;

}



/*RESPONSIVE*/


@media screen and (max-width:800px) {

    .ctn-Texto{
        display: none;
    }
    
    .ctn-form{
    margin: auto;
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    

    }


    .ctn-registro{

        display: none;
        }
    


}


@media screen and (max-width:500px) {


    
    .title-welcome{
font-weight: 400;
font-size: 30px;
margin-top: 20px;

    }
}




.form-control-file {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    background-color: #f8f9fa;
    cursor: pointer;
    transition:background-color 0.3s, border-color 0.3s;
}


@media (max-width: 767px) {
    .php-email-form {
        margin-top: 80px; 
    } }