/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);*/
/*body {
   	/*background: -webkit-linear-gradient(90deg, #0B7294 10%, #008cba 90%);
    background: -moz-linear-gradient(90deg, #0B7294 10%, #008cba 90%);
    background: -ms-linear-gradient(90deg, #0B7294 10%, #008cba 90%);
    background: -o-linear-gradient(90deg, #0B7294 10%, #008cba 90%);
    background: linear-gradient(90deg, #0B7294 10%, #008cba 90%);
	background: #008cba;
    font-family: 'Open Sans', sans-serif!important;
}*/


body {
    background: url(../images/background.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.wrapper{
	margin-top: 5%;
    opacity: 0.9;}


#logo{
    height: 105px;
    width: 155px;
}

.loginwrapper{
    /*position: absolute;
    width: 300px;
    right: 10%;
    clear: both;*/
    height: 279px;
}

.jumbotron{
    margin-bottom: 0;
}


/*@media(min-width:468px) {
    .loginwrapper{
        margin-top: 200px;
    }

}*/