.login-card{
    background-color: #ffffff;
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
    margin: 70px auto;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.login-brand{
    width: 300px;
    margin-bottom: 1rem;
}

.notification{
    color: red;
    font-weight: 700;
    font-size: 18px;
    margin: 10px;

}

.login-icon{
    width: 100%;
}

.login-form{
    display: flex;
    flex-direction: column;
    width: 300px
}

.input-label{
    margin-bottom: 10px;
}

input{
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
}

button{
    margin-top: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}