﻿/*login*/
body {
    background-color: #fff;
    font-family: 'robotoregular';
}

.branding-white {
    margin-top: 65px;
    display: inline-block;
    margin-bottom: 50px;
}

/*.tile-info {
    min-height: 338px;
}*/

.tile-box, .tile-info {
    background-color: #3d5e10;
    padding: 30px;
    width: 100%;
    color: #fff;
}
.new-box{
    background-color: inherit;
    color: inherit;
}
.old-bg{
    background-color: #3d5e10;
    color: #fff;
}
.instruction a{
    color: #fff;
}

.tile-box {
    display: table;
}

.tile-title {
    font-size: 30px;
    margin-top: 0px;
}

.tile-info .tile-title-02 {
    display: none;
}

.tile-title, .tile-title-02 {
    /*color: #FFF;*/
    /*text-transform: uppercase;*/
    text-align: left;
}

    .tile-title span {
        font-family: 'robotomedium';
    }

.tile-info .form-control, .tile-box .form-control {
    border-radius: 0px;
    /*border: medium none;*/
}

.button {
    padding: 14px 8px 11px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

.white-bordered {
    background-color: transparent;
    border: 1px solid #cacaca;
    /*color: #fff;*/
    transition: all .5s ease;
}
/*.white-bordered:hover, .white-bordered:focus {
    background-color:#035a7b;
    transition:all .5s ease;
}*/

.tile-title-02 {
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.tile-height {
    height: 154px;
}

.active-tile {
    height: 734px;
}

.instruction, .instruction a, .instruction a:hover, .instruction a:focus {
    /*color: #fff;*/
    text-align: left;
    line-height: 16px;
}

    .instruction a {
        text-decoration: underline;
    }

    .instruction strong {
        font-weight: normal;
        font-size: 16px;
    }

#signupInfo .form-group .form-control, #fpasswordInfo .form-group .form-control {
    opacity: 1;
}

.white-link {
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}

    .white-link:hover, .white-link:focus {
        color: #fff;
        text-decoration: underline;
    }

.login-message {
    width: 600px;
    margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 998px) {
    .login-bg {
        overflow: auto;
    }

    .tile-title-02 {
        font-size: 36px;
    }

    .tile-title {
        line-height: 38px;
    }

    .form-group {
        margin-bottom: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .login-bg {
        overflow: auto;
    }

    .tile-title-02 {
        font-size: 36px;
    }

    .tile-title {
        line-height: 38px;
    }

    .form-group {
        margin-bottom: 11px;
    }
}

@media (min-width: 720px) and (max-width: 992px) {
    .tile-box, .tile-info {
        padding: 25px;
    }

    .tile-title {
        font-size: 36px;
        line-height: 32px;
    }

    .button {
        font-size: 18px;
    }
}

@media (min-width: 0px) and (max-width: 720px) {
    .tile-title {
        font-size: 36px;
        line-height: 32px;
    }

    .tile-height {
        height: 133px;
    }

    .tile-box, .tile-info {
        margin-bottom: 20px;
    }
}
/***********login features****************/
.field-validation-error {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #ff838d;
}

.message .field-validation-error {
    text-align: left;
    display: inline-block;
    float: left;
    line-height: 16px;
    margin: 0;
}

.form-group {
    position: relative;
}

    .form-group .field-validation-error {
        font-size: 0;
        margin-top: 0;
    }

        .form-group .field-validation-error::after, .form-group .field-validation-error::before {
            position: absolute;
            animation: flipInError 2s both;
            backface-visibility: visible !important;
            -webkit-animation: flipInError 2s both;
            -moz-animation: flipInError 2s both;
            z-index: 9;
        }

        .form-group .field-validation-error::after {
            background: #c5656d none repeat scroll 0 0;
            color: #fff;
            content: "Required";
            font-size: 12px;
            padding: 8.5px;
            right: -1px;
            top: 0;
        }

        .form-group .field-validation-error::before {
            color: #c5656d;
            content: "◂";
            font-size: 35px;
            right: 53px;
            top: -7px;
        }

@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .form-group .field-validation-error::before {
        right: 54px;
        top: -8px;
    }
}
/*Error*/
.form-group .email-format-error, .form-group .email-format-suggestion {
    font-size: 0;
    margin-top: 0;
}

    .form-group .email-format-error::after, .form-group .email-format-error::before, .form-group .email-format-suggestion::after, .form-group .email-format-suggestion::before {
        position: absolute;
        animation: flipInError 2s both;
        backface-visibility: visible !important;
        -webkit-animation: flipInError 2s both;
        -moz-animation: flipInError 2s both;
    }

    .form-group .email-format-error::after, .form-group .email-format-suggestion::after {
        background: #c5656d none repeat scroll 0 0;
        color: #fff;
        font-size: 12px;
        padding: 8.5px;
        right: 0;
        text-align: right;
        top: 33px;
        width: 100%;
        z-index: 12;
    }

    .form-group .email-format-error::after {
        content: "Make sure your email address is correct";
    }

    .form-group .email-format-suggestion::after {
        content: "Example: emailaddress@company.com ?";
        text-align: left;
    }

    .form-group .email-format-error::before {
        color: #c5656d;
        /*content: "?";*/
        font-size: 35px;
        right: 60px;
        top: -9px;
    }

@keyframes flipInError {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.password-requirement {
    background-color: #c5656d;
    padding: 10px;
    position: static;
}

    .password-requirement ul li {
        list-style: none;
    }

.form-group .password-requirement ul li {
    background-color: transparent;
    border: medium none;
    display: block;
    font-size: 12px;
    list-style: outside none none;
    margin: 0 0 1px;
    padding: 0 9px;
    text-align: left;
    color: #fff;
}

.form-group .password-requirement span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 9px;
    padding-left: 9px;
    text-align: left;
}

.form-group .password-requirement ul li a {
    color: #fff;
}

.tile-info .message .close {
    vertical-align: middle;
}
/*****END**/
/*<!--.Login Page-->*/
.inner-common-slider {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    min-height: 850px;
    position: relative;
}

.product-hero-slider {
    background: url("../images/product-img.jpg");
}

/*.login {
	/*background: #81C4CD url("../images/login-bg-01.jpg") no-repeat fixed;
    background: #81C4CD url("../images/product-img.jpg") no-repeat fixed;
	background-size: cover;
	height: 100%;
}*/
.login .form-group {
    font-size: 0;
    position: relative;
}
/*<!--End Login Page-->*/


.chkShowPassword {
    background: #e4e4e4;
    color: #818181;
    padding: 6px 8px;
    position: absolute;
    right: 45px !important;
    z-index: 5;
    font-weight: normal;
    font-size: 12px;
    top: auto !important;
    position: absolute;
    animation: flipInError 2.5s both;
    backface-visibility: visible !important;
    -webkit-animation: flipInError 2.5s both;
    -moz-animation: flipInError 2.5s both;
}

    .chkShowPassword input[type="checkbox"] {
        border-color: #fff !important;
        margin-right: 2px;
        position: relative;
        top: 2px;
    }

.product-common-login {
    background-color: #fff !important;
}

    .product-common-login .h5 {
        font-size: 40px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .product-common-login p {
        font-size: 30px;
        line-height: 36px;
    }

.common-product-sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

.blue-light {
    color: #54a0df;
}


/*success section*/

.success-info {
    background: rgba(0,0,0, 0.01) url('../images/login/success-info.jpg') 100% center no-repeat fixed;
    padding: 5% 0;
    width: 100%;
    background-size: cover;
}

    .success-info .btns {
        line-height: 40px;
        padding: 20px 35px;
    }


/*footer section*/
footer {
    border-top: 1px solid #ececec;
}


    footer .social a {
        padding: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        footer .social a:hover {
            color: #3a3a3a;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


.title-04 {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
}

.footer-links {
    padding-left: 0;
    margin-bottom: 0;
}

    .footer-links li {
        list-style-type: none;
        line-height: 23px;
    }

        .footer-links li a {
            font-size: 16px;
            color: #3a3a3a;
            display: inline-block;
            font-weight: 700;
        }

            .footer-links li a:hover, .footer-links li a:focus {
                color: #000;
                text-decoration: none;
            }

.top-space {
    margin-top: 20px;
    margin-bottom: 40px;
}



.bottom-nav a {
    text-transform: uppercase;
}

.bottom-nav .blue-btn, #slide-menu .blue-btn {
    color: #fff;
    padding: 12px 15px;
}

.white {
    color: #fff;
}

.angelina {
    font-weight: bold;
}
/*btns*/
.btns {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-top: 45px;
    padding: 9px 32px;
    cursor: pointer;
}

    .btns:hover, .btns:focus, .btns:active {
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        transition: all 1.3s ease;
        -webkit-transition: all 1.3s ease;
        -moz-transition: all 1.3s ease;
    }

.phone-num {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 22px;
}

    .phone-num:hover, .phone-num:focus {
        color: #fff;
    }

    .phone-num label {
        font-size: 13px;
        margin-top: -6px;
        color: #fff;
    }

    .phone-num label, .phone-pop label {
        display: block;
    }

.success-info .h5 {
    font-size: 36px !important;
    letter-spacing: -0.2px;
}

.success-info .font-400 {
    font-weight: 400;
}


.angelina {
    font-family: 'angelinaregular';
    color: #fff;
}

/*Common Inner Pages*/
.innerbanner {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    background-position: center center;
    padding-bottom: 109px;
}

    .innerbanner .inner-banner-con {
        margin-top: 200px;
        margin-bottom: 200px;
        text-align: center;
        color: #fff;
    }

.arrow-aligner {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
}

.moving-arrow {
    display: inline-block;
    margin-bottom: 44px;
    transition: all 1s ease;
    animation: arrowAnimate 5s infinite;
    opacity: 0.7;
}

    .moving-arrow img {
        width: 55px;
    }

@-webkit-keyframes arrowAnimate {
    0% {
        margin-bottom: 44px;
        opacity: 0.7;
    }

    50% {
        margin-bottom: 0px;
        opacity: 1;
    }

    100% {
        margin-bottom: 44px;
        opacity: 0.7;
    }
}

@keyframes arrowAnimate {
    0% {
        margin-bottom: 44px;
        opacity: 0.7;
    }

    50% {
        margin-bottom: 0px;
        opacity: 1;
    }

    100% {
        margin-bottom: 44px;
        opacity: 0.7;
    }
}

@media (min-width: 1400px) and (max-width: 2220px) {

    .common-sec .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

    .inner-common-slider .container-fluid {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {

    .common-sec .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

    .inner-common-slider .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 900px) and (max-width: 1300px) {
    .common-sec .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-common-slider .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 0) and (max-width: 767px) {

    footer, footer .social {
        font-size: 18px;
        text-align: center;
    }

    .product-common-login .h5 {
        font-size: 30px;
    }

    .product-common-login p {
        font-size: 18px;
        line-height: 22px;
    }

    .arrow-aligner {
        display: none;
    }
}

/*Banner mobile*/
@media (min-width: 0) and (max-width: 480px) {
    .heroslider-info-sec {
        position: relative;
        top: 32%;
    }

    .success-info .btns {
        font-size: 21px;
        line-height: 23px;
        padding: 15px 27px;
    }

    footer, footer .social {
        font-size: 12px;
    }

        footer .social span {
            padding: 0 4px;
        }
}



/*********************************************************/

.black {
    color: #3a3a3a;
}

.seperator {
    color: #888888;
    margin-left: 5px;
    margin-right: 5px;
}

.headquarter-info h4 {
    color: #3a3a3a;
    font-size: 20px;
    margin-bottom: 4px;
}

.headquarter-info p {
    font-size: 14px;
    margin-bottom: 0;
}

footer {
    background-color: #fff;
    color: #888888;
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

    footer .copyright {
        font-size: 16px;
    }

.font-light {
    font-family: 'robotolight';
}

.footer-img {
    display: block;
    margin-top: 25px;
}

@media (min-width: 0) and (max-width: 1035px) {
    footer, .headquarter-info h4 {
        font-size: 16px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    footer .copyright {
        margin-bottom: 20px;
        float: right;
    }

    footer .address-section {
        float: left;
    }

    .footer-img {
        display: block;
        margin: 25px auto 0;
    }
}


/*new Login and landing page*/

.loginNew, .loginNew1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .loginNew .dux-card {
        min-height: 280px;
    }

.common-sec.gray {
    background-color: #f3f3f3;
}

.loginNew .list-icons {
    list-style: none;
    font-size: 18px;
}

.loginNew .img-fa {
    font-size: 30px;
    border-radius: 100%;
    padding-top: 10px;
    width: 60px;
    height: 60px;
    color: #FFF;
    background-color: #70ad46;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.loginNew .h2 {
    padding-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}

header.loginNew2 {
    padding: 20px 0;
}

    header.loginNew2 .phone {
        display: block;
        font-weight: 700;
        font-size: 31px;
        color: #58595b;
        line-height: 28px;
    }

    header.loginNew2 ul {
        list-style: none;
        margin-bottom: 0px;
    }

    header.loginNew2 .social-link li {
        display: inline-block;
        padding-left: 5px;
    }

    header.loginNew2 .social-link .fa {
        font-size: 20px;
        display: inline-block;
        color: #58595b;
        padding-top: 10px;
    }

    header.loginNew2 .needHelp {
        font-size: 17px;
        font-weight: 300;
    }

.innerbanner {
    padding-top: 80px;
}

    .innerbanner .h1 > span {
        color: #8ec642;
    }

    .innerbanner .log-box {
        margin-right: -7px;
        margin-left: -7px;
        box-shadow: 0 1px 3px #ccc;
        background-color: #fff;
        padding: 10px;
        overflow: hidden;
    }

    .innerbanner .h1 {
        font-size: 38px;
        font-weight: 700;
        text-align: left;
    }

@media (min-width: 1600px) and (max-width: 2550px) {
    .log-box {
        width: 72% !important;
        float: right;
    }

    .innerbanner .h1 {
        font-size: 52px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .loginNew2 .text-right, .loginNew2 .branding-New, .loginNew1 {
        text-align: center;
    }

    .loginNew2 .branding-New {
        display: block;
        margin-bottom: 20px;
    }
    .innerbanner .h1 {
        margin-bottom: 40px;
        text-align: center;
    }
    .loginNew1 img{
    margin:auto; 
   }
}


/*New Footer*/
.subfooter {
    background-color: #f0eeee;
    padding: 25px 0;
    border-top: 1px solid #eaeaea;
    text-align:center;
    font-size: 16px;
    color:#4f4f4f;
}
.foot-txt {
    font-size: 14px;
    text-align: center;
    padding: 20px 0 0px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
    font-weight:300;
}
.footer-logo-partner a {
    color:#4f4f4f;
    font-size: 16px;
}
.footer-logo-partner.social-icon a{
    font-size:30px;
    padding-left:10px;
}

.foot-txt a {
    color: #4f4f4f !important;
}


/** Lakbee **/


.loginNew .img-fa {
    background: #27AAD1 !important;
}
.innerbanner .h1 > span {
    color: #27AAD1 !important;
}