﻿@import url('../components/button.css');
@font-face {
    font-family: "login-font-1";
    src: url("/Content/fonts/loginicons/login-font-1.eot");
    src: url("/Content/fonts/loginicons/login-font-1.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/loginicons/login-font-1.woff") format("woff"), url("/Content/fonts/loginicons/login-font-1.ttf") format("truetype"), url("/Content/fonts/loginicons/login-font-1.svg#login-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "login-font-1" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "login-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\61";
}

.icon-lock:before {
    content: "\62";
}


body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Nunito';
}

.img-top-gap {
    margin-top: 75px;
}

.logo a img {
    height: 120px;
}


.custom-container {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom-container:before, .custom-row:before {
    display: table;
    content: " ";
}

.custom-container:after, .custom-container:before, .custom-row:after, .custom-row:before {
    display: table;
    content: " ";
    }

.custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.home-login img {
    vertical-align: middle;
}

.custom-col-md-5, .custom-col-md-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-login .logo {
    margin: 60px auto 20px;
    padding: 15px;
    text-align: center;
}

.home-login .content {
    margin: 0 auto;
    padding: 20px 30px 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}


.home-login .content .login-form {
    padding: 0;
    margin: 0;
}

.home-login .content .form-title {
    font-weight: 400 !important;
    margin-bottom: 25px;
    color: #3A7CA1;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Nunito'
}

.home-login .content h3, .home-login .content h4 {
    color: #eee;
}

.home-login .bold {
    font-weight: 700 !important;
}

.home-login h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.1;
}

.home-login .form-group {
    margin-bottom: 15px;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-login .content label, .home-login .content p {
    color: #fff;
}

.home-login .control-label {
    margin-top: 1px;
    font-weight: 400;
}

.home-login .visible-ie9 {
    display: none;
}

.home-login label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

.home-login .input-icon {
    position: relative;
    left: 0;
}

.home-login .content .form-control {
    background-color: #fff;
}

.home-login .input-icon > .form-control {
    padding-left: 33px;
}

.home-login .form-control {
    outline: 0 !important;
}

.home-login .btn, .home-login .form-control {
    box-shadow: none !important;
}

.home-login .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.home-login .form-control, .home-login output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.home-login input {
    color: inherit;
    font: inherit;
    margin: 0;
}

.home-login .input-icon {
    position: relative;
    left: 0;
}

.home-login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0;
    padding: 0 30px 25px;
    margin-left: -30px;
    margin-right: -30px;
}

.home-login .content .form-actions .btn {
    margin-top: 1px;
}

.home-login .btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.home-login .btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.home-login .btn {
    outline: 0 !important;
}

.home-login .btn, .home-login .form-control {
    box-shadow: none !important;
}

.home-login .pull-right {
    float: right !important;
}

.home-login .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    /*border: 1px solid transparent;*/
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.home-login .content .forget-password {
    margin-top: 25px;
}

.home-login .content h3, .home-login .content h4 {
    color: #eee;
}

.home-login .font-green-jungle {
    color: #26C281 !important;
}

.home-login .font-green-jungle {
    color: #26C281 !important;
}

[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.home-login .input-icon > i {
    color: #ccc;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
    display: block;
}

.home-login .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-login .fa-user:before {
    content: "\f007";
}

.home-login .fa-lock:before {
    content: "\f023";
}

.home-login hr, .home-login p {
    margin: 20px 0;
}

.home-login a {
    text-shadow: none;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/*new css start*/
.home-login .font-green-jungle {
    margin-top: 2px;
    color: #26C281 !important;
    float: left;
}

.custom-col-xs-9 {
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
}

.custom-col-xs-3 {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
}

.company-information {
    position: relative;
    top: 72px;
    text-align: center;
}

.section-devider:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 15px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(31, 96, 187, 0.62), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(31, 96, 187, 0.62), rgba(97, 97, 97, 0.0) 40%);
}

.content-center {
    text-align: center;
}

.content-center p {
    margin-top: 45px !important;
    font-weight: bold;
    color: #696969;
    margin-bottom:0;
}

.content-center .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.content-center ol, .content-center ul {
    margin-top: 7px;
    margin-bottom: 10px;
}

.content-center .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/*new css end*/

.content-align-bottom {
    float: none !important;
    display: table-cell;
    vertical-align: bottom;
}

.button-purple {
    background-color: #847bba;
    background-image: linear-gradient(to bottom, #847bba, #7568ba);
    border: 1px solid #493e87;
    box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn.companyselection {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    margin-top: 10px;
    width: 100%;
}

.btn.companyselection:hover {
    background-color: #ddd;
}

.companyselection img {
    max-height: 30px;
}

@media (min-width: 768px) {
    .custom-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .custom-col-md-7 {
        width: 58.33333%;
        float: left;
    }
}

@media (min-width: 992px) {
    .custom-col-md-5 {
        width: 41.66667%;
        float: left;
    }
}


@media (max-width: 375px) {
    .custom-col-md-7 img {
        display: none;
    }

    .custom-col-md-7.img-top-gap {
        margin-top: 0px;
    }

    .home-login .content {
        width: auto;
        padding: 10px 0;
    }

    .logo a img {
        height: 120px;
    }

    .home-login h3 {
        font-size: 21px;
        margin-top: 20px;
        line-height: 1.1;
    }

    .home-login .font-green-jungle {
        margin-top: 9px;
        color: #26C281 !important;
        float: left;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .content-align-bottom {
        float: none !important;
        display: contents;
        vertical-align: bottom;
    }
}
