body {
    height: 100%;
}

body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: #62a8ea;
    background: url(../../images/10.jpg) center center/cover no-repeat !important;
}

.col-md-offset-4 {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin-top: 75px;
    margin-right: 75px;
    background: #fff;
    border-radius: 4px;
    padding: 50px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    margin: 30px 0;
}

.wrap {
    margin-top: 180px;
}
.brand-img{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.brand{
    text-align: center;
    width: 100%;
}

.js-ajax-submit{
    padding: 10px 18px;
    background-color: #3665a9;
    border-color: #3665a9;
}