/* Override global container padding ONLY for login page */
body.login #container {
    padding: 0 !important;
}

/* Make full height layout work properly */
.main-additional-details {
    min-height: 100vh;
}

/* Remove bootstrap row overflow */
.main-additional-details .row {
    margin-left: 0;
    margin-right: 0;
}

/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
}

/* Layout */
#content {
    padding: 0;
}


.auth-right-sec {
    padding: 0 180px;
}

/* Logo */
.brand-logo {
    text-align: center;
    margin-bottom: 30px;
}

/* Title */
.login-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

/* Floating Input Wrapper */
.floating-group {
    position: relative;
    margin-bottom: 22px;
}

/* Input */
.floating-group input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #baacc2;
    border-radius: 6px;
    padding: 12px 10px;
    font-size: 14px;
    background: #fff;
    outline: none;
}

/* Hover */
.floating-group input:hover {
    border: 2px solid #00cbf6 !important;
}

/* Label */
.floating-group label {
    position: absolute;
    left: 12px;
    top: 16px;
    color: #6b7280;
    font-size: 14px;
    background: #fff;
    padding: 0 6px;
    transition: 0.2s ease;
    pointer-events: none;
}

/* Floating effect */
/* .floating-group input:focus + label,
.floating-group input:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: #6f6f6f;
} */

.floating-group input:focus + label,
.floating-group.active label {
    top: -8px;
    font-size: 12px;
    color: #6f6f6f;
    font-weight: 500;
}




/* Focus */
.floating-group input:focus {
    border: 1px solid #7b2cbf;
}

/* Button */
.btn-login {
    background: #4b0055;
    color: #fff;
    height: 48px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.btn-login:hover {
    background: #00cbf6;
}

/* Links */
.login-form p {
    font-weight: 400;
}

.login-form a:hover {
    color: #351249;
}

/* Right Section List */
.auth-des li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #340f49;
}

.login-form .form-check-input{
    height: 22px;
    width: 22px;
    /* margin-right: 8px; */
}

.login-form .form-check-input:hover{
     border:2px solid #00cbf6;
}


.login-additional-detail{
    display: grid;
    margin-left: 13px;
    margin-top: 10px;
}

.main-container-div {
    max-height: 735px !important;

}

.auth-right-sec{
    background-color: #ebecf9;
    padding: 200px 100px;
}
.login-page{
    padding: 120px 50px;
}

@media (max-width: 991.98px) { 
    .login-page{
    padding: 120px 20px;
}

.auth-right-sec {
    background-color: #ebecf9;
    padding: 100px 50px;
}
 }

/* .custom-error-box {
    max-width: 350px;
    margin: 0 auto 15px auto;
} */

/* .floating-group input:-webkit-autofill,
.floating-group input:-webkit-autofill:hover,
.floating-group input:-webkit-autofill:focus,
.floating-group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: #fff !important;
} */




