﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&family=Poppins:wght@400;500;600&display=swap');

* {
    margin: -1px;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

::selection {
    color: #fff;
    background: #4db2ec;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #4db2ec;
}

.wrapper {
    /* max-width: 485px;*/
    /*width: 100%;*/
    padding: 0px 0px 0px 17px;
    margin-top: -8px;
    /*background: #fff;
            padding: 22px 30px 40px;
            border-radius: 10px;
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);*/
}

    .wrapper header {
        color: #333333;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
    }

    .wrapper .captcha-area {
        display: flex;
        height: 65px;
        margin: 0px 0px 0px 0px;
        align-items: center;
        /*justify-content: space-between;*/
    }

.captcha-area .captcha-img {
    height: 34px;
    width: 200px;
    user-select: none;
    background: #fff;
    /*border-radius: 5px;*/
    position: relative;
}

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #9C9C9C;
    vertical-align: central;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: cursive;
}

.wrapper button {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #4db2ec;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .wrapper button:hover {
        background: #2fa5e9;
    }

.captcha-area .reload-btn {
    width: 60px;
    height: 100%;
    font-size: 25px;
    padding: 12px 0px 10px 28px
}

    .captcha-area .reload-btn i {
        transition: transform 0.3s ease;
    }

    .captcha-area .reload-btn:hover i {
        transform: rotate(15deg);
    }

.wrapper .input-area {
    height: 60px;
    width: 100%;
    position: relative;
}

.input-area input {
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

    .input-area input:is(:focus, :valid) {
        padding-left: 19px;
        border: 2px solid #4db2ec;
    }

    .input-area input::placeholder {
        color: #bfbfbf;
    }

.input-area .check-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    font-size: 17px;
    height: 45px;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.input-area input:valid + .check-btn {
    opacity: 1;
    pointer-events: auto;
}

.wrapper .status-text {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 -5px;
}

@media (max-width: 506px) {
    body {
        padding: 0 10px;
    }

    .wrapper {
        padding: 0px 25px 0px;
        margin-top: -25px !important;
        padding-left: 11px;
    }

        .wrapper header {
            font-size: 25px;
        }

        .wrapper .captcha-area {
            height: 60px;
        }

    .captcha-area .captcha {
        font-size: 22px;
        letter-spacing: 4px;
    }

    .captcha-area .reload-btn {
        width: 60px;
        margin-left: 5px;
        font-size: 20px;
    }

    .wrapper .input-area {
        height: 55px;
    }

    .input-area .check-btn {
        height: 40px;
    }

    .wrapper .status-text {
        font-size: 15px;
    }

    .captcha-area .captcha-img {
        width: 250px;
    }

    .p506 {
        margin-top: -30px !important;
        margin-left: 50px !important;
    }

    .p506a {
        margin-top: -30px !important;
        padding-right: 20px !important;
        padding-left: 150px !important;
    }
}

/*Lable headers :: End*/
.log {
    color: #636466 !important;
}

.login-img img {
    width: 50%;
    position: relative;
    bottom: 18px;
    left: 3px;
}

.login-text {
    font-size: 24px;
}

popup form start csss
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: unset;
    pointer-events: auto;
    background-color: #F1F2F2;
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border: none;
    border-radius: 0.5rem;
    outline: 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #FF5733;
}

.closeFooter {
    background-color: #F1F2F2;
    color: #2478A6;
}

body.modal-open .supreme-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

body.modal-close .supreme-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

button.modal-footer.closeFooter:hover {
    background-color: #F1F2F2;
    color: #2478A6;
}

/* .modal-body {
            padding-left: 3rem;
            padding-right: 3rem;
        }*/

.close-btn.focus, .close-btn:focus {
    outline: 0;
    box-shadow: none !important;
}

form.text-center.border.border-light.p-5 {
    background: #F1F2F2;
    /* width: 30%; */
    /* height: 480px; */
    position: relative;
    /* left: 509px; */
    /* top: 60px; */
    align-items: center;
    border-radius: 20px;
}

button.btn.btn-info.btn-block.my-4 {
    width: 210px;
    height: 39px;
    top: 0px;
    left: 0px;
    background: #F1F2F2;
    color: #2478A6;
    font-weight: 600;
    position: relative;
    border: 3px solid #2478A6;
    border-radius: 6px;
    opacity: 1;
}

label {
    text-align: left;
    display: block;
    color: red;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

p.h5.mb-5 {
    color: #707070;
}

p.true-icon {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    bottom: 10px;
    color: #707070;
}

.input-section {
    position: relative;
    bottom: 0px;
}

select.form-control {
    background: #f1f2f2;
    border-radius: 0px;
    border: 0.5px solid #707070;
}

input#exampleInputEmail1 {
    background: #f1f2f2;
    border-radius: 0px;
    border: 0.5px solid #707070;
}

button.close-btn {
    background: #f1f2f2;
    width: 35px;
    height: 45px;
    position: relative;
    border-radius: 14px;
    bottom: 40px;
    border: 0;
    left: 77px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: -30px;
}


.overlaySecond {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../Scripts/app/assets/img/overlayBg.png');
    z-index: 1001;
    display: none;
}
/*Overlay :: End*/
.fgemailfield {
    background-color: #f1f2f2;
}

#forgotPasswordPopup button.close-btn {
    background: #f1f2f2;
    width: 35px;
    height: 45px;
    position: relative;
    border-radius: 14px;
    bottom: 40px;
    border: 0;
    left: 57px;
}

#resetPasswordPopup button.close-btn {
    background: #f1f2f2;
    width: 35px;
    height: 45px;
    position: relative;
    border-radius: 14px;
    bottom: 40px;
    border: 0;
    left: 57px;
}

#informationPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#forgotPasswordPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.defaultLoginFormEmail {
    text-align: center;
    width: 92%;
    height: 103%;
    /* border-radius: 5px; */
    border: 1px solid #bfbfbf;
    margin-left: 16px;
    padding-bottom: 7px;
    border: 1px solid #bfbfbf !important;
}

.fgSaveBtn {
    width: 180px !important;
}

::-webkit-scrollbar {
    width: 5px;
}


.ErrorMessagePopup .modal-footer .btn.btn-default {
    width: 80px;
    /* font-size: 14px; */
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
    /* border: 1px solid #dddddd; */
    /* background: #fff; */
    /* outline: none; */
}

.modal-header1 h3 {
    margin: 0;
    line-height: 30px;
}

.modal-header1 {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.ErrorMessagePopup .modal-header1 .close {
    margin-top: 6px !important;
}


/*      input[type="text"],
        input[type="password"]:focus,
        .uneditable-input {*/
.newclass1 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    /*textarea:focus,
        input[type="text"]:focus,
        input[type="password"]:focus,
        .uneditable-input:focus {*/
    .newclass1:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */

        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }


body {
    background: #f1f1f1;
    font-size: 13px;
    font-family: 'Segoe UI',arial, sans-serif;
    display: contents !important;
}


.cap {
    width: 100px;
    height: -9px;
    text-align: left;
    font: normal normal bold 18px/26px DubaiRegular;
    /* letter-spacing: 0px; */
    color: #9C9C9C;
    /* opacity: 1; */
    margin-left: -8px;
    margin-top: 20px;
    font-weight: 400 !important;
}
.LoginImg {
    width: 100%;
/*height: 100vh;*/
}




.btn-primary {
    color: #fff;
    background-color: #0f3359;
    border-color: #0f3359;
    cursor: pointer;
}


.content .contents .form-group input, .content .bg .form-group input {
    background: transparent;
    font: normal normal normal 12px/18px DubaiRegular;
    letter-spacing: 0px;
    color: #9C9C9C;
    height: 44px;
}

.content .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 9px;
    border-radius: 0;
    margin-bottom: -7px;
    padding: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}


.contentLable {
    font-family: DubaiRegular !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #3B3839 !important;
}


.form-control11 {
    display: block;
    box-shadow: none !important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: 0.25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    border-bottom: 1px solid #495057;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

textarea:focus, input:focus {
    border-bottom: 1px solid #495057 !important;
}



.copy_icon img {
    width: 14px;
    margin-top: -2px;
    margin-right: 5px;
}



a:hover {
    color: #5286b6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0f3359;
    border-color: #0f3359;
}
