﻿body {
font-family: "Proxima N W01 Reg";
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('../ProductImages/Product_specifics/product-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";
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";
  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;
}

.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 {
width: 500px;
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('../ProductImages/Product_specifics/logo-product.png');
    background-repeat: no-repeat;
    height: 31px;
    width: 160px;
    margin: 32px 0 0 37px;
    cursor: pointer;
    background-size: 160px 31px;
}

.LogoimgZ {
    background-image: url('../ProductImages/Product_specifics/logo-product.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('../ProductImages/Product_specifics/logo-product.svg?k=03112021');
    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 15px;
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;
}

.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}

.fontwhite {padding: 10px 0; color:#000; text-align:center;font-family:Proxima N W01 Smbd}

/*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('../ImagesNew/home/k12-login/lets-talk-product-shot2.png'), url('../ImagesNew/home/k12-login/k-12-insight-watermark.png'),url('../ImagesNew/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('../ImagesNew/home/k12-login/lets-talk-product-shot.png'), url('../ImagesNew/home/k12-login/k-12-insight-watermark.png'),url('../ImagesNew/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('../ImagesNew/home/k12-login/lets-talk-product-shot3.png'), url('../ImagesNew/home/k12-login/k-12-insight-watermark.png'),url('../ImagesNew/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 {
    margin: -40px 0px 0px 0px;
    width: 50%;
    background-image: url('../ProductImages/Product_specifics/product-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;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;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: 18px;
    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;
}
.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('../ProductImages/Product_specifics/product-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;
}
.header-image {
    max-width: 400px;
    background-size: contain;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url('../ProductImages/Product_specifics/Return_to_learn_6.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;
}


.zarca-to-sogo-wrapper {
    display: inline-block;
    position: relative;
}

.zarca-to-sogo-wrapper > a {
    display: inline-block;
    vertical-align: middle;
}

.zarca-to-sogo-wrapper > a:first-child {
    margin-right: 30px;
}

.zarca-logo-home {
    display: inline-block;
    background-image: url('../ImagesNew/home/former-product-logo-home.svg');
    background-repeat: no-repeat;
    height: 45px;
    width: 165px;
    margin: 0 auto;
    cursor: pointer;
    background-size: 100%;
    background-position: center center;
}

.sogo-logo-home {
    display: inline-block;
    background-image: url('../ProductImages/Product_specifics/Product-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('../ImagesNew/home/arrow-logo-home.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 100px;
    background-size: 100%;
    background-position: center center;
}
.newdivlogin .Logoimg, .Logincont .Logoimg{
    background-image: url('../ImagesNew/logo-new-product.png?ver=1');
    background-repeat: no-repeat;
    height: 92px;
    width: 100%;
    margin: 32px 0 0 37px;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    padding: 0 !important;
}
.transition-text {
    color: #e0ac14;
    line-height: 0.8;
    font-size: 15px;
    font-family: Proxima N W01 Smbd;
    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;
}

.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;
}

.Logincont .login_wrapper .Unsupported-text-message-displayed {
    font-family: Proxima N W01 smbd;
}

@-moz-document url-prefix() {
    .login_wrapper .Passwrdbox::placeholder {
        font-size: 14px;
    }

    .login_wrapper input[type="password"].Passwrdbox {
        font-size: 11px;
    }
}

.Logo {
    background-image: url('../ProductImages/SvgLogo.svg');
    background-repeat: no-repeat;
    height: 40px;
    width: 200px;
    padding-bottom: 25px;
    margin: 0 auto;
    cursor: pointer;
    background-size: 200px 40px;
}

.Outer_UserID .hollow-btn {
    background-color: #34322a;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    margin:5px 22px;
    font-family: Proxima N W01 Smbd;
    cursor: pointer;
    height:40px;
    width:256px;
    border-color:transparent;
}

/*.Inner_UserID, .accessSSO {
    display: none;
}*/

.SSO_GsuitCont, .SSO_MSCont {
    height: 40px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    margin: 5px 21px;
    padding: 12px 0;
    line-height: 1;
    text-decoration: none;
    width: 256px;
    border-radius: 3px;
    font-family: Proxima N W01 Smbd;
    cursor: pointer;
    position:relative;
}
.SSO_MSCont {
    background: #000000;
}
.SSO_GsuitCont {
    background: #4f86ec;
}

.noginSSO.forgot, .BTMAccessBtn {
    font-family: Proxima N W01 Smbd;
    color: #006159;
    font-size: 14px;
}
/*.backToMoreAccess{
    display:none;
}*/
.BTMAccessBtn {
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    opacity: 0.8;
    display: inline-block;
    margin:10px 0;
}
.BTMAccessBtn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0px;
    border-color: transparent #006159 transparent transparent;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.SignInAS_SSO {
    font-family: Proxima N W01 Smbd;
    text-align:left;
    font-size:14px;
    margin:10px 21px 15px;
}

input[type='text'].user.noginIP, input[type='password'].Passwrdbox.noginIP {
    height: 40px;
    border: 1px solid #CCCED4;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding:0 10px;
    border-radius:3px;
}

.SSOImageCont {
    height: 38px;
    width: 38px;
    background-color: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 1px;
    top: 1px;
    box-sizing: border-box;
    padding: 7px 1px;
}
.SSO_MSCont .SSOImageCont{
    background-color:#000000;
}
.SSO_text {
    font-family: Proxima N W01 Smbd;
    font-size: 16px;
    position: absolute;
    left: 60px;
}

.LoginAccess_Info{
    margin-bottom:10px;
}

.SSO_GsuitCont:hover {
    box-shadow: 0 0 2px #4f86ec;
}
.SSO_MSCont:hover {
    box-shadow: 0 0 2px #000000;
}

.Outer_UserID .hollow-btn:hover {
    box-shadow: 0 0 2px #34322a;
}