.login-container{
    padding: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 650px;
    /* background:linear-gradient(0deg, rgba(40, 40, 40, 0.3), rgba(62, 62, 62, 0.3)), url(../../images/login.jpg);
 
    background-size: cover;
    background-repeat: no-repeat; */
    

}

form.login-form{
    width: 50%;
    margin: 0 auto;
    padding: 40px;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* color: white; */
    /* font-size: 19px; */
    border-radius: 20px;
    min-height: 400px;
    /* color: white; */
    /* background-color: rgba(0, 0, 0, 0.691); */
    /* background-color: rgb(232, 232, 232); */
}
form h1{
    font-size: 40px;
}
form.login-form p a{
    text-align: center;
    color: black;
    margin-top: 40px;
    padding: 0;
    margin: 0;
    /* color: white; */
}

form.login-form p a:hover{
    color: rgba(0, 128, 111, 0.687);
    /* font-size: 17px; */
}



.btn-login{
    margin-top: 20px;
}