@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
    font-family: "Quantico",serif;
}
body{
    background-color: #e0ecfe;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 100vh;
}
.reg-cont-img {
    width: 100%;
    margin:30px 0;
}
.reg-contenedor{
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px ;
    border-radius: .45rem;
    box-sizing: border-box;
}
.reg-contenedor img{   
    display: block;
    margin: auto;
    width: 250px;
}
.reg-titl-login{
    font-size: 25px;
    text-align: center;
    margin-bottom:30px;
    text-transform: uppercase;
    color: #25396f;
    
}
.reg-contenedor form{
    padding: 0 20px ;
    display: flex;  
    flex-wrap: wrap;
    

}
form input, Fieldset{
    width: 42%;
    margin:5px;
    font-size: 14px;
    padding: 10px;
    border:1px solid #dce7f1; 
    outline: none;
    border-radius: .25rem;
}
form input:focus{  
    border:1px solid #a1afdf; 
    box-shadow: 0 0 0 .25rem rgba(67,94,190,.25)
    
}
.reg-contenedor fieldset{
    border: none;
    padding: 0;
}
.reg-contenedor option{
    color:#607080;
}
.reg-contenedor select{
    width: 248.49px;
    height: 45px;
    border:1px solid #dce7f1;
    border-radius: .25rem;
    padding:5px;
    color:#878787;
    font-weight: normal;
}
.reg-contenedor select:open:hover{
background-color: red;
}
.reg-contenedor select:focus{
    outline: none;
    border:1px solid #a1afdf; 
    box-shadow: 0 0 0 .25rem rgba(67,94,190,.25)
}
.olv-contraseña{
    display: flex;
    justify-content: end;
    font-size: 14px;
}
.olv-contraseña a{
    text-decoration: none;
    color: #519ae7;
    transition: all .3;
}
.olv-contraseña a:hover{
    color: #065ebd;
    
}
.reg-contenedor div{
    width: 100%;
    height: auto;
    margin: auto ;
     margin-top: 3px ;
}
.btn-enviar2{
    width: 35%;
    margin: 10px auto;
    border-radius: 3px;
    border: none;
    color:#fff;
    background-color: #3399ff ;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;   
}
.btn-enviar2:hover{
    background-color: #0a84ff;
    color: #fff;
}
.btn-enviar2:focus{
    box-shadow: none;
}
.term-footer{
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    margin: 0 0 0 -20px;
    color:#6a7e81;
    box-sizing: border-box;
    
}
.term-footer span {
    margin-right: 20px;
}
.term-footer span a {
    color: #519ae7;
    text-decoration: none;
}
.term-footer span a:hover{
    color:#065ebd
}

/*#particles-js{background-color: #d5d7e4;}*/
.xlaqr{position:fixed}
.xf5mc{top:0;right:0;bottom:0;left:0}
.ryu0i{z-index:-1}
.nkaas{height:100%}
.qgb8l{pointer-events:none}

@media only screen and (max-width: 630px){
    form input{
        width: 100%;
    }
    .reg-contenedor Fieldset{
        width: 100%;
        
    }
    .reg-contenedor select{
        width: 100%;
        
    }
}