body {
	background: url('../img/background.jpg') fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: none;
}
a:hover {
	text-decoration: none !important;
}

#login {
	width: 350px !important;
}
.logo_rayna {
	margin:0 auto !important;
	float: none !important;
	margin-bottom: 25px !important;
}

#login .row {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#form-style {
	width: 400px;
}
#form-style label {
	color: white !important;
}

@media screen and (max-width:420px) {
	.info_error {
		left: 0 !important;
		right: 0 !important;
		min-width: 105%;
		transform: translate(0, 0%);
	}
	#login .row {
		top: 50% !important;
	    left: 0 !important;
	    padding: 0 15%;
	    transform: translate(0, -50%);
	}
	.logo_rayna {
		width: 80%;
	}
	#form-style {
		width: 100% !important;.
	}
}