body {
 font-family: 'Roboto', sans-serif;
 font-size: 17px;
 font-weight: 300;
 color: #000;
 line-height: 30px;
 padding: 20px 15px;
 color: #FFF;
 text-align: center;
 background-color: #ffffff;
 background-image: url(../img/bkg.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;
 width:100%;
 height:100vh;
 padding-top:21vh;
 overflow-x:hidden;
}

.logo img{
 margin-bottom:50px;
}

#LSVTLoginForm #lslf__login-widget .btn-primary#lslf__btn_sign-in {
	background-color:#80ceff !important;
	border:none !important;
}