@media (max-width: 992px) {
    .hide-md {
        display: none;
    }
}
#loginCarousel swiper-slide img {
 border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
 width: 100%;
}
#login_form {
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
}
#sectionLogin .col-lg-6 {
    padding: 0;
}
#sectionLogin .form-wrapper {
    padding: 25px;
}

.lifted-row {
    background-color: #fff; 
    border-radius: 10px; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.login-with-fb button {
    background-color: #3b5998;
    border-radius: 5px;
    color: #fff;
}
.login-with-fb button:hover {
    background-color: #2d4373;
    color: #fff;
}
#sectionLogin .border {
    height: 0;
    line-height: 0;
    border: 1px solid #eeeeee !important;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
}

#sectionLogin .border-text {
    background-color: #fff;
    padding: 0 20px;
    transform: translateY(0%);
    display: inline-block;
}
#sectionLogin form .form-group:not(:last-child) input {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sectionLogin form .form-group .form-check .align-left {
    margin-left: 0;
}

#sectionLogin form .form-group label {
    text-transform: capitalize;
}

#sectionLogin .submitBtn button {
    background-color: #000;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
}
#sectionLogin .createAccount a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    #sectionLogin .container-1024 {
        width: 100%;
        max-width: 500px;
    }
} 
@media (max-width: 540px) {
    #sectionLogin button {
        font-size: 14px;
    }
}