.princi{
/*    border: solid red;*/
    height: 82.5vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: orange;
}
.princi .princif{
    overflow: hidden;
    display: flex;
    /*border: salmon solid;*/
    height: 100%;
    width: 80%;
    
}
#login{
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    transition: ease-in .2s;
    
    
    /*border: solid black;*/
}
#login form{
    /*border: solid black;*/
    width: 40%;
    padding-bottom: 1vw;
    background-color: white;
    padding: 1.5vw;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
}
.title{
    border-bottom: black solid;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.7vw;
    margin-bottom: 1vw;
    width: 100%;
}
#login .cont{
    /*border: sandybrown solid;*/
    width: 100%;
    margin-bottom: 1vw;
}
#login .cont p{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.5vw;

}
#login .cont input{
    font-family: 'Saira Condensed', sans-serif;
    color: orange;
    border: solid black .5px;
    border-radius: 5px;
    width: 50%;
    padding-left: .5vw;
    height: 2vw;
    font-size: 1.5vw;
}
#login .bt{
    border-bottom: black solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5vw;
}
#login .bt input{
    
    font-size: 1.2vw;
}
input{
    font-family: 'Saira Condensed', sans-serif;
}
#login .bt input:hover{
    transition: ease-in 0.1s;
}
.btpr{
    cursor: pointer;
    height: 3vw;
    width: 20%;
    background: orange;
    font-size: 1.5vw;
}
.btpr:hover{
    background-color: transparent;
    border: solid orange;
    color: orange;
}
.butt{
    height: 2vw;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.5vw;
}
.butt:hover{
    text-decoration: underline;
    color: orange;
    transition: ease-in 0.1s;
}
/*registro*/
h2{
    font-family: 'Saira Condensed', sans-serif;
}
#regis{
    
    height: 100%;
    width: 100%;
    display: none;
    transition: ease-in .2s;
    /*border: orange solid;*/
    align-items: center;
    justify-content: center;
}
#regis form{
    /*border: solid black;*/
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
    background-color: white;
}
#regis form .title{
    width: 80%;
/*    border: solid red;*/
    margin-bottom: .5vw;
}
#regis form .datos{
    width: 80%;
    /*border: solid green;*/
}
#regis form .datos h3{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.15vw;
    color: red;
}
#regis form .datos .sec1{
    border: solid red;
}
#regis form .datos .sec .in{
    /*border: solid blue;*/
    display: grid;
    grid-template-columns: 25% 25% 25%;
    grid-gap: 1vw;
}
#regis form .datos .sec .in{
    /*border: solid blue;*/
    display: grid;
    grid-template-columns: 25% 25% 25%;
    grid-gap: 1vw;
}
.datos input{
    height: 2.3vw;
    font-size: 1.2vw;
    padding-left: .5vw;
}
.in select{
    font-size: 1.2vw;
    font-family: 'Saira Condensed', sans-serif;
}

#regis form .btns{
    width: 80%;
    border-bottom: solid black;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5%;
}

.error{
    width: 100%;
    background-color: orangered;
    color: white;
    font-family: 'Saira Condensed', sans-serif;
}
@media(max-width:1024px)
{
    .princi{
        /*border: solid red;*/
        height: fit-content;
    }
    .princi .princif{
        margin-top: 15vh;
        /*border: salmon solid;*/
        min-height: 85vh;
        width: 85%; 
    }

    #login form{
        /*border: solid black;*/
        width: 100%;
        height: 75%;
        padding: 5vw 5vw;
        margin-top: 10vh;
    }
    .title{
        font-size: 6vw;
    }
    #login .cont{
        /*border: sandybrown solid;*/
        height: 50%;
    }
    #login .cont p{
        font-size: 8vw;
    }
    #login .cont input{
        width: 80%;
        height: 8vw;
        font-size: 5.5vw;
        padding-left: 2.5vw;
    }
    #login .bt{
        border-bottom: black solid;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 1.5vw;
        height: fit-content;
    }
    #login .bt input{
        font-size: 5vw;
    }
    .btpr{
        height: 10vw;
        width: 50%;
    }
    .butt{
        height: 10vw;
        font-size: 2.3vw;
    }

    #regis{
        height: fit-content;
    }
    #regis form{
        /*border: solid black;*/
        justify-content: start;
        padding: 4vw 3vw;
        height: fit-content;
        margin-bottom: 5vh;
    }
    #regis form .title{
        border-bottom: black solid;
        font-family: 'Saira Condensed', sans-serif;
        font-size: 6vw;
        margin-bottom: 1vw;
        width: 90%;
    }
    #regis form .datos{
        width: 90%;
        /*border: solid green;*/
        height: fit-content;
    }
    #regis form .datos h3{
        font-family: 'Saira Condensed', sans-serif;
        font-size: 4vw;
        color: red;
    }
    #regis form .datos .sec .in{
        /*border: solid gray;*/
        display: grid;
        grid-template-columns: 90%;
        row-gap: 2vw;
    }
    .datos input{
        height: 10vw;
        font-size: 5vw;
        padding-left: 2vw;
        width: 100%;
    }
    .in select{
        height: 10vw;
        font-size: 5vw;
        font-family: 'Saira Condensed', sans-serif;
    }
    #regis form .btns{
        margin-top: 5vw;
        width: 90%;
        height: 15%;
        align-items: flex-start;
        flex-direction: column;
    }
    #regis form .btns .btpr{
        font-size: 5vw;
    }
    #regis form .btns .butt{
        font-size: 5vw;
    }
  

}