﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


html {
    line-height: 1.5;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.tabs_format h4 {
    text-align: left;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: normal;
    color: #4e93d5;
}

.tabs_format p {
    font-size: 12px !important;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
}

.job-history .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}

.job-heding h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
}

.statebar li.status_3 em {
}

.job-heding p {
    text-transform: capitalize;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.info-box-content span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;
}

    .info-box-content span i {
        margin-right: 10px;
    }

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 13px rgb(0 0 0 / 10%);
}


    .info-box .custom-info {
        display: flex;
    }

.custom-job-desc h5 {
    font-weight: 700;
}

.info-box .custom-info span {
    font-size: 12px;
}

.info-box .card-footer {
    border-bottom: 1px #eee solid;
    margin-bottom: 5px;
}

.cust-job .text-sm {
    padding: 10px;
    min-width: 120px;
    border-radius: 5px;
}

/*job progress section*/

.mt-20 {
    margin-top: 20px;
}

.statusCont {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 725px;
    overflow-y: hidden;
    padding: 1rem 0;
    cursor: pointer;
}

.statebar {
    position: relative;
    font-size: 12px;
    display: inline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: auto;
}

    .statebar li {
        width: 185px;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

li.status_1:before {
    left: 0 !important;
}

.lh16 {
    line-height: 16px;
}


.danger em {
    color: red !important;
}

.statebar li.status_1 em {
    background: #28ad35;
    width: 8px;
    height: 8px;
}

.fs14 {
    font-size: 12px;
}


/*.statebar li.danger:before {
    border-top: 1px solid red !important;
}*/
.statebar li em {
    border-radius: 50%;
    color: #28ad35;
    display: inline-block;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.statebar li.status_awaiting:before {
    left: -175px;
    width: 175px;
    border-color: #ebecf0;
}

.statebar li.status_awaiting em {
    background: #ebecf0;
    border-color: #ebecf0;
}

.statebar li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -185px;
    width: 185px;
    height: 1px;
    border-top: 1px solid #28ad35;
    z-index: 0;
    margin-left: 5px;
}

.statebar li div {
    margin-top: 10px;
}

.fs12 {
    font-size: 12px;
}

.fw500 {
    font-weight: 500;
}

.fs10 {
    font-size: 10px;
}

/*job progress section*/



/*Jobs count*/

.width120 {
    width: 120px;
}

.applicationsReceived + .applicationsViewed {
    margin-left: 60px;
}

.fleft {
    float: left;
}

.fs30 {
    font-size: 30px;
}

.fw300 {
    font-weight: 300;
}

.grey-text, .resultLi .heading, .resultLi .naukicon-Exclamation {
    color: #536777;
}

.br {
    -webkit-box-shadow: inset -1px 0 0 0 rgb(145 158 169 / 50%);
    box-shadow: inset -1px 0 0 0 rgb(145 158 169 / 50%);
}

.applyHelp .resultLi:first-child {
    margin: 0;
}

.applyHelp .resultLi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .applyHelp .resultLi .icon.naukicon-Exclamation {
        color: #a8b3bc;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.icon, .ligature-icons, .material-icons {
    font-family: fontIcons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.naukicon-Exclamation:before {
    content: "\F10B";
}

.naukicon:before {
    font-family: fontIcons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
}

.fleft {
    float: left;
}

.ml-10 {
    margin-left: 10px;
}

.applyHelp ul {
    padding: 0;
}



li {
    list-style: none;
}

.slate {
    display: none;
}

    .slate.active {
        display: block
    }

li.active {
    color: red;
}


.masthead {
    background-image: url(https://go.snagajob.com/assets/images/marketing/masthead-desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 704px;
}

    .masthead .text-container {
        padding-top: 64px;
    }

    .masthead .heading-text {
        font-size: 56px;
        line-height: 62px;
        color: #fff;
    }


.description-text-wrapper .secondary-text {
    line-height: 36px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 56px;
}

.feature-inner {
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    height: 400px;
    padding: 48px 28px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
    scroll-snap-align: start;
}

.features {
    margin-top: -160px;
    margin-bottom: 44px;
}

.feature-inner h2 {
    line-height: 1.2em;
    font-weight: 700;
    color: #303030;
    margin-bottom: 40px;
    font-size: 28px;
}

.feature-inner p {
    font-weight: 400;
    line-height: 1.5em;
    color: #54535e;
    margin-bottom: 40px;
    font-size: 20px;
}

.post-a-job {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #262262;
    padding: 32px;
    margin-bottom: 40px;
}

    .post-a-job h2 {
        font-weight: 700;
        font-size: 42px;
        line-height: 56px;
        color: #fff;
    }

.hiring-step {
    padding: 60px 0;
    background: #f6f6f6;
}

    .hiring-step h2.mb-4 {
        padding-bottom: 60px;
        font-size: 42px;
    }

.testimonials {
    background: #fff;
    padding: 60px 0;
}

.copy-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 40px;
}

    .copy-container .one-copy-container {
        background: #fff;
        -webkit-box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
        box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
        border-radius: 16px;
        padding: 40px;
        margin-bottom: 24px;
    }

        .copy-container .one-copy-container .copy-header {
            font-weight: 700;
            color: #292836;
        }

        .copy-container .one-copy-container .copy-description {
            font-weight: 400;
            font-size: 24px;
            line-height: 1.75;
            color: #54535e;
        }

.media-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .media-container .hiring-image {
        height: 360px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: 136px;
        -webkit-box-shadow: 15px -14px 0 0 #8aa9ff;
        box-shadow: 15px -14px 0 0 #8aa9ff;
        border-radius: 20px;
    }

    .media-container .curve-arrow {
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: -48px;
        margin-left: 24px;
    }

    .media-container .profile-screenshot-container {
        position: relative;
        width: 368px;
        height: 136px;
        margin-left: 104px;
        padding-bottom: 16px;
    }

        .media-container .profile-screenshot-container .profile-screenshot {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.pd-top {
    padding-top: 150px;
}


.custom-logo {
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .custom-logo img {
        max-width: 130px;
        
    }

.custom-user {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px #ddd solid;
}

    .custom-user span {
        margin-right: 5px;
    }

    .custom-user label {
        margin-bottom: 0;
        margin-right: 5px;
    }

.crd-title {
    padding: 0.75em 0em;
    margin: 0;
}

.color-palette {
    text-align: center;
    padding-right: 0.75rem;
    display: inline-block;
    padding: 0px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: 1px 1.5px 1px #b7b7b7;
}

.profile-mod {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profile-det strong {
    font-size: 12px;
    color: #666;
}

.bg-light {
    background: #f8f8f8;
}

.profile-section {
    display: flex;
    flex-direction: row;
}

    .profile-section ul {
        border-bottom: 0 !important;
    }

        .profile-section ul li {
            width: 100%;
            border-bottom: 1px #efefef solid !important;
        }

            .profile-section ul li a {
                font-size: 12px;
                border-radius: 0 !important;
            }

                .profile-section ul li a.active {
                    background: #ebecf0 !important;
                }

    .profile-section > .col-lg-2 > .card-header,
    .profile-section .col-lg-10 > .card-body {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);
        height: 100vh;
    }

    .profile-section ul li {
        border: 0 !important;
    }

/***** Header Section css *****/
header .main-header .header-right-btn a {
    font-family: "Overpass",sans-serif;
    color: #18304B;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    background-color: #f1f7ff;
    border-radius: 25px;
}

    header .main-header .header-right-btn a:hover {
        color: #ffffff;
        background-color: #3d74b1;
        border-color: #3d74b1;
    }



/***** Login/Register page css *****/
.loginRegisterWrapper {
    background-color: #f5f5f5;
    justify-content: center;
    padding: 50px 0;
    display: flex;
}

    .loginRegisterWrapper .infoWrapper {
        padding: 4rem;
        box-shadow: 0 9px 16px 0 rgba(0,106,194,.2);
        background-color: #ffffff;
       
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        height: 100%;
    }

        .loginRegisterWrapper .infoWrapper h2 {
            color: #091e42;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .loginRegisterWrapper .infoWrapper ul {
        }

            .loginRegisterWrapper .infoWrapper ul li {
                color: #091e42;
                font-size: 12px;
                font-weight: 400;
                line-height: 32px;
            }

                .loginRegisterWrapper .infoWrapper ul li i {
                    color: #4a90e2;
                    margin-right: 12px;
                    vertical-align: middle;
                }

        .loginRegisterWrapper .infoWrapper a {
            background-image: linear-gradient(#0051B4, #0CBCF2);
            text-shadow: 1px 1px #183973;
            border-radius: 10px;
            padding: 22px 21px;
            color: #fff !important;
            margin: 20px 0 0 0 !important;
            display: inline-block
        }

            

        .loginRegisterWrapper .infoWrapper img {
            max-width: 155px;
        }

    .loginRegisterWrapper .formBox .card {
        padding: 1rem 4rem 5rem;
        min-height:17rem;
        box-shadow: 0 9px 16px 0 rgba(0,106,194,.2);
        position: relative;
        width: 100%;
        top: 0px;
        z-index: 999999;
        left: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px;
    }

        .loginRegisterWrapper .formBox .card .card-body {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .loginRegisterWrapper .formBox .card .card-body .backtohome {
                position: absolute;
                bottom: 2rem;
                color: #091e48;
                width: 100%;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .loginRegisterWrapper .formBox .card .card-body .logoText {
                font-size: 35px;
                text-align: center;
                margin-bottom: 30px;
                color: #091e48;
            }

        .loginRegisterWrapper .formBox .card .login-box-msg {
            color: #091e42;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 20px;
            padding: 0;
            text-align: left;
        }

        .loginRegisterWrapper .formBox .card label {
            margin-bottom: 4px;
            display: inline-block;
            color: #091e42;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
        }

        .loginRegisterWrapper .formBox .card input {
            padding: 4px 10px;
            margin-bottom: 0;
            /*border: 2px solid #ddd;*/
            height: 42px;
            border-radius: 5px;
        }

            .loginRegisterWrapper .formBox .card input[type="radio"] {
                height: auto !important;
            }
        .loginRegisterWrapper .formBox .card button:hover {
            color: #fff;
            background: #122472;
            border-color: #122472;
        }
        .loginRegisterWrapper .formBox .card button {
            background-image: linear-gradient(#0051B4, #0CBCF2);
            text-shadow: 1px 1px #183973;
            border-radius: 5px;
            padding: 22px 21px;
            color: #fff;
        }

            .loginRegisterWrapper .formBox .card button:hover {
                background-color: #000;
                border-color: #000;
            }
        .loginRegisterWrapper .formBox .card a {
            color: #003B70;
        }
        .loginRegisterWrapper .formBox .card a:hover {
            color: #000;
        }
        /***** Job Detail page css *****/
        #jobDetailPage {
        }

    #jobDetailPage .card {
        box-shadow: 0 6px 12px rgba(30,10,58,.04);
        border-radius: 20px;
    }

        #jobDetailPage .card .card-body {
            padding: 24px;
        }

            #jobDetailPage .card .card-body .jobProfile h3,
            #jobDetailPage .card .card-body .jobDesc h3,
            #jobDetailPage .card .card-body .aboutCompany h3 {
                font-size: 18px;
                font-weight: 700;
                line-height: 23px;
            }

            #jobDetailPage .card .card-body .jobProfile button[type="submit"] {
                border-radius: 25px;
                padding: 10px 15px;
            }

/***** Profile page css *****/
#profilePage .nav {
}

    #profilePage .nav .nav-item {
    }

        #profilePage .nav .nav-item a {
            color: #212529;
            margin: 0px;
        }

            #profilePage .nav .nav-item a.active {
                border: 1px solid #f1f1f1 !important;
                background-color: #f1f1f1;
                border-radius: 0;
            }

            #profilePage .nav .nav-item a:hover {
                background-color: #fbfbfb;
                border: 1px solid #fbfbfb !important;
                border-radius: 0px;
            }


@media only screen and (max-width:991px) {
    .loginRegisterWrapper .formBox .card,
    .loginRegisterWrapper .infoWrapper {
        padding: 2rem;
    }

        .loginRegisterWrapper .infoWrapper .registerBtns {
            display: block !important;
        }

            .loginRegisterWrapper .infoWrapper .registerBtns a {
                margin: 0px !important;
                margin-bottom: 15px !important;
            }
}

@media only screen and (max-width:767px) {
    .loginRegisterWrapper {
        height: auto !important;
        padding: 25px 10px;
    }

        .loginRegisterWrapper .formBox {
            margin-bottom: 30px;
        }

            .loginRegisterWrapper .formBox .card {
                position: relative;
                top: 0;
                left: 0;
            }

        .loginRegisterWrapper .infoWrapper ul li {
            line-height: 20px;
            margin-bottom: 10px;
        }

        .loginRegisterWrapper .formBox .card, .loginRegisterWrapper .infoWrapper {
            padding: 1.5rem;
        }

    .vertical-tab .nav-tabs {
        width: 100% !important;
        min-width: 100% !important;
        float: none !important;
        height: 400px !important;
    }

    .vertical-tab .tab-content {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:575px) {
    .loginRegisterWrapper .formBox .card {
        min-height: 28rem;
    }

    #jobDetailPage .card .card-body .jobProfile button[type="submit"] {
        padding: 5px 10px;
        font-size: 12px;
    }

    .content-header h1 {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

/*@media (min-width: 768px) {*/


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#result {
    text-align: center;
    font-size: 30px;
}

/***********************Shiv***********************************/

.customScroller {
    overflow-y: auto;
    max-height: 420px;
    overflow-x: hidden;
}

.action_menu {
    position: absolute;
    right: 0;
    top: 0.5rem;
}

.text-normal {
    white-space: normal !important
}

.disableSummernote .note-editable[contenteditable=false] {
    background-color: #fff !important;
}

.disableSummernote .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    display: none;
}

.tabs_format li a:target {
    background: #999;
}

.tabs_format li a.active {
    background: #e7f1ff !important;
    width: 100%;
}

.statebar li.status_awaiting:before {
    left: -175px;
    width: 175px;
    border-color: #ebecf0;
}

.statebar li.status_awaiting em {
    background: #ebecf0;
    border-color: #ebecf0;
}

.vl {
    border-left: 6px solid white;
    height: 500px;
    position: absolute;
    left: 100%;
    margin-left: -3px;
    top: 0;
    width: 1050px;
}

.navigation {
    list-style-type: none;
    padding: 0;
    background-color: white;
    float: left;
    z-index: 9999;
    position: relative;
}

.vertical-tab {
    display: table;
    width: 100%;
}

    .vertical-tab .nav-tabs {
        width: 30%;
        min-width: 30%;
        border: none;
        vertical-align: top;
        border-right: 1px #eee solid;
        border-bottom: 1px #eee solid;
        float: left;
        height: 600px;
        overflow: auto;
    }

#style-8::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #4395d2;
}

#style-8::-webkit-scrollbar-track {
    border: 1px solid #efefef;
    background-color: #F5F5F5;
}

.vertical-tab .nav-tabs li {
    float: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #ddd solid;
    width: 100%;
}

    .vertical-tab .nav-tabs li a {
        color: #333;
        background: transparent;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 20px 15px 20px;
        margin: 0 0 0px 0;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100%;
    }

        .vertical-tab .nav-tabs li a p {
            margin-bottom: 0;
        }

        .vertical-tab .nav-tabs li a.active {
            color: #396ba5;
        }

    .vertical-tab .nav-tabs li.active a:hover,
    .vertical-tab .nav-tabs li.active a {
        color: #666;
    }


        .vertical-tab .nav-tabs li.active a:before,
        .vertical-tab .nav-tabs li a:hover:before {
            width: 100%;
            height: 0;
        }

.vertical-tab .tab-content {
    color: #444;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 20px;
    border-bottom: 2px #eee solid;
    height: 100%;
    width: 70%;
    top: 0;
    margin-left: 30%;
}



    .vertical-tab .tab-content h3 {
        color: #1e97bf;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

.info {
    padding-top: 0px;
}

    .info p {
        display: block;
        font-size: 13px !important;
        font-weight: 600;
        letter-spacing: normal;
    }

        .info p span {
            font-weight: normal;
        }

.custom-table tr td:nth-child(10) {
    width: 100px;
}

.custom-table tr th {
    font-size: 12px;
    text-transform: capitalize;
    padding: 8px 6px;
}

.custom-table tr td {
    font-size: 12px;
    padding: 6px;
}

.custom-profile i {
    font-size: .95em;
}

.custom-profile {
    line-height: 24px;
}
.content-wrapper{padding-top:20px}

body {
    font-size: 12px !important;
}
 h1 {
    font-size: 20px !important;
    margin: 0;
}
@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        margin: 0 0 10px;
        display: block;
    }

        .vertical-tab .nav-tabs li a {
            padding: 15px 10px 14px;
            margin-bottom: 10px;
        }

    .vertical-tab .tab-content {
        font-size: 12px;
        border-radius: 0 0 20px 20px;
        display: block;
    }
}
[class*=sidebar-dark-] {
     background-color: transparent !important; 
    background-image: linear-gradient(to right, #0051B4, #0CBCF2) !important;
}
    [class*=sidebar-dark-] .sidebar a {
        color: #ffffff;
    }

.bg-info {
    background-color: #2254b0 !important;
}
.icon .ion-bag {
    color: #51b0e7 !important;
}
.bg-gradient-info {
    background-image: linear-gradient(#0051B4, #0CBCF2);
    background: linear-gradient(#0051B4, #0CBCF2) !important;
}
.small-box-footer {
    background: #54b5ea !important;
}

thead {
    background: #2152af !important;
    color: #fff !important;
}

table tbody tr:nth-child(even) {
    background-color: #f4f6f9;
}

.forgotpassword_icon img {
    width: 110px;
    margin-bottom: 30px;
}
.confirmed_icon img {
    width: 110px;
    margin-bottom: 30px;
}