/* default login css */

.elem_grad {
    background: #fff;
   /* color: transparent;*/
    -webkit-background-clip: text;
    text-shadow: 0 0 20px #333;
}


/*intro css */

#intro_top {
    width: 100%;
    z-index: 1;
    position: relative;
    height: auto;
    padding: 80px 0;
    background: #1c2936;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -300px;
    background-attachment: fixed;
    margin: 0 auto;
}

#login_wrap {
    width: 100%;
    height: 100%;
}

#login_all {
    width: 800px;
    max-width: 94%;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.intro_social_container {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
}

.intro_social_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    border-radius: 50%;
}

.login_not_member {
    text-align: center;
    padding-top: 5px;
}


/* active_user intro  */

#intro_section_user {
    padding: 0;
}

.active_user {
    height: 110px;
    text-align: center;
    float: left;
    overflow: hidden;
}

#last_active {
    width: 100%;
    height: 110px;
    margin: 0 auto;
}

.active_avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

#last_active .left-arrow,
#last_active .right-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 5px;
    cursor: pointer;
    margin-top: 40px;
}

#last_active .left-arrow {
    float: left;
    border-right: 10px solid #ccc;
    display: none;
}

#last_active .left-arrow:hover {
    border-right: 10px solid #000;
}

#last_active .right-arrow {
    float: right;
    border-left: 10px solid #ccc;
    display: none;
}

#last_active .right-arrow:hover {
    border-left: 10px solid #000;
}

#last_active .last-clip {
    margin: 0 20px;
    overflow: hidden;
    position: relative;
}

#last_active .last_10 {
    height: 110px;
    width: 10000%;
    overflow: hidden;
    position: relative;
}


/* section css */

.section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    color: white;
}

.section_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.section_inside {
    margin: 0 auto;
}

.flex_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex_pad {
    padding: 20px 70px;
    flex: 32%;
}

.term-priv {
    display: flex;
}

.head_href {
    display: table-cell;
    vertical-align: middle;
    width: 255px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.head_href span {
    background: #274e74;
    padding: 10px;
    color: #ffffff;
    border-radius: 2px;
}

.head_href span .fa {
    vertical-align: middle;
    color: #228df8;
    margin-left: 5px;
}

.head_href2 {
    display: table-cell;
    vertical-align: middle;
    width: 255px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.head_href2 span {
    padding: 10px;
    color: #ffffff;
    border-radius: 2px;
    white-space: normal;
}

.head_href2 span .fa {
    vertical-align: middle;
    color: #228df8;
    margin: 0 5px;
}

#header3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    background: #1f2e3d !important;
    margin-top: 50px;
    z-index: 22;
    padding: 10px 0;
}

@media screen and (max-width: 1120px) {
    .section_inside {
        width: 96%;
    }
}

@media screen and (min-width: 1121px) {
    #intro_top {
        background-attachment: fixed;
    }
}

@media screen and (max-width: 1100px) {
    #intro_top {
        background-size: auto 100%;
        background-position: center 0px;
        padding: 30px 0;
    }
}

@media screen and (max-width: 900px) {
    .flex_section {
        flex-direction: column;
    }
    .flex_pad {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    #intro_top {
        background-size: auto 100%;
        background-position: center 0px;
    }
    .flex_section {
        flex-direction: column;
    }
    .flex_pad {
        padding: 30px;
    }
}

@media (max-width: 800px) {
    .flex_section {
        flex-direction: column;
    }
    .flex_pad {
        padding: 30px;
    }
}