.firstColumn {
    border: none;
    border-radius: 20px;
}

.logo-text {
    background: linear-gradient(90deg, #4CDE9C 0%, #7A2FE8 64.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100%;
}

.formTextColor {
    color: #666666;
}

.imagbox {
    border-radius: 20px;
    overflow: hidden;
}

.imgbg {
    border: none;
    border-radius: 20px;
}

.innerContent {
    inset: 0;
    z-index: 10;
}

.innerContent .para {
    width: 80%;
    margin: 0 auto;
    font-weight: 300 !important;
}

.mainBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.form-control {
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #4cde9c, #7a2fe8);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: none;
    transition: background-image 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
}

.form-control:focus {
    border-color: transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #7a2fe8, #4cde9c);
    box-shadow: 0 0 8px rgba(122, 47, 232, 0.3);
}

.bi-eye,
.bi-eye-slash {
    font-size: 14px;
    color: #adafb0;
    opacity: 1;
    cursor: pointer;
}

i:hover {
    color: #7a2fe8;
}

.container-fluid {
    padding: 85px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.h1-font-size {
    font-size: 40px !important;
}

.para-font-sizes {
    font-size: 12px !important;
}

.list-unstyled {
    font-size: 10px !important;
}

@media (min-width: 1470px) and (max-width: 1599px) {
    .h1-font-size {
        font-size: 42px !important;
    }

    .para-font-sizes {
        font-size: 16px !important;
    }

    .innerContent .para {
        width: 80%;
    }
}

.inputMargin {
    margin-bottom: 1rem !important;
}

@media (min-width: 1600px) {

    .bi-eye,
    .bi-eye-slash {
        font-size: 18px !important;
    }

    .inputMargin {
        margin-bottom: 1rem !important;
    }

    .h1-font-size {
        font-size: 54px !important;
    }

    .para-font-sizes {
        font-size: 20px !important;
    }

    .innerContent .para {
        width: 85%;
    }

    .list-unstyled {
        font-size: 14px !important;
    }

    .why {
        font-size: 20px !important;
    }

    .h6-font {
        font-size: 24px !important;
    }

    label {
        font-size: 16px !important;
    }

    .form-control {
        padding: 16px !important;
    }

    .alert {
        --bs-alert-padding-x: 1rem;
        --bs-alert-padding-y: 1rem;
        --bs-alert-margin-bottom: 1rem;
        font-size: 12px !important;
    }
}

.Mybtn {
    align-items: center;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-size: 17px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.Mybtn:active,
.Mybtn:hover {
    outline: 0;
}

.Mybtn span {
    background-color: rgb(5, 6, 45);
    padding: 0.60em 1em;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.Mybtn:hover span {
    background: none;
}

.Mybtn:active {
    transform: scale(0.9);
}

.forgetButton,
#forgotSpinner {
    width: 40% !important;
}

.alert {
    --bs-alert-padding-x: 0.5rem;
    --bs-alert-padding-y: 0.5rem;
    --bs-alert-margin-bottom: 1rem;
    font-size: 12px !important;
}

.h6-font {
    font-weight: 500 !important;
}

@media (max-height: 650px) and (min-width: 1100px) {
    .imagbox {
        height: calc(100vh - 50px);
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .container-fluid {
        display: flex !important;
        padding: 15px !important;
    }

    form {
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .h1-font-size {
        font-size: 6vw !important;
        margin-bottom: 0.4rem !important;
        margin-top: 0.5rem !important;
    }

    .innerContent .para {
        width: 90%;
    }

    .innerContentIMG {
        width: 75% !important;
    }

    .para-font-sizes {
        margin-bottom: 1rem !important;
        font-size: 3vw !important;
    }

    .h6-font {
        font-size: 4vw !important;
    }

    .form-label {
        font-size: 3vw;
    }

    .marginTOp {
        margin-top: 6rem !important;
    }

    .container-fluid {
        display: block !important;
        padding: 15px !important;
    }

    form {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .innerContentIMG {
        width: 70% !important;
    }
}

.bi-check2 {
    background-color: #E9E3F3 !important;
    color: #7A2FE8;
    border: none !important;
    border-radius: 50% !important;
    margin-right: 5px !important;
    padding: 0px 1px !important;
}

.spinner-grow {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.custom-disabled-btn {
    border: none;
    font-family: inherit;
    font-size: 17px;
    background: linear-gradient(144deg, #4900cd, #1412da 50%, #49e9ff);
    border-radius: 0.5em;
    padding: 0.60em 1em;
    transition: all 0.3s ease;
    cursor: not-allowed;
    opacity: 0.95;
    color: white;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    outline: 0;
}

.custom-disabled-btn:disabled {
    opacity: 0.7;
    pointer-events: none;
}

/* #error {
    margin: 16px !important;
} */

#error-ul {
    margin-bottom: 0px !important;
    list-style: none !important;
    padding-left: 2px !important;
}



.alert {
    margin-bottom: 0.4rem !important;
}
