@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Montserrat:wght@500&display=swap");

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}
*{
    font-family: Inter;
}

input[type=checkbox] {
    accent-color: #F76600;
}

select {
    background: white;
    padding: 5px;
}

input {
    padding: 5px;
}

.container {
    height: 630px;
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.loginForm {
    height: 483px;
    width: 402px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    background: white;
}

.loginForm .logo {
    width: 184px;
    height: 32px;
    margin: auto;
}

.loginForm h3 {
    color: #00234B;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 35px;
    margin-bottom: 8px;
}

.loginForm p {
    color: #667382;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.loginForm .loginInner {
    margin-bottom: 30px;
}

.loginForm .loginInner label {
    color: #6E6B7B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.loginForm .loginInner li {
    list-style: none;
}

.loginForm .loginInner li .myInput {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #E3E7EB;
    margin-top: 2px;
    padding-left: 5px;
}

.loginForm .loginInner li .Myinput::-moz-placeholder {
    color: #B9B9C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.loginForm .loginInner li .Myinput::placeholder {
    color: #B9B9C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.loginForm .loginInner .passwordRow {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.loginForm .loginInner .forgotPassword {
    color: #F76600;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.loginForm .loginInner .checkBox {
    color: #6E6B7B;
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    gap: 5px;
    padding-top: 10px;
}

.loginForm input[type=checkbox i] {
    margin: 0 !important;
}

.loginForm button {
    width: 342px;
    height: 38px;
    background: #F76600;
    border: transparent;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}

.loginForm button:hover {
    background-color: #FD8530;
}

.loginForm .new-platform {
    color: #00234B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

.loginForm .new-platform a {
    color: #F76600;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}

.foobar {
    font-size: 16px;
    transition: top 650ms ease-in-out 0s;
    z-index: 9999;
    top: 30px;
    position: absolute
}

.foobar .ng-foobar-message {
    font-family: Inter;
    padding: 10px;
    background: #fff;
    color: #350909;
    width: 531px;
    margin: 0 auto;
    background: #ffd1d1;
    border-radius: 5px;
    text-align: center;
}

.foobar .ng-foobar-message.error:before,
.foobar .ng-foobar-message.success:before {
    color: #239e23;
    font-size: 16px;
    margin-right: 8px;
    content: "\f058";
    font-family: FontAwesome !important;
    margin-top: 2px
}

.foobar .ng-foobar-message.error:before {
    color: red;
    content: "\f06a"
}

.foobar .ng-foobar-message.error i,
.foobar .ng-foobar-message.success i {
    float: right;
    font-size: 16px;
    cursor: pointer;
    color: #666
}

@media screen and (max-width: 541px) {
    .container {
        width: 100%;
        background-image: none;
    }

    .container .bg {
        display: none;
    }

    .loginForm {
        max-width: 80%;
        box-shadow: none;
        padding: 0px;
    }

    .loginForm .logo {
        width: 184px;
        height: 32px;
        margin-bottom: 70px;
    }

    .loginForm .logo img {
        width: 184px;
        height: 32px;
    }

    .loginForm .loginInner {
        margin-bottom: 20px;
    }

    .loginForm .loginInner .input {
        width: 100%;
    }

    .loginForm button {
        width: 100%;
    }

    .hh {
        display: flex;
    }

    .foobar {
        font-size: 16px;
        transition: top 650ms ease-in-out 0s;
        z-index: 9999;
        top: 30px;
        left: 0px;
        width: 100%;
        position: absolute
    }

    .foobar .ng-foobar-message {
        font-family: Inter;
        padding: 10px;
        background: #fff;
        color: #350909;
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        background: #f1c5c5;
        ;
        border-radius: 5px;
    }
}

/*# sourceMappingURL=login.css.map */


/* login page css ended here by kunal khatri */




/*logout page css start here by neeraj kumar singh*/
.stylish-select .newListSelected {
    height: 35px !important;
    font-family: 'Inter';
}

.stylish-select .selectedTxt {
    color: gray !important;
    font-family: 'Inter' !important;
    line-height: 24px;
    padding-left: 3px;
}

.stylish-select ul.newList a {
    color: gray;
    /* font-family: 'Inter' !important; */
    /* font-weight: bold !important; */
}

.logOutMainDiv, .logoutBox {
    float: left;
    width: 100%;
    max-width: 100%;
}

.stylish-select ul.newList a {
    padding: 3px 4px;
}

ul.newList {
    width: 100% !important;
    top: 35px !important
}

.ui-select {
    width: 100%
}

.emailBox button.submit:focus {
    background: #7D3608;
}

.logThanks {
    font-size: 30px;
    line-height: 40px;
    font-family: Inter !important;
    text-transform: none;
    padding: 0 0 12% 0;
}

.logOutMainDiv,
.logoutBox .loginHeading {
    margin: 0px 0px 20px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs {
    float: left;
    width: 50%;
    padding-right: 3%;
    border-right: 1px solid #F58D49;
}

.logOutMainDiv .logoutBox .twoLogoutDivs:last-child {
    padding-left: 3%;
    padding-right: 0px;
    border: 0px none;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


/*float:left; padding:15px; background: #D3671F; border: 1px solid #F58D49;*/

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p {
    color: #F9D2B8;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p:last-child {
    margin-top: 30px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p span {
    font-size: 23px;
    color: #fff;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p strong {
    font-size: 18px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p a {
    color: #fff;
    text-decoration: none;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p a:hover {
    text-decoration: underline;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .li5050 {
    width: 48%;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .li5050.marginRight4 {
    margin-right: 4%;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .minInput {
    min-height: 1px;
    font-family: 'Inter';
    padding: 10px 5px;
    color: gray;
}

.logOutMainDiv .logoutBox .twoLogoutDivs select.minInput {
    width: 100%;
    float: left;
    font-size: 19px;
    padding: 10px 10px;
    border: 0px none;
}

.logOutMainDiv .logoutBox .twoLogoutDivs select.minInput option [selected="selected"] {
    color: #A9A9B6;
}

.logOutMainDiv .logoutBox .twoLogoutDivs li label {
    display: block;
    margin-bottom: 5px;
    color: #F9D2B8;
    font-size: 16px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs li:last-child {
    margin-bottom: 0px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs textarea.minInput {
    width: 100%;
    float: left !important;
    font-size: 19px;
    padding: 10px 5px;
    resize: none;
    border: 0px none;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req .icon_email {
    padding: 13px 12px 13px 12px;
    font-size: 16px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req label.typeLabelFloat {
    float: left;
    margin-right: 40px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType {
    display: block;
    overflow: hidden;
    margin: 0px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span {
    float: left;
    margin-right: 25px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span.noRightMargin {
    margin-right: 0px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span input[type="radio"] {
    float: left;
    margin: 1px 10px 0px 0px;
}

.logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span label {
    color: #fff;
    float: left;
}

.copyRightOuter .minHeightNone {
    min-height: 40px;
    padding: 0px 10px;
}

.rightHalf.rightFullDiv {
    width: 100%;
    float: right;
    text-align: right;
}

.posiAbsoluteDiv {
    position: absolute;
    top: -30px;
    right: 0px;
    width: auto;
}

.posiAbsoluteDiv p {
    font-size: 24px;
    text-transform: uppercase;
}

.posiAbsoluteDiv p a {
    text-decoration: none;
}

.logoContainer.marginNoDiv {
    margin: 0px 0px 30px;
}

@media screen and (max-width:767px) {
    .logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p {
        font-size: 10px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs li label {
        font-size: 14px;
    }

    .emailBox input.myInput#frmUserPassword::-webkit-input-placeholder {
        /* WebKit browsers */
        line-height: 28px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
        border-right: 0px none;
        border-bottom: 1px solid #F58D49;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs:last-child {
        padding-left: 0px;
        margin-top: 30px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs select.minInput {
        font-size: 15px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs textarea.minInput {
        font-size: 15px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent {
        height: auto !important;
    }

    body {
        background-size: auto 60%, auto 40%;
        background: white !important;
    }
}

@media screen and (max-width:440px) {
    .logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p {
        font-size: 12px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs li label {
        font-size: 14px;
    }

    .emailBox input.myInput#frmUserPassword::-webkit-input-placeholder {
        /* WebKit browsers */
        line-height: 28px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs .error-req label.typeLabelFloat {
        margin-right: 0px;
        width: 100%;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType {
        float: left;
        width: 100%;
        overflow: visible;
    }

    .posiAbsoluteDiv p {
        font-size: 21px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs li label {
        font-size: 14px;
    }
}

@media screen and (max-width:305px) {
    .logOutMainDiv .logoutBox .twoLogoutDivs .logoutHelpusContent p {
        font-size: 12px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs li label {
        font-size: 14px;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span {
        width: 100%;
    }

    .logOutMainDiv .logoutBox .twoLogoutDivs .error-req p.logoutType span label {
        width: 80%;
    }
}

/*    .error-req.errormsg,
        .error-req .errorico {
            border: 2px solid red;
        }
        .errorico:after {
            color: red;
            content: "\f06a";
            position: absolute;
            font-size: 21px;
            font-family: FontAwesome!important;
            right: 0;
            padding: 15px 25px 15px 0px;
        }
        span.error-req {
            float: left;
            width: 100%;
        }*/


/*logout page css end here by neeraj kumar singh*/




.fp-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 530px;
}

.inner-container {
    width: 402px;
    height: 440px;
    padding: 30px;
    background: white;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 6px;
}

.inner-container .logo {
    height: 32px;
    width: 184px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.inner-container h3 {
    color: #00234b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.inner-container p {
    color: #667382;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.inner-container div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 30px;
}

.inner-container div label {
    color: #6e6b7b;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.inner-container div input {
    height: 38px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e7eb;
    padding-left: 10px;
}

.inner-container div input::-moz-placeholder {
    color: #b9b9c3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner-container div input::placeholder {
    color: #b9b9c3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inner-container button {
    display: block;
    margin: auto;
    width: 100%;
    height: 38px;
    background: #f76600;
    border: transparent;
    border-radius: 5px;
    color: white;
    margin-top: 7px;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
}

.inner-container button:hover {
    background-color: #FD8530;
}

.inner-container .back-to-login {
    text-align: center;
    color: #f76600;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .container {
        width: 100%;
        padding: 0;
    }

    .container .inner-container .logo {
        margin-bottom: 70px;
    }

    .fp-container .bg {
        display: none !important;
    }

    .inner-container {
        width: 100%;
        position: static;
        padding: 30px 10px;
        box-shadow: none;
    }

    .inner-container .logo {
        margin-bottom: 70px;
    }
    .fp-container{
        width: 100%;
    }
}