

.bg_login {
    background: url('../images/background-1.png');
    background-size: 100%;
    height: 100vh;
}

input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    width: 90%;
    max-width: 500px;
    outline: none;
}

    input[type="range"]:focus,
    input[type="range"]:active,
    input[type="range"]::-moz-focus-inner,
    input[type="range"]::-moz-focus-outer {
        border: 0;
        outline: none;
    }

    input[type="range"]::-moz-range-thumb {
        border: none;
        height: 50px;
        width: 50px;
        background-color: transparent;
        background-image: url("https://storage.googleapis.com/pw-stuff/thumbs-sprite.png");
        background-position: 0 0;
        background-size: cover;
        transform: scale(1.9) rotateZ(var(--thumb-rotate, 10deg));
        cursor: pointer;
    }

        input[type="range"]::-moz-range-thumb:active {
            background-position: 100% 0px;
            transform: scale(2) rotateZ(var(--thumb-rotate, 10deg));
        }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 20px;
        background: #eee;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        cursor: pointer;
    }

    input[type="range"]::-moz-range-progress {
        height: 20px;
        background: #4685d7;
        border-radius: 10px;
        cursor: pointer;
    }

    input[type="range"]::-webkit-slider-thumb {
        border: none;
        height: 50px;
        width: 50px;
        background-color: transparent;
        background-image: url("https://storage.googleapis.com/pw-stuff/thumbs-sprite.png");
        background-position: 0 0;
        background-size: cover;
        transform: scale(1.9) rotateZ(var(--thumb-rotate, 10deg));
        cursor: pointer;
        margin-top: -15px;
        -webkit-appearance: none;
    }

        input[type="range"]::-webkit-slider-thumb:active {
            background-position: 100% 0px;
            transform: scale(2) rotateZ(var(--thumb-rotate, 10deg));
        }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 20px;
        background: #eee;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        cursor: pointer;
        -webkit-appearance: none;
    }



.twitter-link {
    position: absolute;
    bottom: 4px;
    margin: auto;
    font-family: sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
}

.height-cn {
    padding-top: 2%;
    position: relative;
}



.mian-area {
    background: #fff;
    width: 90%;
    margin: 0px auto;
    padding-top: 0px;
    position: relative;
    top: 10px;
    border-radius: 15px;
    height: auto;
    box-shadow: 5px 5px 5px #09080847;
    padding-bottom: 10px;
}

.logo {
    text-align: center;
    /* padding-bottom: 25px; */
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    min-width: 90%;
}

    .logo img {
        width: 100%;
    }

.ext-right p {
    text-align: right;
}

.center {
    text-align: center;
}



.sad {
    width: 20%;
    display: inline-block;
    text-align: center;
}


    .sad img {
        width: 20%;
        cursor: pointer;
        box-shadow: 5px 5px 5px 5px #ddd;
        border-radius: 10px;
    }

.nutral {
    width: 20%;
    display: inline-block;
    text-align: center;
}


    .nutral img {
        width: 20%;
        cursor: pointer;
        box-shadow: 5px 5px 5px 5px #ddd;
        border-radius: 10px;
    }

.happy {
    width: 20%;
    display: inline-block;
    text-align: center;
}

    .happy img {
        width: 20%;
        cursor: pointer;
        box-shadow: 5px 5px 5px 5px #ddd;
        border-radius: 10px;
    }


.haps {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bar {
    width: 500px;
    height: 10px;
    background: #eaeaea;
    margin: 7px auto;
    padding-bottom: 11px;
    border-radius: 15px;
}



p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    margin-bottom: 0px !important;
    font-weight: 400;
}


label.namee {
    text-align: left;
    float: left;
    width: 150px;
}

input[type="text"] {
    border-radius: 5px;
    float: left;
}

.ext-width {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
}


@media screen and (max-width: 1450px) {
    .ext-width {
        width: 75%;
    }

    .bg_login {
        background: url(../images/background-img.png);
        background-size: cover;
        height: 100vh;
        background-repeat: no-repeat;
    }
}


@media screen and (max-width: 1000px) {
    .ext-width {
        width: 100%;
    }

    label.namee {
        width: 100px;
    }
}


@media screen and (max-width: 600px) {


    .bg_login {
        background: url(../images/background-img.png);
        background-size: auto;
        height: 100vh;
        background-repeat: no-repeat;
    }
}


input[type="text"] {
    border-radius: 5px;
    float: left;
    width: 100%;
    border: 1px solid #8fbdd2;
    box-shadow: none;
}

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}


button.button-sb {
    background: #208495;
    border: 0;
    padding: 6px 53px;
    border-radius: 5px;
    color: #fff;
    margin-top: 5px;
    font-size: 26px;
}

.txt-p p {
    display: inline-block;
    width: 46%;
}
