.width-40p {
    width: 40%;
}

.width-60p {
    width: 60%;
}

.auth-body {
    height: 100dvh;

    /* background: url('../images/backgroundlogin.png');
  background-position: top;
  background-size: 130%;
  background-repeat: no-repeat;
  background-color: var(--background-white); */
}

.auth-info-card {
    background-color: #EDF1FE;
    padding: 12px;
    border-radius: 4px;
}

.gap-24 {
    gap: 24px !important;

}

.gap-12 {
    gap: 12px !important;
}

.gap-40 {
    gap: 26px !important;
}

.gap-6 {
    gap: 6px !important;
}

.width-400px {
    width: 100%;
    max-width: 400px !important;
}

.auth-header {
    padding: 42px 58px;
}

.auth-main-bg {
    height: 100%;
    background-image: url(../images/loginMainIMG1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 400px;
    background-attachment: fixed;
}


.gradient-text {
    background: linear-gradient(90deg, #0066FF 0%, #7C2BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.auth-main {
    padding-top: 84px;
    padding-bottom: 0px;
    padding-left: 58px;
    height: 100%;
    height: calc(100dvh - 85px);
    overflow-y: auto;
}

.input-container .input_icon {
    position: absolute;
    top: calc(50% - 13px);
    right: 13px;
    z-index: 2;
}

.otp-field {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 8px;
    margin-top: 0px;
}

@media (max-width: 1550px) {
    .auth-header {
        padding: 32px 58px;
    }

    .auth-main {
        padding-top: 32px;
        padding-bottom: 0px;
        padding-left: 58px;
    }

    .integration-container {
        padding: 8px 24px;
    }

}

@media (max-width:1160px) {
    .create-org-form-otp {
        width: 100% !important;
    }

    .support-image-hide-otp {
        display: none;
    }
}

@media (max-width:1061px) {
    .description-content {
        padding-top: 0px;

    }
}

@media (max-width:1024px) {
    .support-image-hide {
        display: none;
    }

    .create-org-form {
        width: 100% !important;
    }

    .auth-main {
        padding-top: 32px;
        padding-bottom: 0px;
        padding-left: 58px;
        padding-right: 58px;
    }
}

@media (max-width:900px) {
    .image-hide {
        display: none;
    }
}


@media (max-width:700px) {
    .auth-header {
        padding: 32px 32px 19px 32px;
    }

    .support-image-hide {
        display: none;
    }

    .create-org-form {
        width: 100% !important;
    }

    .auth-main {
        padding-top: 19px;
        padding-bottom: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .otp-field input {
        width: 40px;
        font-size: 16px;
        height: 40px;
        color: var(--text-dark);
        padding: 6px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid var(--line-medium);
        background: transparent;
        font-weight: bold;
        outline: none;
        transition: all 0.1s;
    }
}


@media (max-width:425px) {
    .otp-field input {
        width: 35px !important;
        height: 35px !important;
    }
}