.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 55px 100px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .login-section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
}

.brand-wrapper {
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    text-align: center;
}

.logoindex {
    width: auto;
    max-height: 200px;
    text-align: center;
}

.login-wrapper {
    width: 100%;
}

.login-wrapper .login-btn {
    background-color: var(--color-main);
    text-align: center;
}

.login-wrapper .login-btn:hover {
    border: 1px solid var(--color-main);
    background-color: #fff;
    color: var(--color-main);
}

.customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    padding: 10px;
}

.customBtn:hover {
    cursor: pointer;
}

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

.facebook-btn {
    display: inline-block;
    background-color: #3b5998;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.facebook-btn:hover {
    background-color: #304e8e;
}

.img-front {
    max-height: 100vh !important;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-content {
    margin: 0 auto;
}