.acc-modal-window-bg.in-pages-m{
    z-index: 2001;
}

.in-pages-m,
.in-pages-m .lead-content{
    font-family: 'Segoe UI', 'Segoerg', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
.in-pages-m .logo{
    text-decoration: none;
}
.in-pages-m header.lead .logo img{
    max-height: 30px;
}

.in-pages-m .lead-content header.lead{
    height: 95px;
    border-bottom: 2px solid #f0f0f0;

}

.in-pages-m .lead-content header.lead,
.in-pages-m footer.lead{
    padding: 0 35px;
}

.in-pages-m .lead-content header.lead .content,
.in-pages-m footer.lead .content{
    max-width: 1280px;
    margin: 0 auto;

    /*-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;*/
}

.in-pages-m .lead-content .lead-body{
    padding: 96px 25px;
}

.in-pages-m .lead-content .links .back-to{
    text-decoration: none;
    color: #f4f4f4;
}
.in-pages-m .lead-content .links .back-to:hover{
    text-decoration: underline;
}
.in-pages-m .lead-content{
    min-height: 90vh;
    background: rgb(6,140,202);
    background: linear-gradient(0deg, rgba(6,140,202,1) 0%, rgba(108,59,204,1) 95%);
}

.in-pages-m footer.lead{
    min-height: 10vh;
    background-color: #f0f0f0;
}

.in-pages-m footer .a-link{
    text-decoration: none;
    color: #0072bc;
}

.in-pages-m footer .a-link:hover{
    text-decoration: underline;
}

.in-pages-m footer.lead ul.nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding-left: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.in-pages-m footer.lead ul.nav li{
    margin-right: 20px;
    list-style-type: none;
}
.in-pages-m .form-wrapper{
    max-width: 1080px;
}
.in-pages-m .form-wrapper .logo{
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.in-pages-m .form-wrapper .logo img {
    /*max-height: 30px;*/
}
.in-pages-m .form-wrapper .form-col {
    max-width: 485px;
    width: 100%;
    margin: 0 auto;
}

.in-pages-m .forms{
    background-color: #fcfcfc;
    border-radius: 3px;
    min-height: 400px;
    color: #111;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.in-pages-m .forms.radius{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.in-pages-m .page
    /*, .in-pages-m .frm*/
{
    background-color: #fcfcfc;
    border-radius: 3px;
    min-height: 400px;
    padding: 28px 42px 25px 42px;
    /*color: #111;*/
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    transition: left 250ms ease-in-out;
    display: none;
}
.in-pages-m .page.frm.presented{
    left: 0;
    position: relative;
    display: block;
}
.in-pages-m .page.frm.presented.no-transition{
    transition: none;
}
.in-pages-m .page.frm.presented.pull-to-left,
.in-pages-m .page.frm.pull-to-left{
    left: -100%;
    position: absolute;
}

.in-pages-m .page.frm.pwd-success{
    padding-top: 87px;
}

.in-pages-m .page.frm.email-sent,
.in-pages-m .page.frm.general-error{
    padding-top: 65px;
}

.in-pages-m .page.frm.loading{
    transition: none;
}
.in-pages-m .page.frm.loading img{
    width: 35px;
    height: 35px;
}
.in-pages-m .frm .title{
    margin-top: 0;
    margin-bottom: 24px;
    color: #222;
}
.w-input.error{
    border-color: red;
}
.in-pages-m .frm .w-input{
    margin-bottom: 0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    height: 47px;
}
.in-pages-m .frm.pwd-reset .w-input{
    font-size: 18px;
}
.in-pages-m .a-error{
    color: #df1414;
    font-weight: 600;
    display: none;
}
.in-pages-m .frm .input-wrapper .a-error{
    padding-top: 3px;
    /*text-align: center;*/
}
.in-pages-m .frm .a-error.status-error{
    /*padding-top: 3px;*/
    margin-bottom: 13px;
    text-align: center;
}
.in-pages-m .frm .input-wrapper{
    margin-bottom: 13px;
}

.in-pages-m .about-account{
    padding-top: 16px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #111;
}

.in-pages-m .a-link {
    color: #0072bc;
    text-decoration: none;
}
.in-pages-m .a-link:hover{
    text-decoration: underline;
}

.in-pages-m section.lead-button{
    padding-bottom: 32px;
}
.in-pages-m section.divisor{
    height: 1px;
    background-color: #ced4d8;
}
.in-pages-m .switch-frm{
    font-size: 18px;
    text-align: center;
    padding: 30px 25px 35px 25px;
    color: #111;
}

.in-pages-m .w-form-label{
    font-size: 16px;
}

.in-pages-m section.inv-code{
    margin-bottom: 15px;
}

.in-pages-m section.inv-code .input-wrapper{
    margin-bottom: 0;
    padding-top: 10px;
}

.in-pages-m .aw-checkbox-blue[type=checkbox],
.in-pages-m .aw-checkbox-blue[type=checkbox] + label:before,
.in-pages-m .aw-checkbox-blue[type=checkbox]:checked + label:before {
    font-size: 24px;
}

/*.in-pages-m .lead-body .logo{
	text-align: center;
}*/
.in-pages-m .about-col{
    padding: 25px 25px 25px 50px;
}
.in-pages-m .about{
    font-weight: 700;
    font-size: 18px;
    max-width: 415px;
    margin: 0 auto;
    color: #fff;
    line-height: 22px;
}

/*.in-pages-m .lead-body .logo{
	margin-bottom: 25px;
}*/

.in-pages-m .perks-feed{
    padding-top: 25px;
    font-weight: 600;
}

.in-pages-m .perks-feed .item{
    margin-bottom: 25px;
}
.in-pages-m .perks-feed .item .desc{
    padding-left: 12px;
}

.in-pages-m .perks-feed .icon{
    width: 50px;
    height: 50px;
    background-image: url(https://s3-us-west-1.amazonaws.com/soltek/soltek-auth-sprite-icons.png);
}

.in-pages-m .perks-feed .icon.nots{
    background-position: 0px 0px;
}

.in-pages-m .perks-feed .icon.coins{
    background-position: 0px 50px;
}

.in-pages-m .perks-feed .icon.rewards{
    background-position: 50px 0px;
}

.in-pages-m .perks-feed .icon.giveaways{
    background-position: 50px 50px;
}

.in-pages-m .recover-pwd{
    margin-bottom: 18px;
    font-size: 16px;
    padding-top: 2px;
    text-align: right;
}
.switch-login-pwd-type{
    text-align: right;
    font-size: 16px;
    margin-bottom: 7px;
}

.aw-checkbox-blue[type=checkbox] {
    margin: 0;
    display:none;
    font-size: 20px;
    line-height: normal;
}
.aw-checkbox-blue[type=checkbox] + label:before {
    font-family: 'Fontawesome webfont';
    display: inline-block;
    font-size: 20px;
    color: #ccc;
    line-height: 20px;
    content: "\f096";
    letter-spacing: 10px;
    position: relative;
    top: 5px;
}


.aw-checkbox-blue[type=checkbox]:checked + label:before {
    content: "\f14a";
    color: #0072bc;
    letter-spacing: 9px;
    font-size: 20px;
    line-height: 21px;
}


.in-pages-m .lead-content .links .back-to-short{
    text-decoration: none;
    font-family: 'Fontawesome webfont',sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    display: none;
}

.in-pages-m.page .lead-content .links .back-to,
.in-pages-m.page .lead-content .links .back-to-short{
    display: none;
}


.has-float-label {
    display: block;
    position: relative;
}
.has-float-label label, .has-float-label > span {
    position: absolute;
    left: 13px;
    top: 2px;
    cursor: text;
    font-size: 75%;
    opacity: .90;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #8899a1;
    margin-bottom: 0;
}
.has-float-label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.has-float-label textarea {
    width: 100%;
}
.has-float-label input, .has-float-label select, .has-float-label textarea {
    padding-top: 1.2em;
}
.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}
.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}
.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 120%;
    opacity: .90;
    top: 28%;

}
.has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
    /*outline: none;
    border-color: rgba(0, 0, 0, 0.5);*/
}
.has-float-label select {
    padding-right: 1em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
    background-size: 8px 10px;
}
.site-login-section.simple{
    background-color: rgb(0 0 0 / 31%);
    padding: 125px 0;
}
.in-pages-m.modal.simple{

    /*height: 100%;*/
}
.in-pages-m.modal.simple .forms{
    max-width: 485px;
    width: 100%;
    position: relative;
}

.in-pages-m.modal.simple .forms .close-opt{
    position: absolute;
    top: 0;
    right: -47px;
    padding: 8px 10px 10px 10px;
    opacity: .9;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
}
.in-pages-m.modal.simple .forms .close-opt img{
    max-height: 17px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.method-section{
    padding: 19px 15px 19px 5px;
    border-radius: 2px;
    border: 2px solid #bac0c3;
    cursor: pointer;
    margin-bottom: 15px;
    transition: border-color 250ms ease-in-out;
    user-select: none;
}
.method-section:last-child{
    margin-bottom: 0;
}
.method-section:hover{
    border-color: #2899e2;
}
.in-pages-m .frm .method-section:hover .forward-icon{
    color: #222;
}
.method-section .method-icon{
    width: 50px;
}

.method-section .method-icon svg{
    width: 32px;
    height: 32px;
}

.method-section .method-icon .content{
    padding-left: 20px;
}

.in-pages-m .frm .method-section .title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.in-pages-m .frm .method-section .forward-icon{
    font-size: 20px;
    color: #9aa4a9;
    transition: color 250ms ease-in-out;
}
.method-section .content{
    padding: 0 12px 0 8px;
}
.sms-email.page .lead-icon,
.sms-code.page .lead-icon,
.frm.page .lead-icon{
    margin-bottom: 20px;
}
.sms-email.page .lead-icon svg,
.sms-code.page .lead-icon svg,
.frm.page .lead-icon svg{
    width: 48px;
    height: 48px;
}

.frm.page.general-error .lead-icon svg{
    width: 75px;
    height: 75px;
}
.frm.page.general-error .lead-icon svg path{
    fill: #ffbb07;
}
.sms-email.page .lead-title,
.sms-code.page .lead-title,
.frm.page .lead-title{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.pwd-success.page.frm .lead-title,
.email-sent.page.frm .lead-title,
.general-error.page.frm .lead-title{
    font-size: 20px;
}
.pwd-success.page.frm .subtitle,
.general-error.page.frm .subtitle{
    font-size: 18px;

}

.email-sent.page.frm .subtitle .highlight{
    text-decoration: underline;
    font-weight: 600;
}

.email-sent.page.frm .lead-title{
    margin-bottom: 15px;
}
.email-sent.page.frm .subtitle,
.general-error.page.frm .subtitle{
    font-size: 18px;
    line-height: 22px;

}
.sms-email.page .subtitle,
.sms-code.page .subtitle,
.frm.page .subtitle{
    color: #607d8b;
    line-height: 18px;
    margin-bottom: 9px;
}
.frm.page.methods .subtitle{
    margin-bottom: 0;
}
.sms-email.page .ck-full-btn,
.sms-code.page .ck-full-btn,
.frm.page .ck-full-btn{
    margin-bottom: 15px;
}

.sms-email.page .lead--content,
.sms-email.page .warning-section,
.sms-code.page .lead--content,
.sms-code.page .warning-section,
.frm.page .lead--content,
.frm.page .warning-section{
    margin-bottom: 25px;
}

.sms-email.page .warning-section .icon,
.sms-code.page .warning-section .icon{
    padding-top: 1px;
}
.sms-email.page .warning-section .icon svg,
.sms-code.page .warning-section .icon svg,
.frm.page .warning-section .icon svg{
    width: 55px;
    height: 56px;
}
.sms-email.page .warning-section .icon svg path,
.sms-code.page .warning-section .icon svg path,
.frm.page .warning-section .icon svg path{
    fill: #ebcc2c;
}

.sms-email.page .warning-section .text-content,
.sms-code.page .warning-section .text-content,
.frm.page .warning-section .text-content{
    padding-left: 15px;
    font-weight: 700;
    line-height: 18px;
}

.sms-code.page .six-digits-wrapper .w-input{
    text-align: center;
    width: 45px;
    margin: 0 5px;
    padding: 8px 5px;
    font-size: 18px;
}

.sms-code.page .six-digits-wrapper .separator{
    margin: 0 7px;
}

.sms-code.page .retry-status-message{

}

.sms-code.page .retry-status-message svg{
    margin-right: 10px;
}

.sms-code.page .retry-status-message svg path{
    fill: #899faa;
}

.sms-code.page .retry-status-message .text-content{
    color: #607d8b;
}
.sms-code.page .ck-full-btn.retry{
    margin-bottom: 10px;
}

/*.frm.page .input-wrapper{*/
/*	margin-bottom: 0;*/
/*}*/

.frm.page .ck-full-btn {
    cursor: pointer;
    height: 44px;
    font-size: 18px;
    transition: background-color 250ms ease-in-out;

    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.ck-full-btn.black{
    /*transition: background-color 250ms ease-in-out;*/
    background-color: #1c2127;
}
.ck-full-btn.black:hover{
    background-color: #1a1a1a;
}

.ck-full-btn.black.disable-btn,
.ck-full-btn.black.disable-btn:hover{
    background-color: #bdbdbd;
}
.ck-full-blank-btn{
    cursor: pointer;
    height: 44px;
    font-size: 18px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /*color: #222;*/
    color: #6d7579;
    font-weight: 600;
    text-decoration: none;

    border-radius: 2px;

    border: 2px solid #cacaca;
    position: relative;
    transition: color 250ms ease-in-out;
}
.ck-full-blank-btn .fa-ico{
    margin-right: 8px;
    font-size: 16px;
    position: absolute;
    left: 13px;
    color: #939393;
    transition: color 250ms ease-in-out;
}
.ck-full-blank-btn:hover{
    color: #181818;
}
.ck-full-blank-btn:hover .fa-ico{
    color: #333;
}
.a-link{
    cursor: pointer;
}

.frm.page .lead-icon svg .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke__checkmark__check 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.frm.page .lead-icon svg.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto 20px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill__checkmark__check 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.frm.page .lead-icon svg .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke__checkmark__check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.pages-welcome{
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    font-size: 24px;
    line-height: 30px;
    padding: 15px 33px;
    background: rgb(14,166,213);
    background: linear-gradient(343deg, rgba(14,166,213,1) 0%, rgba(45,118,255,1) 100%);
    color: #ffffff;
    font-weight: 700;

    position: relative;
    /*top: 3px;*/
}
.status-indicator{
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 20px;
    color: #62ac28;
    display: none;
}


.suggest-telcel-validate .lead--value{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 6px 0;
}

.a-link.phone-other{
    font-size: 15px;
    /*font-weight: 700;*/
    text-align: center;
}

@keyframes stroke__checkmark__check {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale__checkmark__check {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill__checkmark__check {
    100% {
        box-shadow: inset 0px 0px 0px 50px #7ac142;
    }
}
@media (max-width: 849px){
    .in-pages-m .frm{
        padding: 28px 25px 25px 25px;
    }
    .in-pages-m .about-col{
        padding: 25px 0px 25px 25px;
    }
}

@media (max-width: 686px){

    .in-pages-m .about-col{
        padding: 50px 0px 25px 0px;
    }
    /*.in-pages-m .lead-body .logo img{
        max-height: 35px;
    }*/
    .in-pages-m .lead-content header.lead, .in-pages-m footer.lead {
        padding: 0 20px;
    }
}
@media (max-width: 620px){
    .site-login-section.simple{
        padding: 25px 0;
    }
    .in-pages-m.modal.simple .forms .close-opt{
        top: 20px;
        right: 16px;
        padding: 14px;
    }
    .in-pages-m.modal.simple .forms{
        padding: 18px 15px;
    }
}
@media (max-width: 549px){
    .in-pages-m .lead-content .links .back-to{
        display: none;
    }
    .in-pages-m .lead-content .links .back-to-short{
        display: block;
    }

    .sms-code.page .six-digits-wrapper .w-input{
        width: 39px;
        height: 45px;
        margin: 0 5px;
        padding: 7px 0px;

    }
    .sms-code.page .six-digits-wrapper .separator {
        margin: 0 3px;
    }
    /*.in-pages-m .lead-body .logo img {
        max-height: 28px;
    }*/
}

@media (max-width: 380px){
    .sms-code.page .six-digits-wrapper .w-input{
        width: 35px;
        height: 39px;
        margin: 0 2px;
    }
    .in-pages-m .lead-content .lead-body {
        padding: 56px 10px;
    }
}

@media (max-width: 369px){
    .in-pages-m .lead-content .lead-body {
        padding: 56px 15px;
    }
    .in-pages-m .frm {
        padding: 28px 15px 0 15px;
    }

}