body {
	background: #0033a0; /* Old browsers */
    background-image: url('/framework/templates/img/loginbg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#loginbox {
	margin-top:7.5%;
    display:none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
#loadingbar{
	display:none;
}

input[type='submit']
{
	width:100%;
	line-height:30px;
	height:50px;
}

@media(max-width:600px)
{
	input[type='text'],
	input[type='number'],
	input[type='password'],
	input[type='submit'],
	select,
	textarea {
	  font-size: 16px;
	}
}
