/* log in css */



body {
    /* Margin bottom by footer height */
    /*   margin-bottom: 60px; */
    background-color: #f1efef;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

html,
.log-bg {
    height: 100%;
    margin: 0px;
    background-color: #7B7776;
}

.footer-log a {
    color: #fff;
}

.footer-dash {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}



    .footer-dash > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

.footer-log {
    /*  position: absolute;
  bottom: 0;
  width: 100%; */
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    /* background-color: #f5f5f5; */
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.contentx {
    display: none;
}


.log-bg > .container {
    /*padding: 60px 0px 0;
    padding-bottom: 30px;*/
    padding: 200px 0px 50px 0px;
}

.footer-log > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.footer-log p {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
}

.log-in-logo p {
    float: left;
    color: #05669d !important;
    font-size: 30px;
    margin-top: 30px;
}

.log-in-logo img {
    float: left;
}

.main {
    background-color: transparent;
    border-radius: 15px;
    margin-top: -30px;
    /* height:82%; */
    display: table;
}

.box-sec {
    display: table-cell;
    /*margin: auto;*/
    padding: 0px;
    position: relative;
    vertical-align: middle;
    /* background-color: #fff;
border-radius:15px;
margin-top: -30px;
padding-bottom: 30px!important;
padding-top: 80px!important; */
    /*  */
}

.footer-bg {
    /* content: " ";
background-image: url("../images/footer-img.png");
    background-repeat: no-repeat;
    height: 60px;
    background-position: center;
    display: block;
    width: 100%; */
    margin: 0px auto;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -101px;
    z-index: -1;
}

.box-sec-padd {
    padding: 0 30px;
}

.footer-sec {
    margin-top: -60px;
}

.log-in-tab img {
    margin: 0 auto;
    display: block;
    margin-top: 70px;
}

.log-in-tab {
    /* border-radius: 2px; */
    padding: 30px 30px;
    text-align: center;
    /* box-shadow: 0 0 5px 5px #f5f5f5; */
    position: relative;
    z-index: 9;
    background-color: #fff;
    /* cursor: pointer; */
    height: auto;
    width: 491px;
}

    .log-in-tab p {
        color: #000000;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin: 10px;
        font-family: "Roboto Slab", Helvetica, Arial, serif;
    }

/*.log-in-tab span {
        color: #3a3a3a;
        font-size: 16px !important;
        text-align: center;
    }*/

.input-group-addon {
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.log-form .form-control {
    border-radius: 0;
    background-color: #f5f5f5;
    padding: 10px 10px;
}

.log-form {
    margin-bottom: 1.5rem;
}

.capcha img {
    width: 100%;
}

.login-button {
    background-color: #05669d;
    box-shadow: 4px 4px 4px #b7b6b6;
    border: none;
}

    .login-button:hover {
        background-color: #0b8dd6;
    }

.banner {
    margin: 40px auto;
    /*     margin-bottom: 40px; */
    display: block;
    /* padding: 50px; */
    margin-bottom: 20px;
}

#demo, #demo1, #demo2, #demo3 {
    box-shadow: 0 0 5px 5px #f5f5f5;
    padding: 40px 20px;
    padding-bottom: 10px;
    margin-top: -18px;
    position: relative;
    z-index: 0;
    background-color: #fff;
    text-align: left !important;
}

.footer a {
    color: #333;
}

#demo label, #demo1 label, #demo2 label, #demo3 label {
    font-size: 14px;
    font-weight: bold;
    /*text-align: left !important;*/
}

#demo .form-control, #demo1 .form-control, #demo2 .form-control, #demo3 .form-control {
    background-color: #f5f5f5;
    border-radius: 0;
    /*text-align: left !important;*/
}

#demo h2, #demo1 h2, #demo2 h2, #demo3 h2 {
    font-size: 20px;
    margin: 0;
    /*text-align: left !important;*/
}

.reg-sec {
    background-color: #dedede;
    padding: 70px 55px;
    border-radius: 5px;
    margin-left: -53px;
    position: relative;
    z-index: 9;
}

    .reg-sec .form-control {
        background-color: #f5f5f5;
        border-radius: 0px;
        padding: 10px 20px;
        border: 1px solid #bababa;
    }

    .reg-sec label {
        font-size: 14px;
        font-weight: bold;
    }


/* .reg-sec img {
    vertical-align: baseline;
} */

.reg-heading h2 {
    /*font-size: 24px;
    float: left;
    line-height: 41px;
    padding-left: 10px;*/
    font-size: 20px;
    float: left;
    line-height: 41px;
    padding-left: 10px;
    color: #05669d;
}

.secure-sec .reg-heading h2 {
    font-size: 20px;
    float: left;
    line-height: 41px;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #05669d;
}

.secure-sec .log-form {
    margin-bottom: 2rem;
}

.secure-sec .login-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.reg-heading img {
    float: left;
}

.reg-heading {
    display: inline-block;
}

.reg-right-sec ul {
    margin: 0;
    padding: 0;
    padding-top: 50px;
    display: block;
}

    .reg-right-sec ul li {
        list-style: none;
        float: left;
        padding-bottom: 10px;
    }

        .reg-right-sec ul li img {
            margin-right: 10px;
        }

        .reg-right-sec ul li span {
            font-size: 18px;
            line-height: 54px;
        }

.reg-bg {
    margin: 0px auto;
    display: inline-block;
    width: 108%;
    margin-left: -49px;
    margin-top: -1px;
}

.m-b {
    margin-bottom: 15px;
}

/*.tool-tip {
    position: absolute;
    bottom: 37px;
}

.tooltip-inner {
    background: #f6f9fe;
    color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
    box-shadow: 0px 0px 6px 0 #999999;
    font-weight: bold;
    padding: 5px 10px;
}*/

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: 0em;
    left: 50%;
    box-sizing: border-box;
    border: 4px solid #f7fafe;
    border-color: transparent transparent #f7fafe #f7fafe;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 #bebebe;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -9px;
    right: -50%;
    box-sizing: border-box;
    border: 4px solid #f7fafe;
    border-color: transparent transparent #f7fafe #f7fafe;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -1px 1px 1px 0 #bebebe;
}

.secure-sec {
    padding: 80px 80px;
    border-radius: 10px;
}

.sec-bg {
    margin: 0 auto;
    display: block;
    padding: 76px 0;
}





.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext {
        visibility: hidden;
        width: 361px;
        background-color: #ffffff;
        color: #d1464a;
        text-align: center;
        border-radius: 0;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        margin-left: 25px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 10px;
        text-align: justify;
        padding: 5px 10px;
        line-height: 10px;
    }

        .tooltip1 .tooltiptext::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 25px;
            background-image: url("../images/arrow.png");
            left: -14px;
            top: 6px;
        }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }



.secure-cod-div input {
    position: relative;
    /*margin: 0 30px;*/
    margin: 0 0px;
    /*padding: 0 29px;*/
    padding: 0 0px;
}



@media (max-width:1200px) {
    .tooltip1 .tooltiptext {
        width: 294px;
    }

    .footer-bg {
        bottom: -91px;
    }

    .reg-banner {
        width: 100%;
    }

    .log-in-tab {
        padding: 20px 10px;
    }

    .reg-bg {
        width: 119%;
    }
}

@media (max-width:992px) {
    .box-sec-padd .col-md-4 {
        margin-bottom: 30px;
    }

    .footer-bg {
        bottom: -70px;
    }

    .footer-log {
        padding: 20px 0
    }

        .footer-log p {
            /*text-align: center !important;*/
            /*font-size: 11px;*/
            line-height: 30px;
        }

    .secure-sec {
        padding: 50px 30px;
    }

    .reg-bg {
        width: 126%;
    }

    .sec-bg {
        width: 100%;
    }

    .reg-sec {
        padding: 70px 20px;
    }

    .reg-heading h2 {
        font-size: 20px;
    }

    .reg-right-sec ul li span {
        font-size: 18px;
        line-height: 0;
    }

    .reg-right-sec ul li img {
        margin-right: 10px;
        float: left;
    }

    .banner {
        width: 100%;
    }

    .footer-sec p {
        text-align: center !important;
    }

    .footer-sec, .col-md-5, .col-md-3, .col-md-4 {
        max-width: 100%;
        flex: 100%;
    }

    .footer {
        line-height: normal;
        line-height: 26px;
        height: auto;
    }

    .footer-sec {
        margin-top: -26px;
        margin-bottom: 10px;
    }

    .tooltip1 .tooltiptext {
        width: 232px;
    }
}

@media (max-width:768px) {

    .offset-2 {
        margin-left: 0 !important;
    }

    .footer-log {
        height: auto;
    }

    .tooltip1 .tooltiptext {
        width: 180px !important;
        margin-left: 10px;
    }

    .footer-bg {
        bottom: -60px;
    }

    .reg-sec {
        padding: 20px 20px;
        margin-left: 0px;
    }

    .reg-bg {
        width: 99%;
    }

    .reg-bg {
        margin-left: 0px;
        margin-top: -6px;
    }

    .reg-right-sec ul li {
        list-style: none;
        float: left;
        padding-bottom: 10px;
        padding-top: 16px;
    }

    .tool-tip {
        position: relative;
        bottom: 37px;
    }

    .box-sec .col-md-4 {
        margin-bottom: 40px;
    }

    .log-in-logo p {
        font-size: 18px;
    }

    .reg-right-sec ul li span {
        line-height: 54px;
    }
}


@media (max-width:576px) {
    .reg-right-sec ul li span {
        line-height: 0;
    }

    .footer-bg {
        bottom: -28px;
        left: 19px;
    }

    body > .container {
        padding: 0 30px 0;
        padding-bottom: 0;
    }



    .main {
        background-color: transparent;
    }

    .box-sec-padd {
        padding: 50px 15px;
        background-color: #fff;
        padding-bottom: 0;
        border-radius: 10px;
    }

    .footer-bg {
        margin: 0px auto;
        display: block;
        width: 90%;
    }

    .log-bg > .container {
        /*padding: 0px 0px 0 !important;*/
        padding-bottom: 0;
    }

    .footer-sec {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .log-in-logo {
        position: relative;
        z-index: 9;
    }

        .log-in-logo img {
            float: left;
            width: 182px;
            padding-left: 10px;
        }

        .log-in-logo p {
            font-size: 19px;
            margin-top: 22px;
        }

    .reg-heading h2 {
        font-size: 16px;
    }

    .sec-bg {
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }

    .tooltip1 .tooltiptext::after {
        display: none;
    }
}


@media (max-width:478px) {
    .log-in-logo img {
        float: none;
        width: 182px;
        padding-left: 0;
        margin: 0 auto;
        display: block;
    }

    .secure-sec .login-button {
        font-size: 20px;
    }

    .secure-sec .reg-heading h2 {
        font-size: 18px;
    }

    .footer-bg {
        bottom: -19px;
    }

    .reg-heading h2 {
        font-size: 14px;
        float: left;
        line-height: 27px;
        padding-left: 0;
    }

    .footer-log p {
        margin: 0;
        font-size: 14px;
    }

    .log-in-logo p {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        text-align: center;
    }

    .reg-bg {
        margin-left: 0px;
        margin-top: -17px;
        width: 100%;
    }

    .tooltip1 .tooltiptext {
        width: 101px !important;
        margin-left: 10px !important;
    }
}



/* log in css */















html {
    position: relative;
    min-height: 100%;
    height: auto;
}


.dashboard-sec {
    /* Margin bottom by footer height */
    /*margin-bottom: 70px;*/
    margin-bottom: 50px;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    /*line-height: 60px;*/
    line-height: 50px;
    /* Vertically center the text there */
    background-color: #393938;
}


.dashboard-sec {
    background-color: #fff;
}

    .dashboard-sec > .container {
        /*padding: 120px 15px 0;*/
        padding: 100px 15px 0;
    }

/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */



.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bg-dark {
    background-color: #f1efef !important;
}

.footer p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.footer a {
    color: #ffffff;
}

.footer {
    color: #ffffff;
}

.log-in-logo img {
    float: left;
}

.log-in-logo p {
    float: left;
    font-size: 26px;
    color: #101010;
    margin: 0;
    padding-left: 15px;
    line-height: 77px;
}

.navbar-nav li {
    border: 1px solid #05669d;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 5px;
    background-color: #f3f3f3;
}

.profile-menu p {
    float: left;
    margin: 0;
    color: #156aa0;
    font-size: 18px;
    padding-left: 10px;
}

.profile-menu img {
    float: left;
    margin-top: 3px;
}

.profile-menu {
    margin-right: 20px;
}

.serach-sec .dropdown-toggle::after {
    display: none;
}

.serach-sec .dropdown-menu {
    border-radius: 0;
    box-shadow: 0px 0px 18px #dedede;
    padding: 20px;
    margin-top: 8px;
    border: none;
}

.search-box input {
    float: left;
    width: 100%;
    padding: 8px;
    border-color: #05669d;
    background-color: #f6fafe;
}

.search-box {
    right: 0;
    left: auto;
}

    .search-box form {
        width: 400px;
    }

    .search-box button {
        float: left;
        background-color: transparent;
        border: none;
        position: absolute;
        right: 27px;
        top: 27px;
    }

.head-top h2 {
    /*font-size: 24px;*/
    font-size: 21px;
    color: #05669d;
    float: left;
    margin: 0;
}

.head-top p {
    margin: 0;
    font-size: 14px;
    line-height: 33px;
    padding-left: 12px;
    float: left;
}

.head-top {
    /*margin-bottom: 5px;*/
    margin-bottom: 1px;
    float: left;
}

.box {
    background-color: #fff;
    box-shadow: 0 0 25px #dcdcdc;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
    border-radius: 5px;
}

.box2 {
    background-color: #fff;
    box-shadow: 0 0 25px #dcdcdc;
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
    border-radius: 5px;
}

.box-header {
    color: #444;
    display: block;
    /*padding: 15px;*/
    padding: 8px;
    position: relative;
    background-color: #f6fafe;
    border-radius: 5px 5px 0 0;
    color: #05669d;
}

    .box-header.with-border {
        border-bottom: 2px solid #dfe4ea;
    }

    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

.pull-right {
    float: right;
}

.box-title img {
    padding-right: 10px;
}

.box-tools a {
    border: 1px solid #709bb4;
    padding: 5px 10px;
    color: #05669d !important;
}

.box-tools img {
    margin-top: -3px;
}

.detail-list {
    margin: 0;
    padding: 15px
}

    .detail-list ul {
        padding: 0;
        margin: 0;
    }

    .detail-list li {
        padding: 10px 15px;
        list-style: none;
        border-bottom: 1px solid #ebebeb;
    }

    .detail-list h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    .detail-list p {
        margin: 0;
        font-size: 20px;
    }

    .detail-list li:last-child {
        border-bottom: 0;
    }

.border-box-left {
    border-radius: 5px;
    border-left: 6px solid #05669d;
}

.detail-list-one h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.detail-list-one p {
    font-size: 14px;
    margin: 0;
}

.detail-list-one li {
    list-style: none;
    list-style: none;
    margin-bottom: 15px;
}

.detail-list-one ul {
    padding: 0;
    margin: 0;
}

.box-body {
    padding: 10px;
}

.padding-lg {
    padding: 20px;
}

.detail-list-one li:last-child {
    margin-bottom: 0;
}

.per-det {
    height: auto;
    min-height: 500px;
}

.profile-sec {
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
    float: left;
    width: 100%;
    /*padding: 15px 25px;*/
    padding: 5px 18px;
    background: #4586ab;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4586ab 0%, #2874a0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4586ab 0%, #2874a0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4586ab 0%, #2874a0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4586ab', endColorstr='#2874a0', GradientType=0);
    /* IE6-9 */
}

.profile-info .pull-left {
    display: inline-block
}

.profile-info {
    color: #fff;
}

    .profile-info .pull-left h2 {
        float: left;
        margin: 0;
        font-size: 24px;
    }

    .profile-info .pull-left p {
        float: left;
        margin: 0;
    }

    .profile-info .pull-left .form-control1 {
        background-color: transparent;
        color: #fff;
        border: 1px solid #4ea6d7;
        font-size: 13px;
    }

    .profile-info .pull-left .form-group {
        float: left;
        margin: 0;
        margin-top: 3px;
    }

        .profile-info .pull-left .form-group label {
            float: left;
            padding-left: 24px;
            padding-right: 10px;
            margin: 0;
        }

    .profile-info .pull-right ul {
        margin: 0;
        padding: 0;
    }

        .profile-info .pull-right ul li {
            list-style: none;
            float: left;
            border: 1px solid #afccdd;
            padding: 4px 10px;
            border-radius: 5px;
            margin-left: 5px;
        }

.profile-data ul {
    margin: 0;
    padding: 0;
}

    .profile-data ul li {
        list-style: none;
        padding: 0 22px 0 10px;
        float: left;
        border-right: 1px solid #ebebeb;
    }

        .profile-data ul li img {
            float: left;
            padding: 10px;
            padding-bottom: 0;
        }

        .profile-data ul li h3 {
            font-size: 20px;
            color: #fff;
            margin: 0;
            float: left;
        }

        .profile-data ul li p {
            font-size: 14px;
            color: #fff;
            margin: 0;
        }

        .profile-data ul li:first-child {
            padding-left: 0;
        }

        .profile-data ul li:last-child {
            border-right: 0;
        }

.pieChart img {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 12px;
}

.dash-body {
    /*padding: 15px 20px;
    min-height: 360px;*/
    padding: 8px 20px;
    /*min-height: 239px;*/
    min-height: 260px;
}


.buttons {
    text-align: center;
}

.btn-success {
    color: #fff;
    background-color: #6ebb61;
    border-color: #6ebb61;
}

.paysec p {
    color: #05669d;
    font-size: 16px;
    margin: 0;
}

.paysec span {
    font-size: 14px;
}

.int-sec p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.rec-sec p {
    /*font-size: 16px;*/
    font-size: 13px;
    color: #284655;
    font-weight: bold;
}

.rec-sec ul {
    margin: 0;
    padding: 0;
}

    .rec-sec ul li {
        list-style: none;
        background-color: #f4f4f4;
        border-left: 5px solid #448ab2;
        /*padding: 10px;*/
        padding: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

.up-sec p {
    /*font-size: 16px;*/
    font-size: 13px;
    color: #284655;
    font-weight: bold;
}

.up-sec ul {
    margin: 0;
    padding: 0;
}

    .up-sec ul li {
        list-style: none;
        background-color: #f4f4f4;
        border-left: 5px solid #93d766;
        /*padding: 10px;*/
        padding: 9px;
        font-size: 14px;
        margin-bottom: 10px;
    }

.act-sec .buttons {
    /*margin-top: 15px;*/
    margin-top: 8px;
}

.loan-sec p {
    font-size: 13px;
    margin: 0;
    /*font-weight: bold;*/
}

.loan-sec h4 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.loan-sec td {
    font-size: 12px;
    padding: 8px;
    /*font-weight: bold;*/
    border: none;
}

.loan-sec th {
    background-color: #f6fafe;
    border: none !important;
    padding: 8px;
}

.loan-sec .table-responsive {
    /*margin-top: 15px;*/
    margin-top: 6px;
}

.loan-sec img {
    width: 100%;
}

.ser-sec .box {
    /*display: inline-block;
    text-align: center;
    padding: 20px 10px;
    width: auto;
    height: 100px;
    min-height: 147px;*/
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    height: auto;
    min-height: 120px
}

.ser-sec .box1 {
    text-align: center;
    padding: 20px 10px;
    width: 103%;
    height: auto;
    min-height: 150px;
}

.ser-sec .box2 {
    display: inline-block;
    text-align: center;
    /*padding: 10px 10px;*/
    padding: 5px 10px;
    width: 100%;
    height: auto;
    /*min-height: 90px*/
}

.ser-sec p {
    margin: 0;
}

.ser-sec img {
    margin-bottom: 2px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .ser-sec img:hover {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

.line-height {
    line-height: 47px;
}

.go-back {
    margin-right: 10px;
}

    .go-back img {
        float: left;
        margin-top: 3px;
    }

    .go-back p {
        float: left;
        margin: 0;
        color: #156aa0;
        font-size: 18px;
        padding-left: 10px;
    }

.form-control1 option {
    color: #333;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext {
        visibility: hidden;
        width: 361px;
        background-color: #ffffff;
        color: #d1464a;
        text-align: center;
        border-radius: 0;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        margin-left: 25px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 10px;
        text-align: justify;
        padding: 5px 10px;
        line-height: 10px;
    }

        .tooltip1 .tooltiptext::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 25px;
            background-image: url("../images/arrow.png");
            left: -14px;
            top: 6px;
        }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.hide {
    display: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover {
    max-width: 100%;
    border: none;
    border-radius: .3rem;
    box-shadow: 0px 0px 11px #b1b1b1;
}

    .popover .table {
        font-size: 13px;
        margin-bottom: 0;
    }

        .popover .table td,
        .popover .table th {
            padding: 5px;
        }

        .popover .table th {
            border-top: none;
        }

.hed-sec {
    background-color: #f6fafe;
}

    .hed-sec h2 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
        border-bottom: 2px solid #dde1e5;
    }

.popover-body {
    padding: 5px;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none !important;
}

.close-sec {
    float: right;
    cursor: pointer;
}

    .close-sec img {
        margin-top: -3px;
    }

.navbar-collapse {
    position: relative;
}

    .navbar-collapse ul {
        position: absolute;
        right: 0;
        top: -22px;
    }

.table-responsive-pay .table td {
    border-top: none
}


/* tr:first-child td:first-child { border-top-left-radius: 5px; }
.table-responsive-pay  tr:first-child td:last-child { border-top-right-radius: 5px; }
.table-responsive-pay  tr:last-child td:first-child { border-bottom-left-radius: 5px; }
.table-responsive-pay  tr:last-child td:last-child { border-bottom-right-radius: 5px; } */

.table-responsive-pay .box {
    border-left: 5px solid #05669d;
    margin-bottom: 16px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pay-date {
    display: inline-block;
    /*float: right;*/
}

.table-responsive-pay tr {
    border: none;
}

.pay-date .form-control {
    width: auto;
    float: right;
    background-color: #f5f5f5;
    border-radius: 0;
    font-size: 13px;
}

.table-responsive-pay p {
    margin: 0;
}

.orange-sec {
    color: #cd7f40;
}

.green-sec {
    color: #3e9716;
}

.search-sec {
    background-color: #f9f9f9;
}

.search-box-div {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px #d2d2d2;
    width: 70%;
    margin: 30px auto;
    position: relative;
    margin-bottom: 50px;
}

    .search-box-div input {
        width: 100%;
        padding: 11px;
        border: #05669d 2px solid;
        font-size: 20px;
    }

    .search-box-div button {
        position: absolute;
        right: 55px;
        background-color: transparent;
        border: none;
        /* width: 50px; */
        /* height: 50px; */
        display: inline-block;
        top: 54px;
    }

.search-history h4 {
    background-color: #e9e9e9;
    font-size: 24px;
    font-weight: lighter;
    padding: 15px 20px;
}

.search-history p {
    text-align: justify;
    padding: 10px;
    margin: 0;
    font-size: 15px;
}

.search-history {
    padding-bottom: 25px;
}

    .search-history ul {
        list-style-image: url('../images/arrow-icon.png');
    }

        .search-history ul li {
            padding: 6px 0;
            font-size: 15px;
        }

search-history ul li {
    padding: 6px 0;
    font-size: 15px;
}

.secure-cod-div img {
    float: left;
    margin-right: 30px;
    padding-top: 10px;
}

.secure-cod-div input {
}

.secure-cod-div p {
    font-size: 15px;
    padding: 14px 0;
    margin: 0;
}

.secure-cod-div .box {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-radius: 0;
}

.secure-cod-box button {
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px 25px;
}


.secure-cod-div .box:last-child {
    margin: 0;
}


.container1 input {
    opacity: 0;
    cursor: pointer;
}

.container1 {
    width: 20%;
    float: left;
    padding: 26px 26px;
    margin: 0;
}

    .container1 .checkmark {
        position: absolute;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #b3b3b5;
    }


    .container1:hover input ~ .checkmark {
        background-color: #ccc;
    }


    .container1 input:checked ~ .checkmark {
        background-color: #ffffff;
        border: 1px solid #b3b3b5;
    }


    .container1 .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .container1 input:checked ~ .checkmark:after {
        display: block;
    }


    .container1 .checkmark:after {
        top: 3px;
        left: 3px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: #5b9b21;
    }

.secure-cod-div {
    padding: 61px 0;
}

@media (max-width:1200px) {
    .log-in-logo p {
        float: left;
        font-size: 20px;
        color: #101010;
        margin: 0;
        padding-left: 15px;
        line-height: 77px;
    }

    .go-back p,
    .profile-menu p {
        font-size: 15px;
    }

    .profile-menu {
        margin-right: 10px;
    }

    .ser-sec .box {
        min-height: 169px;
    }

    .btn-success {
        color: #fff;
        background-color: #6ebb61;
        border-color: #6ebb61;
        font-size: 15px;
    }

    .loan-sec td {
        font-size: 11px;
        padding: 8px;
        font-weight: bold;
        border: none;
    }

    .ser-sec p {
        margin: 0;
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .table-responsive-pay small {
        width: 50%;
        float: left;
    }

    .table-responsive-pay p {
        text-align: right;
    }

    .table-responsive-pay table,
    .table-responsive-pay thead,
    .table-responsive-pay tbody,
    .table-responsive-pay th,
    .table-responsive-pay td,
    .table-responsive-pay tr {
        display: block;
    }

        .table-responsive-pay thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .table-responsive-pay tr {
        border: none;
    }

    .table-responsive-pay td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

        .table-responsive-pay td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .footer p {
        margin-bottom: 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 27px;
        text-align: center !important;
    }

    .dashboard-sec {
        margin-bottom: 120px;
    }

    .footer {
        padding: 10px;
    }

        .footer a {
            color: #ffffff;
            font-size: 15px;
        }

    .profile-data ul li h3 {
        font-size: 16px;
    }

    .profile-data ul li p {
        font-size: 12px;
    }

    .profile-data ul li {
        list-style: none;
        padding: 0 7px 0 5px
    }

    .profile-info .pull-left h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .profile-info .pull-left .form-group label {
        float: left;
        padding-left: 13px;
        padding-right: 10px;
        margin: 0;
    }

    .profile-info .pull-left .form-group {
        float: left;
        margin: 0;
        margin-top: 0px;
    }

    .dashboard-sec .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ser-sec p {
        margin: 0;
        font-size: 15px;
        padding: 0 15px;
    }

    .loan-sec img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .loan-sec td {
        font-size: 14px;
    }

    .dashboard-sec .border-right {
        border-right: 0 !important;
    }

    .profile-info .pull-right ul li {
        font-size: 12px;
    }

    .profile-data {
        float: left;
        margin-top: 10px;
    }

        .profile-data ul li img {
            float: left;
            padding: 3px 10px;
            padding-bottom: 0;
        }

    .profile-menu {
        margin-right: 0;
    }

        .go-back p,
        .profile-menu p {
            display: none;
        }

    .bg-dark {
        background-color: #f1efef !important;
        box-shadow: 2px 2px 2px #d4d4d4;
    }
}

@media (max-width:768px) {
    .navbar-collapse {
        position: relative;
    }


    .log-in-tab {
        padding: 20px 10px;
        margin-bottom: 25px;
        width: auto;
    }



    .navbar-collapse ul {
        position: relative;
        right: 0;
        top: 0 !important;
    }

    .profile-data ul li {
        list-style: none;
        padding: 7px;
        width: 50%;
        /* margin-bottom: 12px; */
        border: 1px solid #ebebeb;
    }

        .profile-data ul li:last-child {
            border: 1px solid #ebebeb;
        }

    .footer {
        color: #ffffff;
        display: inline-block;
        padding: 10px 0;
    }

        .footer p {
            margin-bottom: 0;
            color: #ffffff;
            font-size: 15px;
            text-align: center !important;
            line-height: 24px;
        }

        .footer a {
            color: #ffffff;
            font-size: 15px;
        }

    .ser-sec .box {
        min-height: auto;
    }

    .navbar-dark .navbar-toggler {
        color: #000;
        border-color: rgba(255, 255, 255, .1);
        background-color: #04669d;
        /* padding: 100%; */
    }

    .navbar-collapse {
        background-color: #dedede;
    }

    .go-back p,
    .profile-menu p {
        display: block;
    }

    .navbar-nav li {
        border: none;
        border-radius: 0;
        padding: 0 5px;
        margin-left: 10px;
        background-color: transparent;
        border-bottom: 1px solid #989898;
        padding-bottom: 10px;
        margin-right: 10px;
    }

    .search-box form {
        width: 100%;
    }

    .serach-sec .dropdown-menu {
        border-radius: 0;
        box-shadow: 0px 0px 18px #dedede;
        padding: 5px;
        margin-top: 8px;
        border: none;
        float: left;
        width: 100%;
    }

    .search-box button {
        float: left;
        background-color: transparent;
        border: none;
        position: absolute;
        right: 13px;
        top: auto;
        padding: 7px;
    }

    .go-back p,
    .profile-menu p {
        font-size: 15px;
    }

    body > .container {
        padding: 50px 15px 0 !important;
    }

    .navbar-nav li:last-child {
        border-bottom: 0;
    }

    .detail-list-one ul {
        margin-bottom: 1rem;
    }

    .search-box-div {
        width: 100%;
    }
}

@media (max-width:480px) {

    body > .container {
        /*padding: 200px 15px 0 !important;*/
    }

    .head-top p {
        padding-left: 0;
    }

    .head-top {
        margin-bottom: 0;
        float: left;
    }

        .head-top h2 {
            float: none;
        }

    .profile-data ul li {
        width: 100%;
    }

    .profile-info .pull-right ul li {
        padding: 5px 5px;
    }

    .profile-info .pull-left .form-control1 {
        width: 100%;
    }

    .log-in-logo img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    body > .container {
        padding: 180px 15px 0;
    }

    .log-in-logo p {
        float: none;
        font-size: 20px;
        color: #101010;
        margin: 0;
        padding-left: 15px;
        line-height: 23px;
        text-align: center;
    }

    .pieChart img {
        width: 100%;
    }

    .buttons button {
        margin-bottom: 10px;
    }

    body {
        margin-bottom: 130px;
    }

    .log-in-logo {
        width: 100%;
    }

    .navbar-dark .navbar-toggler {
        width: 100%;
        margin-top: 5px;
        color: #000;
        border-color: rgba(255, 255, 255, .1);
        background-color: #04669d;
        /* padding: 100%; */
    }

    .secure-cod-div p {
        font-size: 15px;
        padding: 8px 0;
        margin: 0;
    }

    .secure-cod-div img {
        float: left;
        margin-right: 10px;
        width: 16%;
    }

    .container1 {
        width: 20%;
        float: left;
        padding: 15px 0px;
        margin: 0;
    }
}


.custom-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
}

.custom-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}

label {
    font-size: 14px !important;
}

span {
    font-size: 14px !important
}

.cursorPointer {
    cursor: pointer;
}

.text-info-custom {
    color: #175db8 !important
}

.Pri_preview1 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 3px 1px 6px #303030;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 1102;
    /*margin-left: -38%;
    margin-top: -25%;*/
}

#overlay {
    background-color: #333333;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    horizontal: center;
    vertical: center;
    z-index: 1100;
    overflow: hidden !important;
}


.SetupPreferance label {
    font-size: 14px;
    font-weight: bold;
}


.boxDocumentLayout {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    margin: 15px;
    float: left;
}

    .boxDocumentLayout.selected {
        border: 1px solid #448ab2;
        background-color: #f1f1f1;
    }

    /* Dk@ITS30-07-18 change Design Detail and non Details layout box */
    .boxDocumentLayout h6 {
        height: 150px;
        margin: 0;
        padding: 0;
        /*line-height: 250px;*/
        text-align-last: center;
        color: #05669d;
    }

.boxInnerDetailLayout {
    width: 70px;
    height: 75px;
    margin-left: 38px;
    margin-top: 30px;
    background-image: url('../Images/detail.png');
    background-repeat: no-repeat;
    text-align: center;
}

.boxInnerNonDetailLayout {
    width: 70px;
    height: 75px;
    margin-left: 38px;
    margin-top: 30px;
    background-image: url('../Images/nondetail.png');
    background-repeat: no-repeat;
    text-align: center;
}

.shadow {
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -moz-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel1 {
    background-color: #0566A2;
}

.panel2 {
    background-color: #2EA1AF;
}

.panel3 {
    background-color: #796BBD;
}

.panel-text {
    color: white;
}


.SetupPref-headding {
    font-size: 20px;
    color: #0965A4;
    padding-top: 30px;
}

.tablemargine {
    margin-top: 15px;
}


.tblheadcolor {
    background-color: #E7E7E7;
}

.textfont {
    font-size: 14px;
}

.subhead {
    font-size: 14px;
    color: #0965A4;
    font-weight: bold;
}

.chkpadding-checkbox {
    padding-left: 25px;
}

/* side Div */
.SelfServebody {
    padding: 15px 20px;
    min-height: 936px;
}

.selfservediv {
    height: 92px;
    /*margin-bottom: 22px;*/
    /*margin-top: 20px;*/
    text-align: center;
    line-height: 1.2;
}

    .selfservediv p {
        margin-top: 0;
        margin-bottom: 0rem !important;
    }

.btnmargine {
    margin-bottom: 5px;
}

.boxtextmargin {
    margin-bottom: 0rem;
}

.divpadding {
    padding-top: 12px;
}

p.small {
    line-height: 1.1;
}

.setmargine {
    margin-top: 90px;
}

@media (min-width: 768px) {
    .no-padding-left {
        padding-left: 0px !important;
    }

    .no-padding-right {
        padding-right: 0px !important;
    }

    .padding-right {
        padding-right: 10px !important;
    }



    .margin-left {
        margin-left: 20px;
    }

    .verticle-align {
        vertical-align: middle;
    }

    .drpdwn {
        height: 25px;
        padding: 0px 0px;
        font-size: 12px;
    }

    .btn-font {
        font-size: 17px;
    }

    .mb {
        margin-bottom: 130px;
    }

    .demo label {
        padding-left: 10px;
        padding-right: 25px;
    }

    .ml36 {
        margin-left: 36px;
    }

    .icon-mt3 {
        margin-top: 3px;
    }

    .pb-10 {
        padding-bottom: 5px !important;
    }
}

.no-padding-sec {
    padding: 0 !important;
}

/*Table*/

.setpadding {
    padding-left: 15px;
}

table#transaction {
    border-collapse: collapse;
    border-spacing: 3px;
    overflow: hidden;
    margin-bottom: 0rem;
    font-size: 14px;
}

    table#transaction .tbltd, table#transaction .tblhead {
        padding: 1.2rem;
        vertical-align: middle;
    }

.tblhead {
    text-align: center;
    color: white;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: white;
}

.tbltd {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.tblrow {
    /*box-shadow: 5px 10px 20px #999;*/
    box-shadow: 5px 10px 20px #F0F0F0;
    border-left: 5px solid #448ab2;
    background-color: white;
    display: inline-table;
    width: 100%;
    margin-bottom: 10px;
    border-right: 1px solid #f4f4f4;
}

.tblmargine {
    padding-right: 15px;
    margin-bottom: 10px !important;
}

.tblwidth {
    width: 200px !important;
}
/*EndTable*/
/*forgotpassword*/

.boxdiv {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 10px;
    display: table;
    margin-top: 10px;
    padding-bottom: 50px;
}

/*.clspading {
    padding: 15px !important;
}*/

.pt-15 {
    padding: 15px !important;
}

.centerDiv {
    width: 334px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
}

.btnsize {
    font-size: 20px !important;
}

.setcolor {
    color: black;
}

.addpadding {
    padding-top: 8px
}

.mt-10 {
    margin-top: 10px;
}

.pr-5 {
    padding-right: 5px !important;
}

.pd-0 {
    padding: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.dashboard-panel {
    background: #4586ab;
    font-size: 20px;
    color: #fff;
    padding: 3px;
}

.col-centered img {
    height: 19px;
}

.col-centered span {
    font-size: 15px !important;
}

.borderbottomline {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 1px;
    width: 100%;
}

.font19px {
    font-size: 17px !important;
}

.borderleft {
    border-right: 1px solid #719db5;
    height: 60px !important;
}

.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pl-5 {
    padding-left: 5px;
}

.modal-dialog-center {
    margin-top: 25%;
}

.font14px {
    font-size: 14px !important;
}

.already-user, .already-user:hover {
    color: #858A9F;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
}

.manage-account, .manage-account:hover {
    color: #0375BB;
    font-size: 16px;
    /*line-height: 60px;*/
    text-align: center;
    text-decoration: none;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
}

.log-me-in, .log-me-in a {
    color: #0375BB;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
}

.signin-with-existing-acc {
    color: #404040;
    font-family: "Segoe pro",-apple-system,"Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
    font-size: 24px !important;
    font-weight: 500;
    line-height: 8px;
}

.login-control {
    margin: 5%;
}

.login-input {
    /*border: 0px;
    border-bottom: 2px solid #858A9F;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 8px;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
    color: #666666;
    padding: 7px 0px;*/
    border: 0px;
    border-bottom: 2px solid #858A9F;
    width: 100%;
    outline: none;
    font-size: 15px;
    line-height: 8px;
    font-family: "Segoe pro",-apple-system,"Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
    color: #858A9F;
    padding: 7px 0px;
}

    .login-input:focus {
        border-bottom: 2px solid #0067B8;
    }
    .login-input::placeholder {
        color: #666666;
    }
.forgot-password, forgot-password:hover {
    color: #0375BB !important;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
    font-size: 14px;
    line-height: 8px;
    text-decoration: none !important;
}

.signin-button {
    width: 100%;
    background-color: #0375BB;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 8px;
    height: 43px;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
    text-transform:uppercase;
}
    .signin-button:focus {
        outline: none;
        box-shadow: none;
        background-color: #4C5166;
    }
    .signin-button:hover {
        background-color: #4C5166;
    }
.eye {
    cursor:pointer;
}
.span2 {
    color: #0375BB !important;
    text-decoration: none;
    cursor:pointer;
}
.spnThankyouMessage {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 8px;
    color: #4C5166;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
}

.forgot-username, .forgot-username:hover {
    color: #0375BB;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
    float: left;
}

.dont-have-account, .dont-have-account:hover {
    color: #0375BB;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto Slab", Helvetica, Arial, serif;
    float: right;
}

.main-login-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.thanks-box {
    padding: 60px 0px;
    height: 293px;
    width: 491px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.07);
}

.thank-you-for-registering {
    color: #409F06;
    font-family: "Segoe pro",-apple-system,"Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
    font-size: 24px;
    line-height: 8px;
    text-align: center;
    margin: 40px 0 30px 0;
}
.get-in-touch {
    color: #858A9F;
    font-family: "Segoe pro",-apple-system,"Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.loginbox-footer {
    margin-top: 28%;
    padding: 0 2% 0 2%;
}