/**ESTILS LOGIN I REGISTRE**/
html {
    height: 100%;
}

.central{
    height: 650px;
}

body{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/img/fonslogin.jpg");
    background-size: cover;
    min-height: 100%;
    background-color: #C3C3C3;
    
}

.login{
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    border:none !important;
    margin-top: 15%;
}

.regis{
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    border:none !important;
    margin-top: 10%;
}

.reset{
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    border:none !important;
    margin-top: 17%;
}

.verificas{
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    border:none !important;
    margin-top: 23%;
}

.ver{
    color: #95C023 !important;
}

.card-header{
    background: #95C023;
    color: white !important;
}

.botologin button{
    background-color: #95C023;
    border: black;
    transition: 0.5s;
}

.botologin button:hover{
    transform: scale(1.2);
    transition: 0.5s;
    background-color: #aedf27;
}

.botologin a{
    color: #95C023 !important;
}

.botoregi button{
    background-color: #95C023;
    border: black;
    transition: 0.5s;
}

.botoregi button:hover{
    transform: scale(1.2);
    transition: 0.5s;
    background-color: #aedf27;
}

.botoreset button{
    background-color: #95C023;
    border: black;
    transition: 0.5s;
}

.botoreset button:hover{
    transform: scale(1.2);
    transition: 0.5s;
    background-color: #aedf27;
}