.errorlist{
    list-style: none;
}

.fondi1{
    height: 320px;
}

.containerbotandform{
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 50px;
    grid-template-columns: auto 450px;
}
.max{
    
    height: 100%;
    width: 100%;
}
.bggray{
    background-color: #e7e1e1;
}
.btn-cyan{
    background-color: #adedf6;
    color: #2c2c2c;

}
.btn-cyan:hover{
    background-color: #6ce5f6;
    color: #1b1b1b;

    /* 
    Referencia de colores
    color: #6ce5f6;
    color: #30b94a;
    color: #ff8f00;
    color: #f44336;

    color: #e6f7ff;
    color: #ff8f00;
    color: #2a1f71; */
}
.text-cyan{
    color: #031040;

}
.form-check-input:checked{
    background-color: #62ecff !important;
    border-color: #6475b1 !important;
}
/* login*/
.fondi2{
    width: 250px;
 }


@media (width <= 991px) {
    .containerbotandform{
        grid-template-columns: auto;
        justify-items: center;
    }
    .fondi1{
      height: 210px;
    }
}