body:before{
	content: '';
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-image: url("/static/css/login/ant/login-background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.login-form
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	height: 450px;
	padding: 80px 40px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	border-radius: 25px;
}
.logout-form {
	width: 400px;
	height: 300px !important;
}
.password-reset-form {
	width: 400px !important;
	height: 500px !important;
}

.password-notification-form {
	width: 400px !important;
	height: 280px !important;
}

.avatar {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	top: calc(-80px/2);
	left: calc(50% - 40px);
}
.login-form h2 {
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.login-form p
{
	margin: 0;
	padding: 0;
	color: #fff;
}
.login-form input
{
	width: 100%;
	margin-bottom: 20px;
}

input:-webkit-autofill {
	-webkit-transition-delay: 99999s;
	-webkit-text-fill-color: #fff;
}

.login-form input[type="text"],
.login-form input[type="password"]
{
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
}
.login-form input[type="submit"] {
	height: 30px;
	color: #fff;
	font-size: 15px;
	background: rgb(51,122,183);
	cursor: pointer;
	border-radius: 25px;
	border: none;
	outline: none;
	margin-top: 55px;
	width: 100%;
}
.login-button {
	height: 30px;
	color: #fff !important;
	font-size: 15px;
	background: rgb(51,122,183);
	cursor: pointer;
	border-radius: 25px;
	border: none;
	outline: none;
	margin-top: 55px;
	width: 100%;
}
.login-buttons {
	margin: auto;
	width: 70% !important;
}

.login-form a
{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 36px;
}
.logout-form a{
	margin-top: 50px !important;
}
.login-logo {
	position: absolute;
    top: 10px;
    right: 10px;
}
input[type="checkbox"] {
	width: 20%;
}

