@media only screen and (max-width : 1400px) {
    body {
        background: url(images/body-login-o.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media only screen and (max-width : 1050px) {
    body {
        background: url(images/body-login-s.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .main-title {
        font-family: 'montserratregular';
        font-size: 40px;
        font-weight: bold;
        display: block;
        text-align: center;
        padding: 30px 0px 20px 0px;
        color: #fff;
    }
    .intro {
        max-width: 550px;
        font-size: 14px;
        line-height: 20px;
    }
    .intro p{margin-top: 30px;}
}
@media only screen and (max-width : 900px) {
    .cookielaw{height: 60px;}
    .cookielaw-hidden, .cookielaw a{font-size: 13px;}
    .cookielaw a{display: block;width: 130px;}
    #cookielawwrap{padding-top: 7px;}
}
@media only screen and (max-width : 769px) {

}
@media only screen and (max-width : 730px) {  
    #cookielawwrap{padding-top: 20px;}
    .cookielaw-hidden{display: none;}
}
