﻿/*!
 * Signin.css v8.2.7 By UI Team
 * Copyright 2012-2018 StarLight.
 * Licensed under the MIT license
 */
@charset 'UTF-8';

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    opacity: .2;
    -webkit-box-shadow: 0 0 0 50px #d0d7e3 inset;
}

html, body {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    overflow: hidden;
    padding: 0;
    
}

.group {
    position: relative;
    margin-bottom: 25px;
}

    .group input {
        font-size: 18px;
        display: block;
        width: 100%;
        padding: 10px 10px 10px 5px;
        border: none;
        border-bottom: 1px solid #3071d4;
        background: transparent;
    }

        .group input ~ label {
            pointer-events: none;
        }

        .group input:focus {
            outline: none;
        }

            /* active state */
            .group input:focus ~ label, .group input:valid ~ label, .group label.valid {
                font-size: 14px;
                top: -18px;
                color: #3071d4;
            }

/* LABEL ======================================= */
label {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 5px;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
    color: #999;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        position: absolute;
        bottom: 1px;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: .2s ease all;
        -moz-transition: .2s ease all;
        transition: .2s ease all;
        background: #3071d4;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100px;
    height: 60%;
    pointer-events: none;
    opacity: .5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #3071d4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #3071d4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #3071d4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*-- Checkbox --------------------------- */

/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/

.form-group.checkbox {
    margin-top: 20px;
}

.checkbox input[type='checkbox'] {
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 10px;
    display: inline-block;
    overflow: hidden;
    padding-left: 0;
}

.checkbox .chk-span {
    position: relative;
    z-index: 1;
    top: 0;
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 14px 14px 1px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #1d1d1d;
    border: 1px solid #5a5a5a;
    outline-color: #eaeaea;
}

    .checkbox .chk-span.checked {
        top: -2px;
        -webkit-transform: rotate(-45deg) scaleY(.5);
        -moz-transform: rotate(-45deg) scaleY(.5);
        -ms-transform: rotate(-45deg) scaleY(.5);
        -o-transform: rotate(-45deg) scaleY(.5);
        transform: rotate(-45deg) scaleY(.5);
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 4px solid #03a9f4;
        border-left: 2px solid #03a9f4;
    }

    .checkbox .chk-span.checked {
        border-bottom-color: #3071d4;
        border-left-color: #3071d4;
    }

.checkbox input[type='checkbox']:focus ~ label {
    color: #3071d4;
}

    .checkbox input[type='checkbox']:focus ~ label .chk-span {
        border-color: #3071d4;
    }

        .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
            border-top: 1px solid rgba(0, 0, 0, 0);
            border-right: 1px solid rgba(0, 0, 0, 0);
            border-bottom-color: #3071d4;
            border-left-color: #3071d4;
        }

@media (min-width:768px) {
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 5px;
    }
}

.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-bottom-style: dashed;
    background-color: transparent;
}

#focusedInput {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    box-shadow: none;
}

.btn {
    position: relative;
    margin: 10px 1px;
    padding: 8px 30px;
    cursor: pointer;
    -webkit-transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .84);
    border: 0;
    border-radius: 2px;
    outline: none !important;
}

.btn-default {
    color: #999;
    border-color: #bbb;
    background: transparent;
}

    .btn-default .caret {
        border-top-color: #fff;
    }

    .btn-default:hover, .btn-default.active {
        color: #fff;
        border-color: #bbb;
        background: #bbb;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    }

.btn-info {
    border-color: #4285f5;
    background: #4285f5;
}

    .btn-info:hover, .btn-info.active {
        border-color: #4285f5;
        background: #4285f5;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    }

        .btn-info:hover .caret, .btn-info.active .caret {
            border-top-color: #4285f5;
        }

.btn[disabled]:after {
    position: absolute;
    top: 7px;
    right: -30px;
    width: 22px;
    height: 22px;
    content: '';
    background-image: url('/Sources/images/load.gif');
}

.forget-txt {
    float: right;
    margin-top: 7px;
    color: #bbb;
}

.signin-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login-form h1 {
    font-size: 100px;
    font-weight: 700;
    font-style: italic;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#dcdde1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-form img {
    position: absolute;
    top: -64px;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    border: 8px solid #fff;
}

.sign-in {
    margin-top: 90px;
}

.login-form.active {
    opacity: 1;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.login-form input.form-control {
    font-size: 15px;
    height: 48px;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.login-form .form-options {
    margin: 20px 0 30px;
}

.form-options a {
    margin: 10px;
}

.login-form .form-options .checkbox {
    display: inline-block;
}

.login-form input[type='submit'] {
    font-family: 'FontAwesome';
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    padding-left: 7px;
    opacity: .5;
    color: #888;
    border: 2px solid #888;
    border-radius: 50%;
    background: transparent;
}

    .login-form input[type='submit']:hover {
        opacity: 1;
    }

.login-form p.signup {
    margin-bottom: 0;
}

.btn-default-outline, .btn-primary-outline, .btn-success-outline, .btn-info-outline, .btn-warning-outline, .btn-danger-outline {
    background: transparent;
}

.btn-default-outline {
    color: #bbb;
    border: 1px solid #ccc;
}

.validation {
    text-align: left;
    color: #d9534f;
}

.signin-pwd-form {
    position: relative;
}

.tipshowbox {
    position: absolute;
    z-index: 99;
    top: -40px;
    right: -415px;
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.tipshowbox:before, .tipshowbox:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 100%;
    top: 60px;
    margin-top: -3px;
    border-top: 6px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 6px solid transparent;
}

.tipshowbox:after{
    right: 100%;
    margin-right: 1px;
    border-right: 10px solid #ccc;
    z-index: -1;
}

.tipshowbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tipshowbox ul li {
    font-style: normal;
    margin: 5px 0;
    text-align: left;
}

.tipshowbox ul li i {
    margin-right: 5px;
}

.find-pwd-form {
    margin-top: 30px;
}

.btn-default-outline:hover, .btn-default-outline.active {
    color: #fff;
    background: #ccc;
}

    .btn-default-outline:hover .caret, .btn-default-outline.active .caret {
        border-top-color: #fff;
    }

.btn-primary-outline {
    color: #3071d4;
    border: 1px solid #3071d4;
}

    .btn-primary-outline:hover, .btn-primary-outline.active {
        color: #fff;
        background: #3071d4;
    }

.btn-magenta-outline {
    color: #d94084;
    border: 1px solid #d94084;
}

    .btn-magenta-outline:hover, .btn-magenta-outline.active {
        color: #fff;
        background: #d94084;
    }

.send-email {
    color: #60c560;
}

.none {
    display: none;
}

.login-form h5 {
    font-weight: normal;
    line-height: 1.4em;
    color: #555;
}

.login-box {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
}

canvas {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.transparent-bg {
    background: transparent;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 50%;
}

.white-bg {
    background: #fff;
}

.login-item {
    text-align: center;
    height: 50vh;
}

.login-logo {
    width: 412px;
    height: auto;
}

.login-form {
    width: 600px;
    height: 100%;
    margin: 0 auto;
    display: table;
}

    .login-form > .signin-window-form, .login-form > .text-center {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

.signin-window-form {
    padding-top: 20px;
}
@media(max-width:1366px) {
    .tipshowbox{
        max-width: 350px;
        right: -360px;
    }
}

@media(max-width:1024px) {
    .tipshowbox{
        max-width: 400px;
        bottom: 100%;
        top: auto;
        right: auto;
    }
    .tipshowbox:before, .tipshowbox:after {
        top: auto;
        bottom: -15px;
        left: 50%;
        margin-top: 0;
        margin-left: -3px;
        border-left: 6px solid transparent;
        border-top: 10px solid #fff;
        border-right: 6px solid transparent;
    }
    .tipshowbox:after {
        bottom: -16px;
        border-top: 10px solid #ccc;
    }
}
@media(max-width:767px) {
    .tipshowbox{
        left: 0;
        right: 0;
    }

    .login-form {
        flex-basis: 90%;
        width: 90%;
    }

    .login-logo {
        width: 247px;
    }

    .section-box {
        padding-top: 20px;
    }

    .bar {
        width: 100%;
    }

    .group {
        margin-bottom: 15px;
    }

    .login-form h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .group input:focus ~ label, .group input:valid ~ label {
        top: -10px;
        margin: 0;
    }

    .login-form h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .login-form p, .login-form h5 {
        font-size: 12px;
    }

    .form-options a {
        margin: 0 5px;
    }

    .group input {
        border-radius: 0;
    }

    .tipshowbox {
        bottom: 30px;
        left: 0;
        right: 0;
    }
}

@media(max-width:375px ) {
    body {
        min-height: 600px;
        overflow: scroll
    }
    .login-item {
        width: 100%;
        flex-basis: 50% !important;
    }
}

@media(orientation:landscape) {
    .less-login {
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .new-login-bg-image {
        background: url(/Sources/images/lessen_bg_pc.png) center center no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .transparent-bg {
        flex-flow: column;
        justify-content: center;
    }

    .mobile-less-login-logo {
        background-image: url(/Sources/images/logo/one-lessen-logo-white.svg);
        z-index: 100;
        width: 182.25px;
        height: 106.5px;
    }

    .less-login-logo {
        background: url(/Sources/images/logo/one-lessen-logo-blue.svg) no-repeat center;
        width: 100%;
        height: 181px;
        background-size: 40%;
        margin-top: 50px;
        flex: 1;
    }

    .less-login-logo-mobile {
        background-image: url(/Sources/images/logo/one-lessen-logo-white.svg);
        position: absolute;
        z-index: 100;
        width: 0;
        height: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 84px;
        display: none;
    }

    .less-login .image-part {
        flex: 3;
        position: relative;
    }

    .lessen_bg_mask {
        position: absolute;
        width: 100%;
        height: 299px;
        flex-shrink: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, #000 100%);
    }

    .less-login .login-box {
        flex: 4;
        height: auto;
    }

        .less-login .login-box .login-item .login-form {
            flex: 1;
            height: auto;
            width: 80%;
            max-width: 600px;
        }

    .login-item {
        width: 100%;
        flex-basis: auto;
    }

    .less-login-form-part {
        width: 80%;
        flex: 1;
    }

    .lessn_plus_sms {
        height: 100%;
        max-height: 108px;
        position: absolute;
        /*bottom: 5vh;*/
        bottom: 88px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        background-size: contain;
        z-index: 100;
    }
}

.less-login .btn-info {
    border-color: #0860EA;
    background: #0860EA;
}
/*.less-login .btn-lessen-info :hover{
    color:white
}*/

@media(orientation:portrait) {
    body {
        min-height: 600px;
        overflow: scroll
    }

    .less-login {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .lessen-login-item {
        display: none
    }

    .new-login-bg-image {
        background: url(/Sources/images/lessen_bg_mobile.png) center center no-repeat;
        width: 100%;
        height: 100%;
        min-width: 375px;
        min-height: 375px;
        background-size: cover;
    }

    .less-login-logo {
        background-image: url(/Sources/images/logo/one-lessen-logo-white.svg);
        position: fixed;
        top: 18%;
        z-index: 100;
        width: 182.25px;
        height: 106.5px;
        display: none;
    }

    .less-login-logo-mobile {
        position: absolute;
        z-index: 100;
        background: url(/Sources/images/logo/one-lessen-logo-white.svg) no-repeat center;
        min-height: 181px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-size: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .less-login .image-part {
        flex: 1;
        position: relative;
    }

    .less-login .login-box {
        flex: 1;
        height: auto;
        align-items: center;
    }

        .less-login .login-box .login-item .login-form {
            flex: 1;
            height: auto;
            width:90%
        }

    .login-item {
        width: 100%;
        flex-basis: auto;
    }

    .less-login-form-part {
        width: 90%;
        margin-bottom: 3%;
    }

    .lessn_plus_sms {
        height: 100%;
        background-size: cover;
        width: 100%;
        position: absolute;
        left: 50%;
        background-size: 70%;
        transform: translate(-50%, 35%);
    }

    .lessen-login-item-bg {
        display: flex;
        /* flex-flow: row; */
        align-items: center;
        justify-content: center;
        /* flex-grow: 1; */
        width: 90%;
        flex-direction: column;
    }
}

@media(min-width:768px) and (orientation:portrait) {
    .lessn_plus_sms {
        background-size: 50%;
    }
}

@media(min-width:500px) and (orientation:portrait) {

    .new-login-bg-image {
        background-position-y: 15%
    }
}

.less-login .btn-info {
    border-color: #0860EA;
    background: #0860EA;
}