/* LOGIN/SIGNUP LAYOUT */
body.login, body.signup, body.join{
    background-size: cover;
}



/* MAIN LAYOUT */
.bg-header .color-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background: -webkit-linear-gradient(90deg, #922e99 10%, #24C6DC 90%); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #922e99 10%, #24C6DC 90%); /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #922e99 10%, #24C6DC 90%); /* IE10 */
    background: -o-linear-gradient(90deg, #922e99 10%, #24C6DC 90%); /* Opera 11.10+ */
    background: linear-gradient(90deg, #922e99 10%, #24C6DC 90%); /* W3C */
    opacity: 0.8;
}