body {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin:0px;
    padding:0px;
    font-family: 'Raleway', sans-serif;
    background-size: 100% auto;
    background-color: #000;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: .75;
    z-index: -1;
}

.left {
    height: 100%;
    padding-bottom: 0;
}

.left-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(0,46,102,.8);
    transform: skewX(-8deg);
    transform-origin: 50% 50%;
}


.left-container {
    height: 100%;
    width:40%;
    position: absolute;
}

.left-content {
    height:200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width:400px;
    left:50%;
    margin-left:-200px;

}

.left-content h1 {
    font-weight: bold;
    color: #fff;
    font-size:34px;	
}

.left-content h3 {
    font-weight: bold;
    color: #fff;
}

.left-content h3 a {
    font-weight: bold;
    color: #fff;
	text-decoration: underline;
}

.input-group-email .btn {
    background-color: #cd9557;
    color:#fff;
    border:1px solid #cd9557;
    font-weight:bold;
}
.input-group-email .btn:hover {
    background-color: #ba7c37;
    border:1px solid #ba7c37;
}

.brand {
    position: absolute;
    right:50px;
    color: #fff;
    height:80px;
    top:50%;
    margin-top:-40px;
}
.brand .name {
    font-size:40px;
}

.brand .moto {
    font-size:26px;
    margin-top: -15px;
    letter-spacing: 2.5px;
}


@media only screen and (max-device-width: 480px) {

    .left-container {
        width: 100%;
    }

    .left-content {
        top:20%;
        left:unset;
        margin-left: auto;
        width: 100%;
    }

    .left-bg {
        width:100%;
    }

    .brand {
        bottom: 20px;
        margin-top: 0px;
        top: unset;
        right:20px;
    }

}
