html, body {
    /* overflow:hidden; */
}

body {
    background: url(https://www.sstnet.com.br/img/preload.gif) 50% 50% no-repeat;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 100px;
}

::-webkit-scrollbar:hover {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgb(244, 244, 244);
    -webkit-border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background: rgb(183, 183, 183);
}

#Container-Login {
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    box-shadow: 0px 0px 11px 0px black;
    z-index: 99999;
    position: relative;
    display: none;
    height: 100% !important;
}

#Container-Login .form-group i {
    position: absolute;
    top: 23px;
    left: 16px;
    background: rgba(255, 255, 255, 0.82);
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}

#Container-Login .form-group input.form-control {
    padding-left: 44px;
}

#cookie .btn, #Container-Login .btn, #Container-Signup .btn-warning {
    background-color: var(--agp-primary);
    border-color: var(--agp-primary);
}

.login-logo {
    width: 100%;
    height: 150px;
    top: 30px;
    left: 0;
    margin: 0 auto;
    display: block;
}

#Container-Login .form-group {
    margin-top: 54px !important;
}

#Container-Login .form-group-button {
    margin-top: 75px !important;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.background.animation.bg-y-100 {
    background-position: 50% 50%;
    overflow: hidden;
}

.register-wrapper2 {
    padding: 25px 15px 25px 15px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.91);
    border-color: var(--agp-primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
}

.animation {
    -webkit-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1);
    /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
    -moz-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
    -o-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
    transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
    -moz-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
    -o-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
    transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
    /* custom */
}

.animation.left {
    left: 100%;
}

.animation.top {
    top: 100%;
}

.animation.left.run {
    left: 0;
}

.animation.top.run {
    top: 0;
}

.animation.bottom.run {
    bottom: 0;
}

.video-bg {
    position: absolute;
    z-index: 9;
}

@media (max-width: 767px) {
    #Container-Login .form-group {
        margin-top: 0px !important;
    }

    #Container-Login .form-group input.form-control {
        height: 55px;
        font-size: 25px;
        padding-left: 60px;
        font-family: ubuntu;
    }

    #Container-Login .form-group i {
        font-size: 26px;
        top: 31px;
        left: 27px;
    }

    #Container-Login .form-group-button {
        margin-top: 55px !important;
    }

    #Container-Login .form-group-button button {
        font-size: 18px;
        font-family: ubuntu;
    }

    #Container-Login .form-group-button button i {
        font-size: 22px;
        margin-right: 10px;
    }

    #Container-Login {
        /* top: 35%; */
        /* position: fixed; */
    }

    .text-title {
        font-size: 18px !important;
        padding: 11px 25px !important;
        height: 60px !important;
        line-height: 40px !important;
    }
}

@media (min-width: 992px) {
    .text-title .login-button-act {
        margin-top:25px;
    }
}

@media (max-width: 991px) {
    .login-logo {
        /* position: static; */ margin: 0 auto 5px auto;
        margin-top: 0px !important;
    }

    .background.animation.bg-y-100 {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 360px;
    }

    div#Container-Signup {
        top: 0px;
        box-shadow: none !important;
        padding: 25px !important;
        padding-bottom: 75px !important;
        background: rgba(255, 255, 255, 0.99) !important;
    }

    div#Container-Login.fadeOutUp {
        /* height: 250px !important; */
        overflow: hidden !important;
        -webkit-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1);
        /* older webkit */
        -webkit-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
        -moz-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
        -o-transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
        transition: all 600ms cubic-bezier(0.680, 0.005, 0.000, 1.040);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
        -moz-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
        -o-transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
        transition-timing-function: cubic-bezier(0.680, 0.005, 0.000, 1.040);
        /* custom */
    }

    div#Container-Signup {
        /* max-height: none !important; */
        /* height: auto; */
        overflow: scroll !important;
    }

    div#Container-Signup .hand-signup {
        display: none;
    }

    div#SignupInputs {
        overflow: hidden !important;
    }

    .login-logo {
        margin-top: 150px;
    }

    div#SignupInputs {
        overflow-y: auto;
        /* padding-bottom: 50px; */
        max-height: none !important;
    }

    div#Container-Signup {
        overflow-y: scroll;
    }

    div#Container-Signup .policy-container {
        display: none;
    }

    form#UserRegister {
        float: none !important;
        height: auto !important;
        overflow: visible;
    }
}

@media (max-width: 1200px) {
    div#Container-Signup .hand-signup {
        margin-top: 25% !important;
    }

    div#Container-Signup .policy-container {
    }
}

select.success, input.success {
    border-color: var(--agp-success);
}

select.error, input.error {
    border-color: var(--agp-danger);
}

.text-title {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    height: 90px;
    /* text-align: center; */
    font-size: 29px;
    color: var(--agp-black);
    top: 0;
    text-shadow: 0px 0px 5px rgba(167, 167, 167, 0.62);
    display: none;
    background: white;
    line-height: 85px;
    padding: 0px 85px;
    box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.29);
}

#Container-Signup {
    background: url(http://roomshare.it/media/uploads/15158492600.64044300_1515849260.png) no-repeat rgba(255, 255, 255, 0.99);
    padding: 31px;
    /* padding-top: 18px; */
    width: 100%;
    bottom: 0;
    position: absolute !important;
    box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.29);
    background-size: calc(100% - 25%) auto;
    background-position: calc(50% - 90%);
    /* max-height: 610px; */
    overflow: hidden !important;
    /* pointer-events: none; */
}

div#Container-Signup .hand-signup {
    background: url(http://roomshare.it/media/uploads/15158494390.04733100_1515849439.png) no-repeat;
    background-size: 100% auto;
    width: 30%;
    height: 560px;
    position: absolute;
    margin-top: 10%;
    left: 35%;
    transition: all 0.5s ease-out;
    display: none;
}

div#Container-Signup .hand-signup.moveRight {
    left: 45%;
}

div#Container-Signup .policy-container {
    width: 45%;
    height: 310px;
    position: absolute;
    left: 1%;
    padding: 10px;
    top: 190px;
    z-index: -1;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
}

#SignupComplete p {
    font-size: 17px;
}

form#UserRegister {
    height: 100%;
    float: right;
    width: 100%;
    pointer-events: none;
}

#SignupComplete {
    pointer-events: all;
}

div#SignupInputs {
    pointer-events: all;
    /* height: 100%; */
    max-height: 480px;
    overflow: hidden;
    overflow-y: auto;
}

div#cookie {
    position: fixed;
    bottom: 0;
    background: #ffffffc2;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    z-index: 999999;
}

div#cookie .btn {
    float: right;
}

div#cookie p {
    float: left;
    width: 90%;
}
