@import url('../../Styles/global.css');

.login-container {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.mask-group-icon {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    z-index: 1;
}

.main-content {
    position: absolute;
    top: 0;
    padding: 5vw 5vw;
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
    z-index: 2;
}


/* singin left content section */

.left-sec {
    width: 50%;
}


@media screen and (max-width: 768px) {
    .left-sec {
        width: 100% !important;
    }

    .right-sec {
        width: 90% !important;
        margin: auto !important;
    }

    .sprint-image-wrapper {
        width: 30% !important;
    }

    .form-container {
        padding: 2rem 1rem !important;
    }

}

.logo-wrapper {
    width: 12vh;
}

.kunji-logo {
    max-width: 100%;
    object-fit: cover;
}

.description {
    margin-top: 3vw;
}

@media screen and (max-width: 400px) {
    .main-title {
        line-height: 30px !important;
        margin-top: 4vh !important;
    }

    .right-sec {
        width: 100% !important;
        margin: auto !important;
    }

    .form-container {
        border-radius: 20px !important;
    }
}


.main-subtitle {
    width: 32vw;
    line-height: 22px;
    color: var(--color-gray-400);
    display: inline-block;
    max-width: 100%;
}

.singin-image-wrapper {
    display: flex;
    justify-content: center;
}

.singin-image {
    width: 30vw;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
}


/* singin right section */
.right-sec {
    width: 50%;
}

.form-container {
    box-shadow: 0 8px 32px rgba(66, 133, 244, 0.15);
    border-radius: 48px;
    background-color: var(--color-white);
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: var(--padding-105xl) var(--padding-xl) var(--padding-105xl) 21px;
    gap: var(--gap-46xl);
    max-width: 100%;
    z-index: 2;
}

.form-container {
    display: flex;
    box-sizing: border-box;
}


.form-control {
    width: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
    font-family: var(--font-poppins) !important;
    font-size: var(--font-size-sm) !important;
    color: var(--color-gray-400) !important;
    box-shadow: none !important;
    border: none !important;
}

.input-filed-wrapper {
    border-radius: var(--br-xs);
    max-width: 100%;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-100);
    position: relative !important;
}

.left-element {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.filled-button-text {
    font-weight: 600;
    color: var(--color-white);
    font-size: 14px;
}

.text {
    width: 114.7px;
    background-color: var(--color-darkslategray);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 33px 1px;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 1;
}

.filled-button,
.line {
    align-self: stretch;
}


.filled-button {
    cursor: pointer;
    border: 0;
    padding: var(--padding-sm) var(--padding-xl);
    background-color: var(--color-darkslategray);
    border-radius: var(--br-xs);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
}

.separator {
    display: flex;
    gap: 12px;
}

.line {
    height: 1px;
    background-color: var(--color-gray-200);
}

.line-wrapper {
    flex: 1;
    padding: var(--padding-3xs) 0 0;
    min-width: 115px;
}

.or {
    font-size: var(--font-size-sm);
    color: var(--color-gray-400);
}

.forms,
.sign-in-bottom {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.sign-in-bottom {
    gap: 16.2px;
}

.forms {
    margin: 0;
    width: 393px;
    padding: 0 0 30px;
    box-sizing: border-box;
    gap: 32.3px;
}

.sprint-image-wrapper {
    width: 8vw;
    object-fit: cover;
}

.sprint-image {
    max-width: 100%;
}
.not-valid {
    border: 1px solid red !important;
}
#confirmModal .modal-icon {
    font-size: 60px;
    color: #00a6a6;
    margin-bottom: 20px;
}

#confirmModal .modal-message {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}
.color-primary{
    color: #00a6a6 !important;
}