.circle {
    position: absolute;

    display: flex;
    right: 0;
    transform: translateY(-50%);

}

.mobile-visible-only {
    display: none !important;
}

.login-container {
    margin: 0px !important;
    max-width: 100% !important;
}

.circle1 {
    width: 440px;
    height: 850px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 0.5;
    border-radius: 440px 0 0 440px;
    background: rgba(204, 108, 0, 0.25);

}

.circle2 {
    width: 370px;
    height: 740px;
    opacity: 0.5;
    border-radius: 370px 0 0 370px;
    display: flex;
    background: rgba(255, 136, 1, 0.5);
}

.circle3 {
    width: 300px;
    height: 600px;
    display: flex;
    opacity: 0.75;

    background: #ff8801;
    border-radius: 300px 0 0 300px;
    position: absolute;

}

.login-form-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 20%;
}

.login-title {
    font-size: 40px;
    color: #162d3a;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.login-underline {
    width: 30%;
    height: 5px;
    background: #162d3a;
    margin-bottom: 20px;
    margin-bottom: 20%;
}

.login-input-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-input {
    padding: 25px;
    background-color: white !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 1000px;
    border: 1px solid #ebebeb;

    padding-left: 18% !important;
}


.login-button {
    align-self: stretch;
    padding-left: 64px;
    padding-right: 64px;
    margin-top: 20%;
    padding: 12px 40px;
    background: #162d3a;
    border-radius: 1000px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: 100%;
}

.login-button:hover {
    background: #ff8801;
    border: 0px;
}

.login-page {
    display: flex;
    height: max-content;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.login-image img {
    width: 100%;
    border-radius: 100%;
    position: relative;
    right: 0;
    z-index: 2;

}

.circle-container {
    position: relative !important;
    top: 20px !important;
    left: 15px;
}


@media (max-width: 900px) {
    .modal .fade .show {
        height: 800px !important;
    }

    .login-image img {
        width: 70% !important;
    }

    .login-image {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30%;

    }

    .login-button {
        margin-top: 20%;
        padding: 6px 20px;

    }

    .mobile-visible-only {
        display: block !important;
        position: relative;
        right: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-visible-only img {
        position: relative;
        right: 0;
        width: 100%;
        height: 500px !important;
    }

    .circle-container {
        display: none !important;
        overflow: hidden;


    }

    .login-form-container {
        padding: 5%;
    }

    .login-title {
        font-size: 40px;

    }

}

@media (max-width: 550px) {
    .modal .fade .show {
        height: 800px !important;
    }
    .login-title {
        font-size: 28px;
    }

    .login-input {
        padding: 12px;
    }

    .login-button {
        padding: 10px 20px;
        font-size: 18px;
    }

    .login-form-container {
        padding: 10%;
    }

    .login-image img {
        width: 60% !important;

    }

    .login-form-container {
        /* margin-top: 5%; */
        padding-bottom: 0px;
    }

    .login-underline {
        margin-bottom: 10%;
    }

    .login-button {
        margin-top: 10%;
    }

    .login-image img {
        width: 60% !important;
    }

    .login-text {
        padding-top: 0 !important;

    }

    .mobile-visible-only img {
        max-height: 330px;
    }
}

@media (min-width: 700px) and (max-width: 860px) {
    .modal .fade .show {
        height: 800px !important;
    }
    .login-image img {
        width: 450px !important;
        margin-top: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

    .input-icon-lock {
        margin: 0px !important;
        margin-left: 3% !important;
    }

    .login-image {
        margin-top: 40%;

    }

    .login-page {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .login-form-container {
        position: relative;
        text-align: center;
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-top: 10%;

    }
}

.login-page #username {
    background: white !important;
}

.login-input:focus {
    border-color: #ebebeb;
    outline: none;
}

.input-icon-user {

    height: 25px;
    display: flex;
    position: absolute;
    margin: 2% !important;
}

.input-icon-lock {

    height: 25px;
    display: flex;
    position: absolute;
    margin: 2% !important;

}

.ml-1-5 {
    margin-left: 1.5rem !important;
}

@media (width: 912px) {
    .modal .fade .show {
        height: 800px !important;
    }
    .circle-container {
        display: none !important;
    }

}

@media (min-width: 768px) {
    .modal .fade .show {
        height: 800px !important;
    }
    .login-image img {
        left: 60% !important;
        width: 400px !important;
    }

    .login-button {
        margin-bottom: 5%;
        margin-top: 0px !important;
    }
}

.color {
    color: #ff8801 !important;
}

.login-text {
    padding-top: 8%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .login-image img {
        left: 0 !important;
    }
}

/* For iPad Pro 12.9-inch */
@media (min-width: 1024px) and (max-width: 1366px) {
    .login-image img {

        left: 0 !important;
        width: 300px !important;

    }
}

@media (width: 540px) {

    .login-image img {
        width: 35% !important;
    }

    .login-button {
        margin-top: 2%;
    }
}

@media (width: 912px) {
    .login-image img {

        width: 350px !important;
        left: 0 !important;
    }
}

.custom-circles {
    height: max-content !important;

}

@media (width: 1024px) {
    .circle3 {
        width: 200px;
        height: 400px;
    }

    .circle2 {
        width: 250px;
        height: 500px;
    }

    .circle1 {
        width: 300px;
        height: 600px;
    }
}

@media (min-width: 1024px) {
    .login-text {
        margin-bottom: 10%;
    }
}


.login-form-container {
    margin-bottom: 20px;
    /* Adjust as needed */
}

/* 
forgot-password-css */

.input-content-mail {
    position: relative;
    display: flex;

    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.input-wrapper-mail {
    border-radius: 4px 4px 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 8px 16px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-field-mail {
    border-radius: 4px;
    background-color: #fff;
    display: flex;

    width: 100%;
    flex-direction: column;
    border: 1px solid rgba(121, 116, 126, 1);
    margin-bottom: 10%;
}

.forgot-password-container {
    padding-top: 10%;
    padding-bottom: 22%;
    padding-left: 10%;
    padding-right: 10%;
}

.header-back-login {
    padding-bottom: 20%;
    display: flex;
    text-align: start;
}

.fg-content {
    text-align: start;
}

.fg-description {
    margin-bottom: 10%;
}

.fg-content h1 {
    margin-bottom: 5%;
}

.input-text-mail {
    border: none !important;
}

.label-text-mail {
    position: relative;
    font-size: 14px;
    right: 174px;
    bottom: 21px;
    padding: 0 4px;
    background-color: #fff;
}

.header-back-login span {
    color: black !important;
}

@media (max-width: 768px) {
    .forgot-password-container .title {
        font-size: 1.5rem !important;
    }

    .fg-description {
        font-size: 0.8rem !important;
    }

    .forgot-password-container {
        padding: 0 10%;
    }

    .header-back-login span {
        font-size: 0.7rem;

    }

    .header-back-login {
        padding-bottom: 10%;
    }
}

.input-text-mail:focus {
    border: none !important;
}

.input-text-mail:hover {
    border: none !important;
}

@media (min-width: 768px) and (max-width: 820px) {
    .login-image img {
        width: 300px !important;
    }
}

@media (width: 853px) {
    .font-mb {
        font-size: 1.5rem !important;
    }

    .fg-description {
        font-size: 1.5rem !important;
    }

    .header-back-login span {
        font-size: 1rem;

    }

    .title {
        font-size: 2.5rem !important;
    }

    .verify-msg {
        font-size: 1.2rem;
    }
}

.verify-container {
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 15%;
}

.verify-back-login {
    padding-bottom: 20% !important;
}

.login-container a {
    color: #ff8801;
}

@media (max-width: 852px) {
    .verify-container {
        padding: 0%;
    }

    .verify-msg {
        margin-bottom: 0 !important;
    }

    .header-back-login {
        padding-bottom: 10% !important;
    }

    .v-btn {
        margin-top: 0px !important;
    }

    .verify-msg {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .verify-container {
        padding: 5%;
    }

    .font-mb {
        font-size: 1.5rem !important;
    }
}

@media (width:853px) {

    .verify-container {
        padding-top: 30%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (width:344px) {
    .verify-container {
        padding: 0 !important;
    }
}

.custom-container input[type="text"]:hover {
    border: none;
    outline: none;
}

.custom-container input:hover {
    border: none;
    /* Remove the border */
    outline: none;
    /* Remove any outline */
}

.custom-container input:focus {
    border: none;
    /* Remove the border */
    outline: none;
    /* Remove the outline */
}

@media (min-width:360px) and (max-width:390px) {
    .set-container .verify-container {

        padding: 0 !important;
    }
}

@media (width: 344px) {
    .custom-label {
        display: none !important;
    }
}

@media (width:375px) {
    .set-back-login {
        padding-bottom: 0 !important;
    }
}

.success-container {
    padding-top: 10%;
    padding-left: 10%;
    padding-bottom: 20%;
}

.success-message {
    margin-top: 10%;
}


.success-text {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10%;

}

@media (max-width:767px) {
    .success-text {
        font-size: 20px;
        line-height: 25px;
    }

    .success-container {
        padding: 0 !important;
    }

    .success-icon {
        width: 30%;
    }
}

.highlight-row {
    background-color: #ffcccc;
}