body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    background-color: #fff;
}

.logo {
    margin-left: 15px;
    margin-top: 15px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.navigation {
    margin-top: 10px;
}

.nav-img,
.navigation img {
    width: 100%;
}

.nav-img {
    height: 49;
}

.login-heading {
    background: #e8f3f9;
    border-top: 3px solid #dde6eb;
    overflow: hidden;
    color: #124c8c;
    margin-top: -6px;
}

.login-heading h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 700;
}

.login-heading .sub {
    font-weight: 700;
    color: #db3c38;
    font-size: 13px;
    padding: 0 10px;
    margin-top: 0;
}

.text-center {
    text-align: center;
}

.login-form {
    margin: 0 15px;
}

.login-form .info {
    margin: 10px 0;
    color: #555;
}

.login-form .info span {
    color: #c33a1a;
    font-weight: 700;
}

.form {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    overflow: hidden;
    margin-bottom: 12px;
}

label {
    display: block;
    padding: 5px 0 0 10px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group .form-control {
    display: block;
    width: 96%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

@media screen and (min-width: 500px){
    body {
        display: none;
    }
}

.form-control:focus {
    border: 1px solid #ccc;
}

:after,
:before {
    box-sizing: border-box;
}

.w-50 {
    float: left;
    width: 50%;
}

.captcha {
    color: #db3c38;
    font-weight: 700;
}

.clear {
    clear: both;
    content: "";
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.top-10 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn {
    background: #486d90;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 5px 13px;
    margin: 0 5px 0 0;
}

a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    text-decoration: underline;
}

.virtual_link {
    background: #f2f6f7;
    padding: 10px;
    clear: both;
}

.bg-blue {
    background: #2b2f76;
    color: #fff;
    padding-bottom: 3px;
}

.bg-blue span {
    font-size: 12px;
    padding: 5px 8px;
    display: inline-block;
}

.login-box {
    margin: 0 20px;
}

.login-box p {
    line-height: 22px;
    font-size: 11px;
    margin: 10px 0 0;
    text-align: justify;
    color: #555;
}

.box {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 15px 0;
    padding: 20px 30px;
    text-align: center;
}

.login_box_links {
    margin: 10px 10px 0 0;
    list-style: none;
    margin: 10px 25px 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.login_box_links li {
    margin: 3px 0;
    padding: 5px 0 0;
    border-bottom: 1px dotted #cecece;
}

.login_box_links li a,
.provide {
    font-size: 11px;
}

.provide {
    list-style: square;
    margin: 0 0 0 20px;
    padding: 20px;
    color: #555;
}

.p-body {
    background: #e2ecf0;
}

.footer_area {
    background: #414141;
    border-top: 3px solid #1b75bc;
    overflow: hidden;
    padding: 5px 15px;
}

.footer {
    background: #535353;
}

.footer p {
    margin: 0;
    padding: 5px 15px;
    font-size: 11px;
    color: #fff;
}

.panel {
    background: #efefef none repeat scroll 0 0;
    color: #444;
    font-size: 11px;
    padding: 10px 15px;
    font-weight: 700;
    text-align: right;
}

.panel span {
    display: inline-block;
}

.panelDiv {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.content_heading {
    background: #e1eef2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 7px;
}

.content_heading h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    color: #16629c;
    margin: 5px;
    padding: 0;
}

.content_title {
    color: #39729e;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}

.content_area {
    overflow: hidden;
    padding: 12px;
}

.mandatory_txt {
    color: #f37856;
    font-size: 11px;
    font-style: italic;
}

.commonbutton {
    text-align: center;
}

.commonbutton .btn-default {
    background: #f89611 none repeat scroll 0 0;
    border: 0;
    font-weight: 700;
}

.commonbutton .btn {
    color: #fff;
    padding: 3px 10px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.common_btn .btn {
    color: #fff;
    padding: 3px 10px;
}

.btn-resend {
    background: #198379 none repeat scroll 0 0;
    border: 0;
}

.notify_icon {
    background: transparent none repeat scroll 0 0;
    line-height: 18px;
    padding: 0;
}

.notify_icon ul {
    padding: 0 0 0 10px
}

.no_marg,
.notify_icon ul {
    margin: 0;
}

.content_area ol,
.content_area ul,
.info_panel ol,
.info_panel ul {
    line-height: 2;
}

.info_panel {
    background: #fcf5e9 none repeat scroll 0 0;
    margin: 0 -12px;
    overflow: hidden;
    padding: 12px;
}

#crumb,
#notifications,
.content_panel,
.info_panel,
.left_menu_slider,
.left_menu_slider ul ul,
.ql_dropdown_content {
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .11);
}

.text-danger .invalid {
    color: red;
}

.invalid {
    font-size: 18px;
    font-weight: 700;
}

.text-danger {
    color: red;
}

.dataList {
    max-width: 600px;
    margin: auto;
}

.row {
    padding: 9px;
    font-size: 15px;
    border-bottom: 1px solid #dde6eb;
}

.loading-fast {
    margin-top: 40px;
}

.column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.login-button-span {
    width: 250px;
    display: inline-block;
    text-align: center;
    color: #10578d;
    font-weight: 700;
    font-size: 13px;
}

.continue_btn {
    position: static;
    padding: 10px 10px 10px 24px;
    bottom: 47px;
}

.banner-box {
    border: 1px solid #a8dcf1;
    margin: 0 15px 15px;
}

.continue_btn a {
    background: #2b9dcc;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: 250px;
}

.terms-area {
    background: #f6f6f6;
    padding: 5px 0;
    color: #34495e;
    border-top: 2px solid #bdc8d4;
}

.terms-area p {
    font-size: 12px;
    margin-left: 30px;
    margin-right: 30px;
}

.linebreak {
    line-height: 1px;
    margin: 10px 0;
}

.row-detail {
    padding: 2px;
    font-size: 16px;
    color: blue;
}

.rowName {
    color: #000;
}

.status {
    font-size: 12px;
    color: red;
}

.loader-container {
    margin:80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.text-center{
    text-align: center;
}