body {
	background-image: none;
	}
#login_box {
	background-color: rgb(255,255,255);
	left: 50%;
	padding: 2px;
	position: absolute;
	top: calc(50% - 100px);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 300px;
	}
.login_box_form_wrap {
	margin: 20px;
	}
.login_box_form_wrap > input {
	background-color: rgb(255,255,255);
	border-color: rgb(200,200,200);
	border-style: solid;
	border-width: 1px;
	font-size: 1.2em;
	line-height: 30px;
	padding-left: 5px;
	width: 256px;
	}
.login_box_form_wrap > input:first-child {
	margin-bottom: 10px;
	}
.login_box_head {
	background-color: rgb(255,93,93);
	color: rgb(255,255,255);
	font-size: 1.4em;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	}
.login_button, .login_reset_button, .change_password_button, .submit_button {
	background-color: rgb(93,150,93);
	color: rgb(255,255,255);
	cursor: pointer;
	float: right;
	line-height: 25px;
	min-width: 85px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	}
.login_buttons {
	height: 25px;
	margin: 0px 5px 5px 5px;
	}
#login_loader {
	float: right;
	height: 15px;
	width: 85px; 
	}
#login_wrap {
	background-color: rgb(240,240,240);
	border-color: rgb(225,225,225);
	border-style: solid;
	border-width: 1px;
	font-family: "century gothic","sans-serif";
	height: calc(100vh - 150px);
	margin: 10px 20px 20px 20px;
	position: relative;
	}
.message {
	border-color: rgb(200,200,200);
	border-radius: 15px;
	border-style: solid;
	border-width: 1px;
	margin-top: 30px;
	padding: 20px;
	width: 300px;
	}
.password_help {
	border-color: rgb(255,255,255);
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	color: rgb(100,100,255);
	cursor: pointer;
	margin-left: 10px;
	}
.password_help:hover {
	border-color: rgb(0,0,200);
	color: rgb(0,0,200);
	}
.two_factor_button {
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
	}
