﻿.login-WelcomeScreen {
    display: flex;
    width: 100%;
    height: 100%;
}
.login-form {
    width: 40%;
    height: 100%;
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.textbox {
    width: 95%;
    left: 0px;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #003087;
    font-size: 14px;
}
.CardeLogo {
    margin-top: 88px;
    width: 13.9vw;
}
.fontmanage {
    width: 22vw;
    margin-top: 70px;
}

.WelcomeText {
    margin-top: 14px;
    width: 32vw;
    height: auto;
}


.WelcomeImagePhoto {
    width: 38vw;
    height: auto;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CardeLogo1 {
    width: 14vw;
    margin-top: 70px;
}

.formsol {
    color: #003087;
    font-size: large;
    line-height: 22px;
    font-weight: var(--font-weight-600);
    margin-top: 14px;
}

.fa {
    display: inline-block;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
}


.card-header {
    background-color: #e91e63;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.login-fields {
    margin-top: 40px;
}




/* forms */

.loginInput {
    border: none;
    border-bottom: 1px solid var(--color-primary-default);
    border-radius: 0px;
    width: 27vw;
    padding-left: 24px;
}

    .loginInput::placeholder {
        font-weight: 400;
        font-size: var(--font-size14);
        line-height: 15px;
        letter-spacing: 0.02em;
        color: var(--color-primary-default);
        padding-left: 0px;
    }

.loginFieldBox {
    position: relative;
}

.PasswordInput {
    margin-top: 18px;
}

.forgetPasswordText {
    text-align: end;
    font-weight: var(--font-weight-500);
    font-size: var(--font-size14);
    line-height: 15px;
    color: var(--color-primary-default);
    margin-top: 18px;
    cursor: pointer;
}


.captchaBox {
    display: flex;
    margin-top: 18px;
    gap: 12px;
}

.captchaImageBox {
    width: 78%;
    height: 38px;
    border: 1px solid var(--color-border-default);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .captchaImageBox img {
        width: 50%;
        height: 60%;
    }

.captchaRefreshBox {
    width: 22%;
    height: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.refreshCodeBtn {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-size12);
    line-height: 12px;
    color: var(--color-primary-default);
    cursor: pointer;
    margin-top: 5px;
    white-space: nowrap;
}


.captchaInput {
    margin-top: 18px;
}


/*.loginBtn {
    height: 32px;
    width: 100%;
    background: var(--color-primary-default);
    font-size: var(--font-size14);
    color: var(--color-white);
    margin-top: 24px;
    border-radius: 4px;
    font-weight: var(--font-weight-600);
}*/

.loginBtn {
    background: #003087;
    border-radius: 50px;
    color: white;
    font-weight: 800;
    height: 32px;
    margin-top: 24px;
    width: 100%;
}


.copyRight {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size14);
    line-height: 15px;
    color: #4F4F4F;
    opacity: 0.8;
    margin-top: 100px;
}



.welcomeImage {
    align-items: center;
    background-color: #C5D9FB;
    background-image: url('./../../Login/images/common/Bg-pattern.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    min-height: 700px;
    width: 178%;
}


    .login-form {
        width: 100%;
        height: 100%;
    }

    .loginInput {
        border: none;
        border-bottom: 1px solid var(--color-primary-default);
        border-radius: 0px;
        width: 61vw;
        padding-left: 24px;
    }

    .CardeLogo1 {
        width: 32vw;
        margin-top: 70px;
    }

    .formHeading {
        color: var(--color-primary-default);
        /* font-size: var(--font-size24); */
        font-size: 3.125vw;
        line-height: 22px;
        font-weight: var(--font-weight-600);
        margin-top: 14px;
    }
}

@media(max-width:500px) {
    .welcomeImage {
        display: none;
    }

    .refreshCodeBtn {
        font-style: normal;
        font-weight: 500;
        font-size: var(--font-size10);
        line-height: 12px;
        color: var(--color-primary-default);
    }
}


@media(max-width:425px) {

    .CardeLogo1 {
        width: 150px;
        margin-top: 64px;
    }


    .formHeading {
        color: var(--color-primary-default);
        font-size: var(--font-size20);
        line-height: 22px;
        font-weight: var(--font-weight-600);
        margin-top: 9px;
    }

    .login-fields {
        margin-top: 30px;
    }

    .loginInput {
        width: 88vw;
    }

    .PasswordInput {
        margin-top: 12px;
    }

    .forgetPasswordText {
        margin-top: 12px;
    }

    .captchaBox {
        display: flex;
        margin-top: 16px;
        gap: 15px;
    }

    .captchaInput {
        margin-top: 12px;
    }
}
