
.cont-login{
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    margin-top: 30px;
    display: flex;
}
.login{
    padding: 25px;
}
.buttons{
    display: flex;
    justify-content: space-around;
}
.btn-custom{
    background-color:#199A7E;
    color: #FFFFFF;
}
.btn-custom:hover{
    background-color: #0C4B33;
    color: #FFFFFF;

}


.title-login{
    background-color: #094739;
    color: white;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding:10px;
    width: 100%;
}
h1{
    text-align: center;
}