/*!
 * Start Bootstrap - Lyris HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

#logoBody {
    background-color: #f2d329;
    position: relative;
    height: 315px;
}

#logoBody .logo {
    margin-top: 30px;
    margin-bottom: 35px;
}

#logoBody .offers-text {
    font-weight: bold;
    font-size: 20px;
}

#logoBody .signup-text {
    font-size: 20px;
}

.margin-left-40 {
    margin-left: 40px;
}

#signupBody form {
    background-color: #F8F5F3;
    border: 1px solid #CACCC9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -54px;
    margin-bottom: 35px;
    padding: 15px;
}

.form-block form label {
    margin: 0 0 3px;
    padding: 0;
    display: block;
    color: #373737;
}

#signupBody input[type="text"], #signupBody input[type="email"] {
    /*width: 290px;*/
    background: #fff url(../images/bg_input-text.png) repeat-x 0 -1px;
}

#signupBody input[type="button"] {
    background-image: url(../images/signup_button.png);
    border : none;
    height: 34px;
    width: 205px;
    margin: 25px 0;
    /*margin-bottom: 50px;*/
    color: #FFFFFF;
    font-weight: bold;
}

div#scroll-able {
    height: 400px;
    overflow: scroll;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 40px;
}

.big-brands {
background-image: url(http://d2ajw2y8psv396.cloudfront.net/promos/hnau/bb-subscribe/images/big-brands.png);
background-repeat: no-repeat;
background-position: 90% 10%;
}


@media only screen 
and (max-device-width : 992px) 

 {
    #logoBody .logo{
        width: 60% !important;
        max-width: 60% !important;
    }
    .big-brands{
        background-size: 30% !important;
    }
}