/* LOG IN PAGE STYLE */

.login-form{
    width: 30%;
    height: 50%;
    /* background-color: rgb(139, 43, 43); */
    box-shadow: 0px 0px 13px -3px #cfc4c4;
    padding: 1rem;
    margin-bottom: 4rem;

}
.login-section{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .btn {
    width: 49%;
    
} */

