html, body{
    height: 100%;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
}

.login-background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}

.action-button{
    padding: 10px 118px;
    border-radius: 5px;
    background-color: #a21546;
    color: #ffffff;
    font-weight: bold;
}

.action-button:hover{
    background-color: #90143f;
    color: #ffffff;
}

.form-login-center{
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    display: flex;
}

.users  input{
    background: #eef2f6;
}

.message{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}