﻿@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg2.jpg) no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-attachment:fixed;
}

.login {
	background:#fff;
	padding-bottom:15px;
	border-radius:5px;
	margin-top:200px;
}
.login h1 {
	text-align:center;
	font-size:25px;
}
.form-control {   
    background-position: 1px center;
    padding-left:15px;
}
.loading {
    width: 30px;
    height: 30px;
    padding: 5px;
}