@charset "UTF-8";
/* CSS Document */
* {
	outline: 0 !important;
}
html {
	background: url('../images/bg_login.jpg') no-repeat center fixed; 
  	-webkit-background-size: cover;
  	background-size: cover;
}

body {
	background: transparent;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}