/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');
/*font-family: 'Poppins', sans-serif;*/


/* FEATHERLIGHT */
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}


/* MAIN CSS */
* {
    box-sizing: border-box;
}
body {
    margin: 0 auto;
    width: 100%;
    height: 80vh;
    background: #f6f6f6;
    font-family: 'Poppins', sans-serif;
}
.loginscreenwrap {
    display: table;
    width: 400px;
    height: 100%;
    margin: 0 auto;
}
.loginscreen {
    display: table-cell;
    vertical-align: middle;
}


/* LOGO */
.lslogo {
    width: 100%;
    text-align: center;
}
.lslogo img {
    width: 55%;
    display: block;
    margin: 30px auto;
    padding: 5px;
    background: #f6f6f6;
}

.loginscreen #company-name {
    display: none;
}
.loginscreen #login-branding {
    display: none;
}
#vendor-branding {
    display: none;
}
.loginscreen td.title {
    display: none;
}

p.formbuttons {
    margin: 0;
}

/* =================== */
/* LOGINBOX */
/* =================== */
.loginbox {
    background: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(63, 83, 100, .3);
}

/* REGISTER */
.lbregister {
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.lbregister .regoption {
    float: left;
    width: 50%;
    text-align: center;
}
.lbregister .regoption a {
    display: block;
    padding: 25px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #3f5364;
    background: #fff;
    font-weight: 400;
}
.lbregister .regoption.active a {
    box-shadow: none;
    /*
    background: #F1F2EA;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, .15);
    */
    color: #435363;
    border-bottom: 2px solid;
    margin: 0 35px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}
.lbregister .regoption a:hover {
    color: #435363;
}
/*
.lbregister .regoption .icon img {
    display: none;
}

 */
.lbregister .regoption.active img {
    display: none;
}
.lbregister .regoption.active img.iconhover {
    display: block;
}
.lbregister .icon {
    display: inline-block;
    height: 18px;
    padding: 4px 4px 4px 0;
}
.lbregister .icon img {
    display: block;
    height: 15px;
    width: auto;
    padding: 0;
}
.lbregister .icon img.iconhover, .lbregister a:hover .icon img {
    display: none;
}
.lbregister a:hover .icon.envelope img.iconhover, .lbregister a:hover .icon.home img.iconhover {
    display: block;
}
.lbregister .icon.envelope {
    padding: 5px 4px 4px 0;
}

/* FORM */
.loginbox form {
    padding: 30px 45px 45px;
    margin: 0 auto;
    border-bottom: 2px solid #9ACBEC;
}
.loginbox form input.logindata {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 14px;
    color: #3f5364;
    border-bottom: 1px solid #9acaeb;
    padding: 20px 0 10px;
}
.loginbox form input.logindata:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #435363;
    margin-bottom: -1px;
}
.loginbox form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s ease-in-out;
    display: block;
    width: auto;
    padding: 12px 15px 12px;
    border: 2px solid #9acaeb;
    border-radius: 25px;
    background-color: #9acaeb;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    cursor: pointer;
    margin-top: 40px;
    width: 100%;
}
.loginbox form input[type=submit]:hover {
    background: rgba(67, 83, 99, 0.7);
    border: 2px solid rgba(67, 83, 99, 0.7);
    color: #fff;
}

/* CSS HACK */
.loginbox form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.loginbox form input:-webkit-autofill,
.loginbox form input:-webkit-autofill:hover,
.loginbox form input:-webkit-autofill:focus,
.loginbox form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


/* =================== */
/* FOOTER LINKS */
/* =================== */
.footerlinks {
    overflow: hidden;
    padding: 20px 45px 20px;
    background: #fff;
    border-top: 1px solid #dddddd;
    box-shadow: 0px 2px #D7D8D0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.footerlinks .footerlinkswrap {
    overflow: hidden;
}
.footerlinks .supportlink {
    float: left;
}
.footerlinks .supportlinkbox {
    overflow: hidden;
    display: block;
    width: 100%;
}
.supportlinkbox a {
    color: #435363 !important;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.supportlinkbox a:hover {
    text-decoration: underline;
}
.supportlinkbox h3 {
    margin: 16px 0 0 0;
    font-size: 14px;
}
.supportlinkbox p {
    margin: 0;
    font-size: 12px;
}

.footerlinks .forgotten {
    float: right;
}
.footerlinks a {
    text-decoration: none;
    color: #3f5364;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}
.footerlinks a:hover {
    color: #435363;
    text-decoration: underline;
}
.forgottonbox {
    overflow: hidden;
    display: none;
    width: 100%;
}
.forgottonbox a {
    color: #435363;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.forgottonbox a:hover {
    text-decoration: underline;
}
.forgottonbox h3 {
    margin: 16px 0 0 0;
    font-size: 14px;
}
.forgottonbox p {
    margin: 0;
    font-size: 12px;
}



/* =================== */
/* RESPONSIVE */
/* =================== */
@media all and (max-width: 400px) {
    .loginscreenwrap {
        width: 100%;
    }
    .loginbox form {
        padding: 50px 25px;
        margin: 0 auto;
    }
}
@media all and (min-width: 980px) {
    .featherlight-content {
        max-width: 30%;
    }
}
@media all and (min-width: 2000px) {
    .featherlight-content {
        max-width: 20%;
    }
}
