@font-face {
    font-family: 'GoBold';
    src: url('https://static2.emaze.com/pp/fonts/Gobold.eot?#iefix') format('embedded-opentype'), url('https://static2.emaze.com/pp/fonts/Gobold.woff') format('woff'), url('https://static2.emaze.com/pp/fonts/Gobold.ttf') format('truetype');
}

@font-face {
    font-family: 'asap-bold';
    src: url('https://static2.emaze.com/pp/fonts/asap-bold.eot?#iefix') format('embedded-opentype'), url('https://static2.emaze.com/pp/fonts/asap-bold.woff') format('woff'), url('https://static2.emaze.com/pp/fonts/asap-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'GoBoldLight';
    src: url('https://static2.emaze.com/pp/fonts/Gobold_Light.eot?#iefix') format('embedded-opentype'), url('https://static2.emaze.com/pp/fonts/Gobold_Light.woff') format('woff'), url('https://static2.emaze.com/pp/fonts/Gobold_Light.ttf') format('truetype');
}


@font-face {
   font-family:'AsapRegular';
   src: url('https://static2.emaze.com/pp/fonts/AsapRegular.TTF') format('truetype');
}

#loginform-layout *::-webkit-scrollbar {
    /* width: 3px; */
    /* height: 3px; */
}
/* Track */
#loginform-layout *::-webkit-scrollbar-track {
    /* background: #e6e6e6; */
}
/* Handle */
#loginform-layout *::-webkit-scrollbar-thumb {
    /* background: #acacac; */
} 

#loginform-layout {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10001;   
}

#loginform-layout #loginform-container {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 366px;
    height: 620px;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    font-family: Poppins, "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;  
    border-radius: 7px;  
    text-align: center;
}

/* mobile & tablet landscape should be included*/
@media only screen and (max-height: 650px) {
    #loginform-layout #loginform-container {
        top: 5%;
        height: 90%;
        overflow-y: scroll;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}




    #loginform-layout #loginform-container input {
        background-color: #ffffff;
        border: 1px solid #e1e1e1;
        box-shadow: none;
        padding: 7px 10px;
        width: 246px;
        font-size: 14px;
        height: auto;
        outline: none;
        border-radius: 7px;
    }

        #loginform-layout #loginform-container input[type="submit"] {
            height: 0;
            width: 0;
            padding: 0;
            margin: 0;
            visibility: hidden;
        }

#loginform-layout #mini-forms-container {
    padding-top: 0px;
    background-color: white;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    border-radius: 0 0 7px 7px;
}

#loginform-layout .lg-header {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    /* background-image: url('../../../img/white-dot-pattern.jpg'); */
    color: #333;
    font-family: Poppins;
    /* font-weight: 500; */
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
    line-height: 2.1;
    /*margin-bottom: 15px;*/
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.lg-header span {
    top: 3px;
    position: relative;
}

#loginform-layout .lg-close-btn {
    background-image: url('../../../img/close-popup-black.png');
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 7px;
    margin-right: 7px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    cursor: pointer;
}

#loginform-layout .lg-disabled-btn {
    background-color: #cfcfcf;
    background-image: none;
}

#loginform-layout .lg-push {
    transform: translateX(120%);
    -ms-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
}

#loginform-layout .lg-transition {
    position: relative;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

#loginform-layout .lg-label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: black;
    text-align: center;
    padding: 0;
    margin-bottom: 4px;
}

#loginform-layout .lg-pop-hide {
    display: none;
    opacity: 0;
    transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

#loginform-layout #lg-whatdoyoudo {
    width: 70%;
    /* margin-left: 15%; */
    margin-bottom: 4%;
    border-radius: 7px;
    outline: none;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
    width: 246px;
}

#loginform-layout .lg-btn {
    background-color: #2680EB;
    /*background-image: url(https://static2.emaze.com/pp/resources/pp-login-btn-pattern.jpg);*/
    /* background-repeat: repeat; */
    color: white;
    font-family: Poppins;
    /* font-weight: 500; */
    font-size: 15px;
    text-transform: capitalize;
    padding: 0px;
    /*margin-top: -11px; motti*/
    width: 90px;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    padding-left: 0;
    padding-right:0;
    border-radius:8px;
}

#loginform-layout .lg-disabled-btn {
    background-color: #cfcfcf;
    background-image: none;
}

#loginform-layout .nav-label {
    font-family: 'Poppins';
    color: black;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 -4px 0;
}

    #loginform-layout .nav-label span {
        /* color: #ae0660; */
        color: #2680EB;
        cursor: pointer;
    }
#loginform-layout .nav-label.with-bottom-line{
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: #666666 solid 1px;
    padding-bottom: 9px;
    margin-top: 55px;
}

#loginform-layout .nav-terms {
    font-family: 'Poppins';
    color: black;
    font-size: 14px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    max-width: 24.5rem !important;
}


    #loginform-layout .nav-terms span {
        /* color: #ae0660; */
        color: #FEB105;
        cursor: pointer;
    }


#loginform-layout #login, 
#loginform-layout #reset, 
#loginform-layout #login-2fa-code, 
#loginform-layout #logged-in, 
#loginform-layout #email-confirm-code {
    position: absolute;
    /* top: 79px; */
    width:  100%;
    display: block;
}
#loginform-layout #mini-forms-container div.lg-push{
    display:none;
}

#loginform-layout .lg-error-field {
    font-size: 12px;
    font-family: 'Poppins';
    color: red;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

#loginform-layout .red-loader {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background: url(https://static2.emaze.com/wp-content/themes/emaze/img/loader_small.gif) no-repeat !important;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
}

#loginform-layout .lg-loader-image {
    width: 25px;
    height: 25px;
    float: right;
    position: absolute;
    right: 30px;
    top: 6px;
}


#loginform-layout .facebook-button, #loginform-layout .googleplus-button {
    width: 249px;
    height: 48px;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 10px;
    display: block;
}

/* facebook google+ */
#loginform-layout .facebook-box, #loginform-layout .googleplus-box {
    width: 249px;
    height: 48px;
    background-color: #3c5997;
    line-height: 48px;
    cursor: pointer;
    margin: auto;
}

#loginform-layout .facebook-icon, #loginform-layout .googleplus-icon {
    width: 47px;
    height: 48px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#loginform-layout .facebook-text, #loginform-layout .googleplus-text {
    text-align: center;
    vertical-align: middle;
    font-family: 'Poppins';
    font-size: 17px;
    color: #ffffff;
}


#loginform-layout .facebook-box {
    background-color: #3c5997;
    margin-top: 0px;
    margin-bottom: 0px
}

#secure-text {
    font-family: 'Poppins';
    color: #ad0063;
    text-align: center;
    white-space: pre-line;
    padding-bottom: 3%;
}

.facebook-register-btn:hover {
    background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/facebook-signup-hover2.png);
}

.facebook-login-btn:hover {
        background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/facebook-login-hover2.png);
}

.google-register-btn:hover {
        background-image: url(/wp-content/themes/emaze/external/popups/img/login-google-hover.png);
}
.google-login-btn:hover {
        background-image: url(/wp-content/themes/emaze/external/popups/img/login-google-hover.png);
}


.facebook-register-btn {
        background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/facebook-signup2.png);
        width: 248px;
        height: 56px;
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 12px;
        border: none;
        cursor: pointer;
}

.facebook-login-btn {
        background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/facebook-login2.png);
        width: 248px;
        height: 56px;
        background-color:  transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 12px;
        border: none;
        cursor: pointer;
}

.google-register-btn {
        background-image: url(/wp-content/themes/emaze/external/popups/img/login-google.png);
        width: 248px;
        height: 56px;
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 12px;
        border: none;
        cursor: pointer;
}

.google-login-btn {
        background-image: url(/wp-content/themes/emaze/external/popups/img/login-google.png);
        width: 248px;
        height: 56px;
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 12px;
        border: none;
        cursor: pointer;
}


#loginform-layout .facebook-icon {
    background-color: #4567b0;
    background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/facebook-login2.png);
}

#loginform-layout .googleplus-box {
    background-color: #f1665b;
    margin-bottom: 7px;
    display: block;
}

#loginform-layout .googleplus-icon {
    background-color: #f79469;
    background-image: url(https://static2.emaze.com/wp-content/themes/emaze/img/sidebar/google-login2.png);
}


#loginform-layout .or-box {
    width: 248px;
    height: 40px;
    vertical-align: middle;
    margin: auto;
}

#loginform-layout .or-horz-line-1, #loginform-layout .or-horz-line-2 {
    /*width: 102px;*/
    height: 2px;
    float: left;
    margin-top: 18px;
    border-bottom: 1px solid black;
    width: 41%;
}


#loginform-layout .or-horz-line-1 {
    margin-left: 1%;
    margin-right: 5%;
}

#loginform-layout .or-horz-line-2 {
    margin-left: 5%;
    margin-right: 1%;
}


#loginform-layout .or-text {
    margin-top: 12px;
    float: left;
    color: black;
    width: 6%;
    font-size: 13px;
}

#loginform-layout .column.small-centered, #loginform-layout .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

#loginform-layout .column, #loginform-layout .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}

#loginform-layout div, 
#loginform-layout dl, 
#loginform-layout dt, 
#loginform-layout dd, 
#loginform-layout ul, 
#loginform-layout ol, 
#loginform-layout li, 
#loginform-layout h1, 
#loginform-layout h2, 
#loginform-layout h3, 
#loginform-layout h4, 
#loginform-layout h5, 
#loginform-layout h6, 
#loginform-layout pre, 
#loginform-layout form, 
#loginform-layout p, 
#loginform-layout blockquote, 
#loginform-layout th, 
#loginform-layout td {
    /* margin: 0; */
    /* padding: 0; */
    /* direction: ltr; */
}

#loginform-layout .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
}

#loginform-layout *, #loginform-layout *:before, #loginform-layout *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#loginform-layout form {
    margin: 0 0 10px;
    /*margin: 0 0 1rem;*/
}

#loginform-layout button, #loginform-layout .button {
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #0079a1;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
}

#loginform-layout button, html #loginform-layout input[type="button"], #loginform-layout input[type="reset"], #loginform-layout input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#loginform-layout button, #loginform-layout select {
    text-transform: none;
}

#loginform-layout button, #loginform-layout input {
    line-height: normal;
}

#loginform-layout button, 
#loginform-layout input, 
#loginform-layout select, 
#loginform-layout textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

    #loginform-layout input[type="text"], 
    #loginform-layout input[type="password"], 
    #loginform-layout input[type="date"], 
    #loginform-layout input[type="datetime"], 
    #loginform-layout input[type="datetime-local"], 
    #loginform-layout input[type="month"], 
    #loginform-layout input[type="week"], 
    #loginform-layout input[type="email"], 
    #loginform-layout input[type="number"], 
    #loginform-layout input[type="search"], 
    #loginform-layout input[type="tel"], 
    #loginform-layout input[type="time"], 
    #loginform-layout input[type="url"], 
    #loginform-layout textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        font-family: inherit;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        color: rgba(0,0,0,0.75);
        display: block;
        font-size: 0.875rem;
        margin: 0 0 10px 0;
        /*margin: 0 0 1rem 0;*/
        padding: 0.5rem;
        height: 2.3125rem;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
        -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
        transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    }

#loginform-layout label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

#loginform-layout .title-icon {
    background-position: center;
    background: url(https://static2.emaze.com/wp-content/themes/emaze/img/login2fa_lock_2x.jpg);
    width: 100px;
    height: 100px;
    margin: 0px auto 20px;
    background-size: contain;
    border-radius: 7px;
}

#loginform-layout .lg-label.lg-title{
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
}

#loginform-layout .lg-label.lg-text{
    font-family: 'Poppins';
    letter-spacing: 0.14px;
    font-weight: normal;
}

#loginform-layout .lg-label.lg-text .lg-source{
    color: #F6B11A;
}

#loginform-layout #loginform-container input.lg-code{
    color: #666666;
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 4.2px;
    height: 35px;
}

#lg-verify-btn{
    background-color: #63D1A7;
}

#loginform-layout .nav-label span.nav-to-resend{
    color: #2680EB;
    text-decoration: underline;
}
#loginform-layout .nav-label span:hover {
    text-decoration: underline;
}

.nav-terms a,
.nav-terms a:hover {
    font-size: 14px;
    color: #2680EB;
    text-decoration: none;
}

#loginform-layout .column, #loginform-layout .columns .lg-btn {
    padding-right: 0;
    padding-left: 0;
}

#loginform-layout .column, #loginform-layout .columns .lg-btn:hover {
    background-color: #216ECC;
}

button.google-register-btn.small-centered {
    top: 10px;
}

button.google-login-btn.small-centered {
    top: 10px;
}



