.abonnement {
    margin: 16px;
    height: 200px;
    background-color: rgba(105, 105, 105, 0.19);
}
.f-group {
    padding-top: 5px;
    padding-bottom: 16px;
}

.login-logo {
   width: 100%;
}
.login-logo-container {
    background-color: rgba(30, 31, 34, 0.91);
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}

.container-login {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin:0;
}
.row-login {
    width: 100%;
    height: 100%;
    display: flex;

}
.acc-adr {
    display: flex;
    justify-content: space-between;
}

.modal-dialog-height {
    height: 850px !important;
    min-height: 850px !important;
}

.modal-dialog-scrollable .modal-content {
    height: 850px;
}
.acc-adr-opl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floor{
    margin-right: 36px;
}
.btn-signin {
    width: 400px;
}
.container-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}