.container-logo{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;;
}

.login-logo{
    width: 120px;
    height: 72px;
}

.login-button{
    color: white;
    background-color: #2A4F2A;
    border: none;
}

.login-button:hover{
    color: white;
    background-color: #366536;
    border: none;
}