body {
    height: 100vh;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fefefe, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fefefe, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fefefe, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fefefe, #fff); /* Standard syntax */
}

#body_login div#background {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/boy_grey.png');
    
}
#body_signup div#background {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/media/res/images/girl_right.png');
}
#form_submit{
    display: none;
}
@media (max-width: 767px){
    .title {
        margin: 0;
        line-height: 56px;
        font-size: 11PX;
        letter-spacing: 5PX;
        font-family: 'Montserrat', sans-serif;
        height: 56px;
        border-bottom: 1px solid #ddd;
        padding-left: 56px;
        text-transform: uppercase;
    }
    div#background {
        z-index: 1;
        position: absolute;
        right: 70vw;
        width: 30vw;
        height: 100vh;
        background-size: auto 80%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    #body_signup div#background{
        display: none;
        left: -10vw;
        width: 103vw;
        height: 117vh;
        bottom: 0;
    }
    main {
        background: rgba(255,255,255,.5);
        z-index: 2;
        position: fixed;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
    }
    #body_signup main {
        position: absolute;
    }
    main > .table > .cell {
        float: left;
        height: 100vh;
    }
    #form {
        float: left;
        height: calc(100% - 156px);
        width: 100%;
        padding: 0px 16px;
    }
    #row_type {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #row_type .form_type{
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 6px;
    }
    #form .input-field {
        width: 100%;
    }
    #form_submit {
        display: none;
        float: right;
        margin-right: 12px;
    }
    #row_bottom {
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .title {
        margin: 0;
        line-height: 56px;
        font-size: 11PX;
        letter-spacing: 5PX;
        font-family: 'Montserrat', sans-serif;
        height: 56px;
        border-bottom: 1px solid #ddd;
        padding-left: 56px;
        text-transform: uppercase;
    }
    div#background {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-size: auto 80%;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-position: right 40vw bottom;
        display: none;
    }
    main {
        background: rgba(255,255,255,.3);
        z-index: 2;
        position: fixed;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
    }
    main > .table > .cell {
        float: left;
        height: 100vh;
    }
    #form {
        float: left;
        height: calc(100vh - 156px);
        width: 100vw;
        padding: 4vw 25vw;
    }
    #row_type {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #row_type .form_type{
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 6px;
    }
    #form .input-field {
        width: 100%;
    }
    #form_submit {
        position: fixed;
        bottom: 50px;
        right: 25%;
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1279px){
    .title {
        font-size: 28px;
        font-weight: 200;
        margin: 80px 0;
        width: 100%;
        text-align: center;
        height: 80px;
    }
    div#background {
        position: fixed;
        width: calc(50% - 178px);
        height: 100vh;
        background-size: auto 100%;
        background-position: bottom right;
        background-repeat: no-repeat;
        display: none;
    }
    main {
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        padding-top: 60px;
        overflow-y: scroll;
    }
    #form {
        width: 100%;
        display: inline-block;
        height: calc(100% - 210px);
    }
    #form .cell {
        float: left;
    }
    #row_type {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #row_type .form_type{
        float: none;
        display: inline-block;
        width: 190px;
        text-align: center;
        margin: 0 6px;
    }
    #form .input-field {
        width: 370px;
        margin-left: calc(50% - 185px);
    }
    #form_submit {
        float: right;
    }
    #row_bottom {
        padding: 0 25vw;   
    }
}
@media (min-width: 1280px){
    h1.title {
        font-size: 28px;
        padding-left:calc(50% - 200px);
        font-weight: 200;
        margin: 60px 0 20px 0;
        text-align: left;
        width: 100%;
    }
    div#background {
        position: absolute;
        width: 20%;
        height: 100vh;
        background-size: auto 80%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    main {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        padding-top: 60px;
    }
    #form {
        width: 100%;
        display: inline-block;
    }
    #form .cell {
    }
    #row_type {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    #row_type .form_type{
        float: none;
        display: inline-block;
        width: 190px;
        text-align: center;
        margin: 0 6px;
    }
    #form .input-field {
        width: 400px;
        margin-left: calc(50% - 200px);
    }
    #row_bottom {
        position: fixed;
        bottom: 20px;
        width: 100%;
    }
    #form_restart {
        float: left;
        margin-left: calc(50% - 297px);
    }
    #form_submit {
        float: right;
        margin-right: calc(50% - 297px);
    }
}

/*LOGO AND TITLE*/
.w_logo.logo img {
    width: 100%;
    height: auto;
    float: left;
}
h1.title { 
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    color: #111;
}

.nav-back {
    display: none;
}

@media (max-width: 991px){
    h1.title {
        font-family: 'Montserrat', sans-serif;
        text-transform: none;
        font-size: 16px;
        color: #111;
        font-weight: bold;
        padding-left: 40px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #fff;
    }
    .w_logo.logo {
        position: fixed;
        left: 0px;
        width: 40px;
        top: 8px;
        display: none;
        z-index: 2;
    }
    .body_confirm .w_logo.logo, .body_change_pass .w_logo.logo {
        display: block;
    }
    .nav-back {
        display: block;
        position:fixed;
        top: 0px;
        width: 40px;
        height: 56px;
        line-height: 40px;
        text-align: center;
        z-index:2;
    }
    .nav-back i {
        margin-top: 8px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #000;
        font-size: 24px;
    }
}
@media (min-width: 992px){
    .w_logo.logo {
        position: fixed;
        left: 20px;
        width: auto;
        top: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #333;
    }
    .w_logo.logo img {
        display: none;
        width: 100px;
        height: auto;
        float: left;
    }
    .w_logo.logo img#logo_big {
        display: block;
    }
}


#row_facebook {
    margin-top: 40px;
}
#row_facebook, #row_signup {
    text-align: center;
}
#row_facebook > *, #row_signup > * {
    display: inline-block;
}
#button_submit {
    float: right;
}
#body_signup #row_signup input {
    margin-top: 20px;
}

.invitation-message{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}


@media (max-width: 991px){
    #body_signup #form {
        margin-top: 0px;
        padding-top: 72px;
    }
    #body_login #form {
        margin-top: 0px;
        padding-top: 100px;
        height: calc(100vh - 56px - 56px);
    }
    #row_submit a{
        line-height: 50px;
    }
    #row_signup input {
        width: 100%;
    }
    #row_facebook a {
        width: 100%;
    }
    .button .text {
        font-size: 13px;
    }
    #row_facebook a .icon img {
        width: 20px;
        margin-top: 15px;
        height: auto;
    }
    #row_facebook .button, #row_signup .button {
        width: 100%;
    }
    #body_login #row_facebook .button, #body_login #row_signup .button {
        background: none;
    }
    #body_login #row_facebook .text, #body_login #row_signup .text {
        width: 100%;
        text-align: center;
        margin: 0;
        line-height: 100%;
        white-space: normal;
        color: #62bcfa;
    }
    #body_login #row_facebook .text {
        width: calc(100% - 40px);
        color: #035585;
    }
    #body_signup #row_facebook .text {
        width: calc(100% - 40px);
        margin: 0;
    }
    #body_login #row_facebook {
        position:fixed;
        width: 50vw;
        bottom: 0;
        right: 0;
        height: 56px;
    }
    #body_login #row_submit {
        margin-bottom: 56px;
    }
    #body_login #row_signup {
        position:fixed;
        width: 50vw;
        bottom: 0;
        left: 0;
        height: 56px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #body_signup #form, #body_login #form {
        margin-top: 0px;
        padding-top: 100px;
    }
}
@media (min-width: 992px){
    #form {
        min-height: 500px;
    }
    #row_facebook a .icon img {
        width: 18px;
        margin-top:9px;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1279px){ 
    
}


/*TOAST ->>> GLOBAL*/
.toast {
    background: none;
    box-shadow: none;
}


/*FOOTER*/
footer {
    width: 100%;
    text-align:center;
    position: fixed;
    bottom: 0;
    height: 44px;
    display: none;
}
footer a {
    margin: 0 12px;
    height: 44px;
    line-height: 44px;
    color: #444;
    cursor: pointer;
}
footer a:hover {
    color: #000;
    text-decoration: underline;
}
@media (max-width: 991px){
    footer {
        display: none;
    }
}

.row_response {
    text-align: center;
    padding: 20px;
    border-radius: 18px;
    background-color: #B33A3A;
    color: #fff;
    font-weight: bold;
}

.row_response_200,
.row_code_US013 {
    background-color: #0099ff;
}

#confirm_response_2 {
    background-color: unset;
    color: var(--w-color-black);
    font-weight: normal;
}

#forget_response, #restart_response, #restart_response_2 {
    display: none;
}

/* #submit-btn-box{
    margin-top: 20px;
} */

#submit-btn-box > .button{
    float: left;
    margin-top: 0 !important;
}

#submit-btn-box > .browser-default{
    margin-right: 10px !important;
    margin-bottom: 10px;
}

#signup_conditions{
    padding: 0px;
    font-size: 14px;
}

#signup_conditions p{
    margin: 10px 0;
    margin-top: 0;
    text-align: left !important;
}

#signup_conditions p strong{
    color: #343434;
}

#signup_conditions #last-par{
    line-height: 110%;
    margin: 0;
}

#password{
    margin-bottom: 0;
}

[type="checkbox"]+label{
    font-size: 10px;
    line-height: 11px;
}

[type="checkbox"]:checked+label:before{
    border-right: 2px solid #0099FF;
    border-bottom: 2px solid #0099FF;
}

#check-content{
    font-size: 10px;
    color: #797979;
}

#check-content strong{
    color: #343434;
}

@media (min-width: 768px) and (max-width: 991px){
    #submit-btn-box  .button{
        width: auto;
        height: 36px;
    }

    #submit-btn-box  .button.btn_facebook .text{
        height: 36px;
        line-height: 36px;
    }    
}

@media (min-width: 992px) and (max-width: 1279px){
    h1.title{
        margin: 0px 0 20px 0;
        height: auto;
        text-align: left;
        padding-left: calc(50% - 178px);
    } 
}

@media (max-width: 991px){
    #submit-btn-box  .button{
        width: auto;
        height: 36px;
        width: 100%;
        margin: 0;
    }

    #submit-btn-box  .button.btn_facebook{
        margin-top: 10px !important;
    }

    #submit-btn-box  .button.btn_facebook .text{
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: calc(100% - 26px);
    }  
}

.error-input-message {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -15px;
    font-size: 11px;
    text-align: right;
    color: #ef0b0b;
}

.error-input-message.display-message{
    display: block;
}

.w-su-recaptcha {
    margin-bottom: 12px;
}

#recaptcha-terms-mobile {
    text-align: left;
    border-radius: 5px;
    font-size: 10px;
    color: #797979;
}

.grecaptcha-badge { visibility: hidden; }

/*LABELS SIGNUP INPUTS*/

#body_signup .input-field label:not(.label-icon).active {
    text-transform: none;
    margin-left: 9px;
    padding: 0 4px;
    background-color: #fff;
}
#body_signup .input-field label:not(.label-icon).active {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-122%);
}