body,html{
	height:100%;
	padding:0;
	margin:0;
	background:white;
}

.login-wrap {

	background-color: #FFF;

	font-family: 'Gill Sans', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}

.login-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.login-center {
	text-align: center;
	width:100%;
}

.login-logo {
	width: 200px;
	/*margin-left: 10px;*/
	margin-bottom: 30px;
}

.login-error {
	color: rgb(194, 3, 3);
	margin: 10px;
	display: block;
}
/*
.login-form {
	display: block;
	margin: 10px;
	width: 200px;
	border-radius: 0;
}*/

.login-button {
	display: inline-block;
	color: white;
	border: 1px solid #F59324;
	background: none;
	text-transform: uppercase;
}

/*.login-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}*/

/*.login-center.bot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
}*/

.login-forgot-password {
	display: block;
	margin: 5px;
}



.login-logo {
	/*display: block;*/
	/*padding: 25px;*/
}
