body, html{
    position: relative; 
    height: 100%;
    margin: 0;
}

.container-fluid{
	background: url(images/banner.jpg) no-repeat;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.col-xs-6 {
    padding:0;
}

.col-xs-6 img{
    width:100%;
}

input[type=submit].btn-block {
    width: 100%;
    color: #0094f2;
    border: 1px solid #0094f2;
    border-radius: 5px;
    background: transparent;
}

input[type=submit]:hover {
    color: white;
    border: 1px solid #0094f2;
    border-radius: 5px;
    background: #0094f2;
}