
/* ======= Form Controls ======= */

input, textarea, select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid var(--pchase-border);
    border-radius: var(--input-radius);
}


input, select, textarea, button {
    padding: 8px;
    margin-top: 5px;
    border: 1px solid var(--pchase-border);
    border-radius: var(--input-radius);
    font-family: inherit;
    font-size: inherit;
}

input:focus, textarea:focus, select:focus {
    border-color: var(--color-primary);
    outline: none;
}

input, select, textarea {
    width: 100%;
}

.form-control {
    padding: .438rem .75rem;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

.linkBtn {
    font-weight: var(--fw-regular);
    font-size: var( --fs-body);
    color: var(--color-primary);
}

.solidBtn {
    padding: 8px 12px;
    border-radius: var(--radius);
    font-weight: var(--fw-regular);
    font-size: var(--fs-body);
    border: 1px solid var(--color-primary);
    text-align: center;
    min-width: 115px;
    margin: 5px 10px;
    display: inline-flex;
    background: var(--color-primary);
    color: var(--white);
    transition: var(--transition-default);
    justify-content: center;
}

.solidBtn:active,
.solidBtn:hover,
.solidBtn:focus {
    background: var(--color-secondary);
    transition: var(--transition-default);
    color: var(--white);
}

.outlineBtn {
    padding: 7px 12px;
    border-radius: var(--radius);
    font-weight: var(--fw-regular);
    font-size: var(--fs-body);
    border: 1px solid var(--color-primary);
    text-align: center;
    min-width: 115px;
    margin: 5px 10px;
    display: inline-flex;
    background: var(--white);
    color: var(--white);
    transition: var(--transition-default);
    justify-content: center;
}


.outlineBtn:active,
.outlineBtn:hover,
.outlineBtn:focus {
    background-color: var(--color-soft);
    transition: var(--transition-default);
}

.outlineBtn,
.outlineBtn:not([href]):not([tabindex]) {
    background-color: var(--white);
    color: var(--color-primary);
}

.iconBtn {
    padding: 6px 4px;
    width: 36px;
    height: 36px;
    border-radius: var(--input-radius);
    text-align: center;
    color: var(--color-primary);
    display: inline-flex;
    background: var(--color-soft);
    transition: var(--transition-default);
}

.iconBtn:active,
.iconBtn:focus,
.iconBtn:hover {
    background: var(--soft-purple);
    transition: var(--transition-default);
}

.loginRightBlock {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0;
    width: 365px;
    height: 100vh;
    padding: 0 20px;
    top: 0;
}

.loginRightBlock .form-check-input:focus {
    z-index: 1;
}

.mainTitle h3 {
    font-size: var(--fs-heading);
    color: var(--color-primary);
    margin-bottom: 25px;
}

.loginRightBlock .textLogo {
    max-width: 100%;
    width: 260px;
    margin: 0vh auto 2vh;
}

.form-control::-webkit-input-placeholder {
    color: var(--color-primary) !important;
}

input:-internal-autofill-selected {
    background-color: var(--black) !important;
    font-weight: normal !important;
    -webkit-text-fill-color: var(--color-primary);
}


input {
    border: 1px solid black;
    padding: 4px 3px;
}

.show-autofill-new {
    background-color: #E8F0FE !important;
    background-image: none !important;
    color: var(--black) !important;
}

.show-autofill-old {
    background-color: #FAFFBD !important;
    background-image: none !important;
    color: var(--black) !important;
}

.footerWrapper {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
}
.g-recaptcha {
    position: relative;
    top: 10px;
}

.loginRightBlock .form-check {
    padding-left: 0;
}

.loginRightBlock .form-control {
    margin-bottom: 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-primary);
    padding-left: 0;
    padding: 8px 10px;
}

.loginRightBlock .form-check-input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loginRightBlock .form-control.valid {
    border-bottom: 1px solid var(--green);
}

.field-validation-error {
    font-weight: var(--fw-regular);
}

.loginRightBlock .form-check-input[type=checkbox] + label,
.loginRightBlock label.btn input[type=checkbox] + label {
    padding-left: 40px;
    line-height: 40px;
}

.loginRightBlock p {
    font-weight: var(--fw-regular);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: var(--black) !important;
    color: var(--red) !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}

.InvalidCaptchatext {
    margin-top: 10px;
    width: 100%;
    display: flex;
    font-weight: var(--fw-bold);
    text-align: center;
    font-size: var(--fs-subtitle);
}
.loginRightBlock .loginBtnBlock {
    margin-top: 25px;
}

.organizationLogoBlock {
    padding-top: 40px;
}

.moduleHeader {
    height: 100vh;
    display: flex;
    align-items: center;
}

.group {
    position: relative;
    margin: 45px 0;
}

.group input,
.group input:focus-within,
.group input:focus {
    background: none;
    font-size: var(--fs-caption);
    display: flex;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-primary);
}

.group input:focus {
    outline: none;
}

.group input:focus ~ label,
.group input:valid ~ label {
    top: -18px;
    font-size: var(--fs-badge-info);
    color: var(--color-primary);
}

.group input:focus ~ .bar:before {
    width: 100%;
}

.group label {
    color: var(--color-primary);
    font-size: var(--fs-body);
    font-weight: var(--fw-regular);
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
}

.group input:focus ~ label,
.group input:valid ~ label,
.group input:-webkit-autofill ~ label,
.group input:-webkit-autofill:hover ~ label,
.group input:-webkit-autofill:focus ~ label {
    top: -24px;
    font-size: var(--fs-badge);
    color: var(--pchase-surface-text);
    left: 0;
}
.form-control:focus {
    box-shadow: none;
}
.bar {
    position: relative;
    display: flex;
    width: 100%;
}
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: var(--color-primary);
    transition: 300ms ease all;
    left: 0%;
}
.form-check .form-check-input {
    opacity: 0;
}
.form-check {
    position: relative;
}

.form-check-input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 0;
    border: 2px solid var(--color-primary);
    border-radius: 1px;
    margin-top: 5px;
    transition: .2s;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0);
}

.form-check-input[type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 15px;
    height: 30px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%;
}

.mainTitle h3 {
    font-weight: 400;
    font-family: 'Lato';
}

.authRightBlock .mainTitle h5 {
    font-weight: var(--fw-regular);
    font-size: var(--fs-subtitle);
}

.group .fa {
    position: absolute;
    top: 16px;
    right: 0;
}

/*===================Announcement Css Start==============================*/

.announcementBlock {
    background: var(--color-primary);
    position: absolute;
    width: calc(100% - 365px);
    bottom: 0;
    padding: 25px 15px 10px 15px;
}

.announcementBlock h3 {
    background: var(--white);
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: var(--fs-heading);
    position: absolute;
    top: -28px;
    color: var(--color-primary);
}

.announcementContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcementContent p {
    margin: 0;
    padding: 0;
    font-size: var(--fs-subtitle);
    color: var(--white);
}

.announcementContent p a {
    color: var(--orange);
}


/*===================Announcement Css End==============================*/


/*================Refer Marketing CSS========================*/

.referMarketingStripe {
    display: flex;
    width: calc(100% - 365px);
    background-color: var(--color-primary);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 0 27px;
    justify-content: center;
}

.referMarketingStripe a {
    font-size: var(--fs-body);
    padding: 8px 25px;
    background-color: var(--orange);
    color: var(--white);
    border-radius: 30px;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid var(--orange);
    transition: var(--transition-default);
}

.referMarketingStripe a:hover,
.referMarketingStripe a:focus {
        background-color: transparent;
    transition: var(--transition-default);
}

.referMarketingStripeText {
    font-size: var(--fs-heading);
    margin: -4px 0 0 0;
}

.referMarketingStripeInner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/*=========================Change Password CSS Start================================*/

.loginRightBlock .loginBtnBlock .solidBtn {
    margin: 0 0 20px;
}
.change-password_body .hide-password {
    display: none
}

.change-password_body li {
    list-style: none
}

.change-password_body .change_pwd_box {
    width: 450px;
    box-shadow: 0 0 10px var(--grey);
    padding: 20px;
    border-radius: var(--card-radius);
}

.change_password_wall .change_pwd_box .number_circle1 {
    padding: 25px 5px;
    border-radius: var(--circle-radius);
    margin: -91px auto 30px;
    width: 100px;
    height: 100px;
    line-height: 50px;
    font-size: var(--fs-hero);
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 2px;
    font-weight: var(--fw-black);
    display: flex;
    background-color: transparent;
}

.change_password_wall .change_pwd_box h5 {
    text-transform: capitalize;
    font-size: var(--fs-title);
}

.change_password_wall .change_pwd_box .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 10px;
}

.change_password_wall .change_pwd_box .form-group {
    position: relative;
    min-height: 50px;
    margin-bottom: 16px;
}

.change-password_body label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--fs-body);
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    transform: translateY(8px);
    cursor: text;
    color: var(--pchase-surface-text);
}

.change_pwd_box .form-group label.active {
    transform: translateY(-18px) scale(.8);
}

.change-password_body input:focus + label,
.change-password_body input.input-validation-error + label,
.change-password_body input.valid + label {
    transform: translateY(-18px);
    transform-origin: 0 0;
    font-size: .8rem;
}

.change_pwd_block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
}
.change-password_body {
    margin: 0;
    font-family: 'Lato';
}
.change-password_body header {
    display: flex;
    width: 100%;
    flex-flow: row;
    box-shadow: 0px 1px 15px rgba(70, 48, 125, 0.15);
}

.change-password_body .navbar {
    padding: 0;
}

.change-password_body .navbar .navbar-brand {
    padding: 0;
}

.change-password_body .navbar .container-fluid {
    padding-left: 0;
}

.change-password_body .navbar .navbar-brand {
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: var(--fs-heading);
}
.change-password_body .logo_icon {
    width: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: var(--color-primary);
    margin-right: 10px;
}
.change-password_body form {
    margin-bottom: 10px;
}

.change-password_body .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=========================Change Password CSS End================================*/

@media screen and (min-width: 2700px) {
    
.loginRightBlock {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0;
    width: 19%;
    height: 100vh;
    padding: 0 35px;
    top: 0;
}

.mainTitle h3 {
    font-size: var(--fs-heading);
    color: var(--color-primary);
    margin: 20px 0 75px;
}

.loginRightBlock .loginBtnBlock {
    margin-top: 50px;
}

.g-recaptcha div {
    margin: 0 auto;
}

.footerWrapper {
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.announcementBlock {
    width: calc(100% - 513px);
}

}

@media screen and (min-width: 2500px) {
.loginRightBlock {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0;
    width: 486px;
    height: 100vh;
    padding: 0 35px;
    top: 0;
}

.referMarketingStripe {
    width: calc(100% - 486px);
}

.mainTitle h3 {
    font-size: var(--fs-heading);
    color: var(--color-primary);
    margin: 20px 0 75px;
}

.loginRightBlock .loginBtnBlock,
.loginRightBlock .loginBtnBlock {
    margin-top: 50px;
}


.footerWrapper {
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.announcementBlock {
    width: calc(100% - 486px);
}

}

@media screen and (max-width: 1800px) {


    .group {
        margin: 40px 0 15px;
    }
}

@media screen and (max-width: 1600px) {

.loginRightBlock .loginBtnBlock,
.loginRightBlock .loginBtnBlock {
    margin-top: 10px;
}

.mainTitle h3 {
    margin: 0px 0 10px;
    font-size: var(--fs-subtitle);
    color: var(--color-primary);
}

.loginRightBlock .login_logo {
    max-width: 100%;
    width: 200px;
    margin: 0vh auto 1vh;
}

.organizationLogoBlock {
    padding-top: 30px;
}

    .group {
    margin: 40px 0 15px;
}

.loginRightBlock input.form-control {
    font-size: var(--fs-badge);
}

.loginRightBlock {
    width: 352px;
    padding: 0 15px;
}

.g-recaptcha {
    right: 15px;
}

.loginBtnBlock {
    margin-top: 30px;
}

.forgot {
    margin-top: 15px;
}

.announcementBlock {
    width: calc(100% - 352px);
}

.change-password_body .navbar .navbar-brand {
    font-size: var(--fs-title);
}

.referMarketingStripe {
    width: calc(100% - 352px);
    height: auto;
    padding: 15px 0;
}

.referMarketingStripeText {
    font-size: var(--fs-title);
    margin: -10px 0 0 0;
}

.referMarketingStripe a {
    font-size: var(--fs-badge);
    padding: 10px 25px;
}
.announcementBlock h3 {
    font-size: var(--fs-title);
    }
.announcementContent p {
    font-size: var(--fs-caption);
}
.group label {
    top: 5px;
}

}

@media screen and (max-width: 1440px) {

    .loginRightBlock {
        width: 335px;
        padding: 0 15px;
    }

    .change-password_body .navbar .navbar-brand {
        font-size: var(--fs-title);
    }

   
    .loginRightBlock .login_logo {
        width: 185px;
        margin: 0vh auto 5px;
    }

    .mainTitle h3 {
        font-size: var(--fs-title);
        margin: 0px 0 10px;
    }

    .loginRightBlock input.form-control {
        padding: 10px 5px 10px;
        height: 35px;
        font-size: var(--fs-badge-info);
    }

    .checkBoxBlock .form-check-input[type=checkbox] + label:before,
    .checkBoxBlock .form-check-input[type=checkbox]:not(.filled-in) + label:after,
    .checkBoxBlock label.btn input[type=checkbox] + label:before,
    .checkBoxBlock label.btn input[type=checkbox]:not(.filled-in) + label:after {
        width: 18px;
        height: 18px;
    }

    .loginForm .form-check-input[type=checkbox] + label,
    .loginForm label.btn input[type=checkbox] + label {
        padding-left: 25px;
        line-height: 25px;
    }

    .checkBoxBlock .form-check-input[type=checkbox]:checked + label:before,
    .checkBoxBlock label.btn input[type=checkbox]:checked + label:before {
        width: 8px;
        height: 16px;
        top: 0px;
        left: 0px;
    }

    .g-recaptcha {
        right: 36px;
        transform: scale(0.6);
    }
    .forgot a {
        font-size: var(--fs-badge-info);
    }

    .footerWrapper {
        bottom: 0px;
        right: 0;
        width: 100%;
    }

    .loginRightBlock p {
        margin-bottom: 5px;
        font-size: var(--fs-notify);
    }

    .field-validation-error {
        font-weight: normal;
        font-size: var(--fs-badge-info);
    }

    .loginRightBlock .btn-theme {
        padding: 5px 12px;
        height: 35px;
        font-size: var(--fs-body);
        width: 200px;
    }

  
    .announcementBlock {
        width: calc(100% - 335px);
    }

    .referMarketingStripe {
        width: calc(100% - 335px);
        padding: 12px 0;
    }

    .referMarketingStripeText {
        font-size: var(--fs-subtitle);
    }

    .referMarketingStripe a {
        font-size: var(--fs-badge);
        padding: 6px 20px;
    }
    .announcementBlock h3 {
       font-size: var(--fs-subtitle);
        top: -20px;
    }
    .forgot {
        margin-top: 0px;
    }
    .loginRightBlock .loginBtnBlock .solidBtn {
        margin: 0 0 5px;
    }
}
@media screen and (max-width: 1366px) {
    .loginRightBlock {
        width: 285px;
        padding: 0 15px;
    }

    .loginRightBlock .login_logo {
        width: 175px;
        margin: 0vh auto 5px;
    }

    .mainTitle h3 {
        font-size: var(--fs-caption);
        margin: 0px 0 5px;
    }

    .loginRightBlock .loginBtnBlock,
    .loginRightBlock .loginBtnBlock {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .loginRightBlock .form-control {
        padding: 4px 5px 4px;
        height: 30px;
        font-size: var(--fs-badge-info);
    }

    .group label {
        font-size: var(--fs-badge);
    }

    .checkBoxBlock .form-check-input[type=checkbox] + label:before,
    .checkBoxBlock .form-check-input[type=checkbox]:not(.filled-in) + label:after,
    .checkBoxBlock label.btn input[type=checkbox] + label:before,
    .checkBoxBlock label.btn input[type=checkbox]:not(.filled-in) + label:after {
        width: 18px;
        height: 18px;
    }

    .loginRightBlock .form-check-input[type=checkbox] + label,
    .loginRightBlock label.btn input[type=checkbox] + label {
        padding-left: 25px;
        line-height: 25px;
    }

    .loginRightBlock .checkBoxBlock .form-check-input[type=checkbox]:checked + label:before,
    .loginRightBlock .checkBoxBlock label.btn input[type=checkbox]:checked + label:before {
        width: 8px;
        height: 16px;
        top: 0px;
        left: 0px;
    }

    .g-recaptcha {
        right: 36px;
        transform: scale(0.6);
    }

      .forgot a {
        font-size: var(--fs-badge-info);
    }

    .footerWrapper {
        bottom: 0px;
        right: 0;
        width: 100%;
    }

    .loginRightBlock p {
        margin-bottom: 5px;
        font-size: var(--fs-notify);
    }
   
    .announcementBlock {
        width: calc(100% - 285px);
    }

    .referMarketingStripe {
        width: calc(100% - 285px);
        padding: 10px 0;
    }

    .referMarketingStripe a {
        font-size: var(--fs-badge-info);
        padding: 6px 20px;
    }
    .loginRightBlock .textLogo {
        width: 200px;
        margin: 0 auto 5px;
    }
    .group {
        margin: 40px 0 10px;
    }
}

@media screen and (max-width: 1280px) {

    .change-password_body .change_pwd_box {
        width: 350px;
    }

    .change_password_wall .change_pwd_box h5 {
        font-size: var(--fs-caption);
    }

    .change_password_wall .change_pwd_box .form-group {
        min-height: 40px;
        margin-bottom: 10px;
    }

    .change-password_body label,
    .change-password_body .form-control {
        font-size: var(--fs-badge-info);
    }

    .change-password_body .btn.btn-bg-transparent,
    .change-password_body .btn.btn-theme {
        padding: 5px 25px;
        font-size: var(--fs-badge);
        height: 35px;
    }

    .change-password_body .copyright {
        font-size: var(--fs-badge-info);
        position: fixed;
        margin: auto;
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 6px;
    }
}

