/* Logo */
.logo {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 35px;
    z-index: 3;
}

/* Left Side Background */
.left-section {
    background-image: url("../images/image 42.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    color: #000;
    position: relative;
    padding-top: 80px;
    /* Add padding to prevent content from being hidden under the logo */
}

.custom-left {
    background-image: url("../images/image 42 (1).png");
}

/* Optional blur soft gradient on left side */
.left-section::after {
    content: "";
    opacity: 4;
    position: absolute;
    inset: 0;


}

/* Icon styling */
.main-icon {
    height: 180px;
    z-index: 2;
}

.left-section h2 {
    font-size: 2.2rem;
    z-index: 2;
}

/* Global styles to prevent horizontal scroll */
body,
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Container adjustments */
.container-fluid {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Right box */
.login-box {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

form label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    /* font-family:'Outfit'; */
}

form input.form-control {
    font-size: 12px;
}

form select.form-select {
    font-size: 14px;
}

/* Remove outline on inputs */
.form-control:focus {
    box-shadow: none;
}

.submit-btn {
    font-size: 14px;
    background-color: #EB2D36;
    color: #fff;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    border-radius: 8px;
    border: 2px solid #f7c7c7;
    background-color: #FFE8E9;
}

.otp-input:focus {
    border: 2px solid #e53935;
    outline: none;
}

.submit-btn {

    color: #fff;
    padding: 12px;

    border-radius: 8px;
}

.submit-btn:hover {
    background: #d32f2f;
}

.sb-h {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}

.Resend {
    font-size: 14px;
    font-weight: 500;

}