﻿body {
    font-family: "Proxima N W01 Reg",Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #f5f5f5;
    min-height: 550px;
    height: 95%;
    position: relative;
}
.k12_background{margin: 0px;padding: 0px;height: 100%;background-image: url('../img/home/k12-login/k12-home.png');background-size: auto;background-repeat: no-repeat;background-position: right center;}
.engage_background{margin: 0px;padding: 0px;height: 100%;} /*background-image: url('../ImagesNew/home/k12-login/engage-home.png'); background-size: auto;background-repeat: no-repeat;background-position: right center;*/

@font-face {
    font-family: "Proxima N W01 Reg", Arial, Helvetica, sans-serif;
    src: url("Fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
    src: url("Fonts/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"),url("Fonts/1132159/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"),url("Fonts/1132159/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),url("Fonts/1132159/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype");
}
@font-face {
    font-family: "Proxima N W01 Smbd",Arial, Helvetica, sans-serif;
    src: url("Fonts/1132171/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix");
    src: url("Fonts/1132171/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix") format("eot"), url("Fonts/1132171/ae47a7f5-89da-4879-b934-29722c3dd451.woff2") format("woff2"), url("Fonts/1132171/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff") format("woff"), url("Fonts/1132171/6a35571c-ea14-4dac-9ae1-0e7af0abeec8.ttf") format("truetype");
}

.loginfooter {
position: fixed;
width: 100%;
color: #fff;
font-size: 11px;
bottom: 0;
background-color: transparent;
text-align:center;
}

.loginfooter .links a {
color: inherit;
text-decoration: none;
}

.loginfooter .links a:hover {
text-decoration: underline;
}

    .loginfooter .links a.phone {
        font-size: 13px;
        color: #3a6099;
        /*font-weight: 600;*/
        font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
    }

.loginfooter .links .sep {
margin: 0 5px;
}


input[type="checkbox"] {
display: inline-block;
vertical-align: middle;
cursor: pointer;
line-height: 21px;
}

input[type='checkbox'] {
opacity: 0;
position: absolute;
}

input[type="checkbox"], input[type="button"], input[type="text"], input[type="submit"], input[type="image"], button, textarea {
outline: none;
}

input[type='checkbox'] + label {
position: relative;
}

input[type="checkbox"] + label:hover::before {
opacity: 0.8;
}

input[type='checkbox'] + label:before {
content: '';
background: #fff;
border: 1px solid #000;
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
margin-right: 5px;
margin-top:4px;
text-align: center;
/*-webkit-border-radius: 5px;*/
float: left;
/*-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;*/
background-color: transparent;
}

input[type="checkbox"] + label > span {
position: absolute;
left: 2px;
top: 7px;
width: 7px;
height: 3px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
display: none;
}

input[type="checkbox"]:checked + label:before {
background: transparent;
border: 1px solid #000;
}
input[type="checkbox"]:checked + label > span {
    display: block;
}
input[type="checkbox"], label, input[type="radio"] {
display: inline-block;
vertical-align: middle;
cursor: pointer;
line-height: 21px;
}

/*input[type="checkbox"] + label span.labelChkBox {
    width: 8px;
    height: 8px;
    border: solid 1px #444444;
    display:inline-block;
}*/
/*input[type="checkbox"]:checked + label span.labelChkBox {
    background-color:#444444;
}*/
 span.labelChkBoxTxt{
    font-size: 12px;
    line-height: 2;
    color: #444444;
    opacity: 0.8;
}

.Logincont {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%,-50%);
}

.login_container{width:300px;text-align:center;}

.Logoimg {
background-image: url('../img/home/k12-login/logo-k-12.png');
background-repeat: no-repeat;
height: 31px;
width: 160px;
margin: 32px 0 0 37px;
cursor: pointer;
background-size:160px 31px;
}

.LogoimgZ {
background-image: url('../img/home/k12-login/logo-engage.png?k=2');
background-repeat: no-repeat;
height: 45px;
width: 163px;
padding-bottom: 25px;
margin: 0 auto;
cursor: pointer;
background-size:100%;
}
.LogoimgS{
background-image: url('../img/home/k12-login/reserved blk.svg?k=2');
background-repeat: no-repeat;
height: 40px;
width: 200px;
padding-bottom: 25px;
margin: 0 auto;
cursor: pointer;
background-size:200px 40px;
}
input[type='text'].user {
box-sizing: content-box;
padding: 5px 0px;
width: 258px;
border:none;
border-bottom: 1px solid #444444;
background-color: transparent;
color: #444444;
margin-bottom: 21px;
font-size: 14px;
opacity: 0.8;
border-radius:0;
}

input[type='password'].Passwrdbox {
box-sizing: content-box;
padding: 10px 0px;
width: 258px;
border:none;
border-bottom: 1px solid #444444;
background-color: transparent;
color: #444444;
margin-bottom: 16px;
font-size: 14px;
opacity: 0.8;
outline:none;
border-radius:0;
}

.Remme {
text-align: left;
margin-bottom: 18px;
color: #000;
width:255px;
}

.Loginbtn {
    background-color: #94c640;
    color: #fff;
    padding: 9px 6px;
    width: 260px;
    outline: none;
    border-radius: 37px;
    border: none;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    /*font-weight:600;*/
    font-family: 'Proxima N W01 Smbd', Arial, Helvetica, sans-serif;
}

.arrow-up {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #fff;
position: absolute;
top: -20px;
opacity: 0.3;
left: 50%;
margin-left: -10px;
}

.Orngtxt {
color: #fbb041;
text-align: center;
width:258px;
}

.Relogin {
background-color: #94c640;
color: #fff;
padding: 10px 15px;
width: 260px;
outline: none;
border-radius: 20px;
border: none;
margin-bottom: 35px;
cursor:pointer;
}

.redirecttxt {
position: absolute;
display: block;
top: -70px;
width: 600px;
left: 50%;
color: #fff;
line-height: 17px;
margin-left:-300px;
}

.redirecttxtk12 {
position: absolute;
display: block;
top: 70px;
width: 475px;
left:50%;
margin-left: -237px;
color: #fff;
line-height: 17px;
}

.forgot, .RequestDemo {
    font-size: 12px;
    line-height: 2;
    color: #444444;
    opacity: 0.8;
    /*float:left;*/
    position:relative;
}
.forgot:after, .RequestDemo:after {
    position:absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #94c640;
    right:-8px;
    top:0;
    bottom:0;
    margin:auto;
}
.RequestDemo {
    /*float:right;*/
    margin-left:15px;
}

.login_title {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 8px 0px;
    text-align: center;
    font-family: 'Proxima N W01 Smbd', Arial, Helvetica, sans-serif
}

.fontwhite {
    padding: 10px 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'Proxima N W01 Smbd', Arial, Helvetica, sans-serif
}

/*For footer */
.ftrwrapper {
height: 21px;
color: #ffffff;
font-size: 12px;
/*border: 1px solid #e0e0df;*/
bottom: 0;
background-color: transparent;
}
.ftrcontent {
margin: 5px auto 0;
min-width: 995px;
max-width: 1356px;
padding-left: 10px;
opacity: 0.5;
color: #444444;
}
.ftrcontent a {
color: inherit;
font-size: 12px;
}
.ftrcontent a:hover {
color: #444444;
}
.ftrcontent span{position:absolute}
a,
a:link,
a:visited,
a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/*.login_first {margin: 0px 0px 0px 0px;width: 50%;background-image: url('../ImagesNew/home/bg_login_img_com.png');height: 100%;position: relative;float: left;background-size: cover;background-position: center center;}*/
.login_first {margin: 0px 0px 0px 0px;width: 50%;background-color: #f5f5f5;height: 100%;position: relative;float: left;}
.login_second {
    margin: 0px 0px 0px 0px;
    width: 50%;
    background-image: url('../img/home/k12-login/lets-talk-product-shot2.png'), url('../img/home/k12-login/k-12-insight-watermark.png'),url('../img/home/k12-login/gradient-login-page.png');
    height: 100%;
    float: left;
    background-size:100% auto, 152px 322px, cover;
    background-position: center bottom, center right, center center;
    background-repeat:no-repeat;
    position: relative;
}
.login_third {
    margin: 0px 0px 0px 0px;
    width: 50%;
    background-image: url('../img/home/k12-login/lets-talk-product-shot.png'), url('../img/home/k12-login/k-12-insight-watermark.png'),url('../img/home/k12-login/gradient-login-page.png');
    height: 100%;
    float: left;
    background-size: 60% auto, 152px 322px, cover;
    background-position: center bottom, center right, center center;
    background-repeat:no-repeat;
    position: relative;
}
.login_fourth {
    margin: 0px 0px 0px 0px;
    width: 50%;
    background-image: url('../img/home/k12-login/lets-talk-product-shot3.png'), url('../img/home/k12-login/k-12-insight-watermark.png'),url('../img/home/k12-login/gradient-login-page.png');
    height: 100%;
    float: left;
    background-size: 55% auto, 152px 322px, cover;
    background-position: center 85%, center right, center center;
    background-repeat:no-repeat;
    position: relative;
}
.login_fifth,.login_fifth_reserved {
    margin: 0px 0px 0px 0px;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.login_fifth_reserved{
    position: absolute;top: 0;left: 0;bottom: 0px;width: 100%;margin: auto;
     background-image: url(../img/home/k12-login/ltreservedbanner.jpg);
}
.login_fifth {
    margin: -40px 0px 0px 0px;
    width: 50%;
    background-image: url('../img/home/k12-login/k-12-insight-blue-watermark.png');
    height: 100%;
    float: left;
    background-size: 127px auto;
    background-position: right center, center center;

    background-repeat:no-repeat;
    position: relative;
}
.login-title {
    font-size: 40px;
    font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    color: #fff;
}

.TrustED-features-new {font-size: 18px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.53;color: #fff;}
.BG {
    width: 163px;
    border-radius: 3px;
    background-color: #e84425;
    display: block;
    color: #fff;
    font-size: 15px;
    font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 11px;
    margin-top: 15px;
    cursor: pointer
}
a.BG:hover{text-decoration:none;}
.login_sec_cont {bottom: 30%; left: 0; margin: auto; max-width: 485px; padding: 0 10%; position: absolute; right: 0; vertical-align: bottom; width: 80%;}
.third_hdr {background-color: rgba(87, 89, 104, 0.4);border: solid 0.5px #979797;padding: 13px;text-align: center;font-size: 22px;color: #fff;margin-top: 35px;}
.login_third_cont1 {bottom: 50%;left: 0;max-width: 485px;padding: 0 40px;position: absolute;right: 0;vertical-align: bottom;width: 80%;}
.login_third_cont2 {position: absolute;bottom: 20%;background-color: rgba(87, 89, 104, 0.4);border: solid 1px #979797;width: 88%;padding: 34px 6%;border-width:1px 0}
.Join-us-for-our-webi {font-size: 16px;float: left;width: 380px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.53;color: #fff;}
.login_fourth_cont {left: 10%;max-width: 250px;position: absolute;right: 10%;top: 155px;}

.cheaderband {
    opacity: 0.6;
    background-color: #39494c;
    font-size: 35px;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
    margin:30px 0 36px 0;
    padding:12px 38px; 
}
.cContent{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #39494c;
    margin-left:35px;
    margin-bottom:30px;
    max-width:620px;
}
.cLink {
    font-size: 18px;
    line-height: 2.55;
    text-align: left;
    color: #39494c;
    margin-left: 35px;
    /*font-weight:600;*/
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
}
.cLink:after{
    position:absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #ef5132;
    right:-18px;
    top:-3px;
    bottom:0;
    margin:auto;
}
/*.watermark{
    position:absolute;
    margin:auto;
    right:0;
    top:0;
    bottom:0;
    height:322px;
    width:152px;
    max-height:80%
}
.prodShot{
    position:absolute;
    margin:auto;
    right:0;
    left:10%;
    bottom:0;
    height:460.5px;
    width:574.5px;
    max-height:80%;
    max-width:80%;
}*/

@media only screen and (min-width:210px) and (max-width:786px),only screen and (min-device-width:210px) and (max-device-width:786px) and (-webkit-min-device-pixel-ratio:1.5)    {
    #login_second,#login_third,#login_fourth,#login_fifth{display:none}
    .login_first{width:100%;background-image: url('../img/home/k12-login/k12-home.png');background-size:auto;background-position: center right;background-repeat:no-repeat;}
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #444444;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444444;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444444;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444444;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #444444;
}
.g-recaptcha {
    padding: 0px 15px 15px !important;
}

.Logoimg.reserved {
background-image: url('../img/home/k12-login/logo-reserved.png');
background-repeat: no-repeat;
height: 31px;
width: 160px;
margin: 32px 0 0 37px;
cursor: pointer;
background-size:161px 18px;
}

.reserved-pattern-head {
    margin-top: 20px;
}
.reserved-pattern-head p {
    background: #888888;
    padding: 10px 30px 10px;
    font-size: 32px;
    color: #ffffff;
}
a.reserved-pattern-anchor {
    font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px 0px 0px 30px;
    line-height: 1.78;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.reserved-pattern-para p {
    color: #ffffff;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    width: 80%;
    font-family: 'Proxima N W01 Reg',Arial, Helvetica, sans-serif;
    line-height: 1.78;
    position: relative;
}
a.reserved-pattern-anchor:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #ff7858;
    right: -18px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.header-image {
    max-width: 400px;
    background-size: contain;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url('../img/home/k12-login/lets-talk-knowledge-base.png');
    height: 270px;
    width: 90%;
    margin: 30px 0px 50px 30px;
    display: inline-block;
}
.right_section {
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0px;
    width: 100%;
    margin: auto;
    height: 500px;
}


.login_fifth_reserved .right_section {
    height:auto;
}

.top-left {
    position: absolute;
    top: 58px;
    left: 1px;
    font-size: 11px;
    color: #ffffff;
    margin-left: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.zarca-to-reserved-wrapper {
    display: inline-block;
    position: relative;
}

.zarca-to-reserved-wrapper > a {
    display: inline-block;
    vertical-align: middle;
}

.zarca-to-reserved-wrapper > a:first-child {
    margin-right: 30px;
}

.zarca-logo-home {
    display: inline-block;
    background-image: url('../img/home/zarca-logo-home.svg');
    background-repeat: no-repeat;
    height: 45px;
    width: 165px;
    margin: 0 auto;
    cursor: pointer;
    background-size: 100%;
    background-position: center center;
}

.reserved-logo-home {
    display: inline-block;
    background-image: url('../img/home/reserved-sy-logo-home.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 165px;
    margin: 0 auto;
    cursor: pointer;
    background-size: 100%;
    background-position: center center;
}

.transition-text-wrapper {
    position: absolute;
    left: 140px;
    top: 40px;
    text-align: center;
}

.arrow-cont {
    background-image: url('../img/home/arrow-logo-home.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    background-size: 100%;
    background-position: center center;
}

.transition-text {
    color: #e0ac14;
    line-height: 0.8;
    font-size: 15px;
    font-family: 'Proxima N W01 Smbd',Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.formerly-wrapper {
    pointer-events: none;
}

.formerly-wrapper a, .formerly-wrapper span{
    display: inline-block;
    vertical-align: middle;
}

.content-btn{
    color: #ffffff;
    text-decoration: none !important;
    background-color: #94C640;
    padding: 7px 25px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}

.lt-splash-cont {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 10% 40px; /* padding: 0px 17% 40px; */
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    background-position: 15px top;
    text-align: left;
}

.lt-happy-holidays {
    width: 500px;
    height: 202px;
    background-image: url(https://cdn.k12insight.com/images/splash/ltHappyHolidays.svg);
    background-size: cover;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.lt-splash-header {
    color: #0B6EB4;
    font-family: lora, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
    margin-bottom: 10px;/* margin-bottom: 15px; */
}

.lt-splash-subhead {
    font-size: 28px;
    color: #0B6EB4;
    text-transform: uppercase;
    margin-bottom: 20px;/* margin-bottom: 30px */
}

.lt-spash-content-head {
    color: #252D3A;
     font-size: 15px;/* font-size: 16px; */
    font-weight: 600;
}

.lt-splash-features {
    color: #252D3A;
    margin: 20px 0 0;
    font-size: 15px;/* font-size: 16px; */
}

.lt-splash-feature-list {
    color: #252D3A;
    font-size: 15px;/* font-size: 16px; */
    word-break: break-word;
    margin: 15px 0;/* margin: 20px 0; */
}

    .lt-splash-feature-list a {
        color: #0B6EB4;
    }

.lt-splash-wrapper {
    width: 100%;
}

.lt-btn-wrapper {
    width: 100%;
    margin: 15px auto 0;
}
@font-face {
    font-family: lora, Arial, Helvetica, sans-serif;
    src: url(/lib/Font/Lora-Bold.ttf);
}
.lt-splash-footerBtns a {
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #0B6EB4;
    padding: 8px 12px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600
}
.lt-splash-headDiv {
    margin-bottom: 10px;
    padding-left: 100px;
    background-image: url(/static/img/splashscreen/lta-chatbot.svg);
    background-repeat: no-repeat;
    height: 75px;
    background-size: 58px;
}
.lt-splash-footerBtns {
    margin-top: 35px;
}

