﻿@charset "UTF-8";
/* CSS Document */

* {
    font-family: "Roboto",sans-serif;
}

a, a:hover {
    text-decoration: none;
}


#login-popupbody input:focus, #signup-popupbody input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }



.suli_container{

}

.no-fb-signup h1.su_title {
    margin-top: 0;
    padding-top: 30px;
    font-family: "fira sans",sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 0;
}


.suli_container a.btn-disabled{
    opacity: 0.5;
    cursor: default;
}

.facebook_f_icon {
    background: url("../images/f.png") no-repeat top left;
    width: 20px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 11px;
}

    .facebook_f_icon::after {
          content: '';
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: -11px;
    left: 32px;

    }

.suli_w_facebook {
      background: #26519B;
    height: 48px;
    border-radius: 24px;
    display: block;
    width: 259px;
    line-height: 48px;
    color: #fff;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 15px;
}

.suli_w_email {
    background: #269B7B;
    height: 44px;
    border-radius: 22px;
    display: block;
    width: 230px;
    line-height: 44px;
    color: #fff;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
}

.suli_w_facebook:hover {
    color: #fff;
    background: #1F4483;
}

.suli_w_email:hover {
    color: #fff;
    background: #228368;
}

.window-frame {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
    margin: 40px auto;
    padding: 25px 25px;
    position: relative;
    text-align: center;
    width: 380px;
    box-sizing: border-box;
}


.or_line {
    margin: 16px auto;
    position: relative;
    color: #777777;
}

    .or_line:before {
    content: '';
    width: 43%;
    height: 1px;
    background: #B2B2B2;
    position: absolute;
    top: 11px;
    left: 2%;
    }

    .or_line:after {
        content: '';
        width: 43%;
        height: 1px;
        background: #B2B2B2;
        position: absolute;
        top: 11px;
        right: 2%;
    }

.title_text {
    color: #3e3e3e;
}

.input_wrapper {
    position: relative;
    margin-bottom: 6px;
}

    .input_wrapper.first {
        margin-top: 20px;
    }


    .input_wrapper.v_error .suli_validation {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 21px;
        font-weight: 700;
        border-radius: 50%;
        background: #DB0000;
        position: absolute;
        top: 4px;
        right: 103px;
        color: #fff;
    }

        .input_wrapper.v_error .suli_validation:after {
            content: "!";
            color: #fff;
            position: absolute;
            bottom: 1px;
            right: 12px;
            font-size: 21px;
            font-weight: 700;
        }

    .input_wrapper input {
        height: 38px;
        line-height: 1;
        border: 1px solid #B2B2B2;
        border-radius: 19px;
        box-sizing: border-box;
        padding-left: 16px;
        width: 230px;
        padding-top: 6px;
    }



.v_tooltip {
    position: absolute;
    right: 99px;
    bottom: auto;
    display: inline-block;
    padding: 14px 12px 10px;
    background: #2F2F2F;
    color: #fff;
    z-index: 9997;
    font-size: 12px;
    font-weight: 500;
    display: none;
    top: 46px;
}

    .v_tooltip:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #DB0000 transparent;
        position: absolute;
        top: -6px;
        right: 13px;
    }

    .v_tooltip:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #DB0000;
        z-index: 9998;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .switch.to_other{
        margin-bottom: 14px;
    }

.switch.to_other span {
    font-size: 11px;
}

.si_now {
    display: inline-block;
    color: #3b8bb9;
    border: 1px solid #98c8e3;
    height: 24px;
    line-height: 21px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 11px;
    margin-left: 4px;
    border-radius: 12px;
}

si_now:hover {
    color: #0E6DA5;
}

.trouble_link {
    font-size: 11px;
    display: block;
    margin-top: 14px;
    color: #08c;
}

    .trouble_link:hover {
        color: #0E6DA5;
    }

.suli_full_hr {
    width: 380px;
    width: calc(100% + 54px);
    border: none;
    border-top: 1px solid #D6D6D6;
    margin-left: -27px;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}



#signupwrapper a{
    cursor:pointer;
}

.suli_w_email.disabled {
    opacity: 0.5;
     pointer-events: none;
   cursor: default;
}

#reset_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
   cursor: default;
}

.bo_content.screen-no-navbar{
    padding-top: 40px;
}



.window-frame.connection-lost{
    background-color: white;
    border: 1px solid #C5C5C5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
    padding: 26px;
    text-align: center;

        width: 400px;
    margin: 25px auto;
    }

@media (max-width: 970px) {

    h1.connection-lost{
        margin-top: 4vw !important;
}

    .window-frame.connection-lost{
        width: 90%;
    }


    .bo_content.screen-no-navbar{
    padding-top: 2vw;
}

     .suli_container.no-fb-signup {
        padding: 5vw;
    }

     .no-fb-signup h1.su_title {
    padding-top: 7vw;
    font-size: 6vw;
    padding-bottom: 6vw;
}


    .suli_w_email, .suli_w_facebook {
        height: 15vw;
        border-radius: 7.5vw;
        line-height: 15.5vw;
        width: 100%;
    }

    .input_wrapper input {
        line-height: 14vw;
        height: 14vw;
        border-radius: 7vw;
        width: 100%;
        font-size: 4.2vw;
    }

    .facebook_f_icon {
        left: 8vw;
        top: 4.5vw;
    }

        .facebook_f_icon::after {
            height: 15vw;
            left: 10vw;
            top: -4.5vw;
        }

    .or_line, .title_text, .suli_w_email {
        font-size: 4vw;
    }

    .suli_w_facebook{
font-size: 4.8vw;
padding-left: 17vw;
    }

    .or_line {
        margin: 4vw 0 3.5vw 0;
    }

    .input_wrapper.v_error .suli_validation {
        width: 12.2vw;
        height: 12.2vw;
        border-radius: 6.1vw;
        top: 0.75vw;
        right: 0.8vw;
    }

        .input_wrapper.v_error .suli_validation:after {
            bottom: 1.5vw;
            right: 5vw;
            font-size: 9vw;
        }

    .switch.to_other {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw;
    }

    .switch.to_other span, .trouble_link, .si_now {
        font-size: 3.5vw;
    }

    .si_now {
        height: 10.5vw;
        line-height: 10.5vw;
        border-radius: 6vw;
        padding: 0 3vw;
    }

    .v_tooltip {
        right: 1.4vw;
    }

    .suli_full_hr {
        width: calc(100% + 50px);
        border: none;
        border-top: 1px solid #D6D6D6;
        margin-left: -25px;
        margin-top: 5.3vw;
        margin-bottom: 5.3vw;
    }





    .window-frame {
        width: 90vw;
        margin: auto;
        border-radius: 0vw;
        height: 90%;
        margin-top:2vw;
    }

    .trouble_link {
    margin-top: 5.3vw;
}


    #signup-popupbody, #login-popupbody{
        position: absolute;
        left:0;
    }

    #signupwrapper:after{
        content:'';
        height: 100vh;

    }

    #signup-popupbody{
            width: 100vw;
    }

    #signupwrapper{
    position: absolute;
    width: 90vw;
    left: 0vw !important;
    box-sizing: border-box;
    transform: translateX(0px);
    }

    #signupwrapper{
width: 95vw;
    }
}



