body {
 font-family: 'Roboto', sans-serif;
 font-size: 17px;
 font-weight: 300;
 color: #000;
 line-height: 30px;
 color: #FFF;
 text-align: center;
 background-color: #A5272A;
 background-image: url(../img/Background-3000x200011.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 background-attachment: scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

#content{
 display:flex;
 justify-content:center;
 height:100vh;
 padding-top:0;
}
.header img{
 width:100%;
}
.logo img{
 width:320px;
 margin:30px 0;
}
.form{
 padding-bottom:50px;
}
#LSVTLoginForm #lslf__login-widget .btn-primary#lslf__btn_sign-in {
 background-color:#A5272A !important;
 border:none !important;
}

