.topLayer {
	position: absolute;
	background-color: #252731;
	z-index: 9999;
	border-radius: 6px;
	padding: 20px;
}

.bottomLayer {
	position: absolute;
	background-color: #000;
	opacity: 0.6;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
}

.topLayer form {
	width: auto;
}

.topLayer button.close {
	background-color: transparent;
	border: 0;
	float: right;
	color: #fff;
	cursor: pointer;
}

.topLayer .toplayer-title {
	color: #A6ADCD;
	font-size: 24px;
}


.topLayer a {
	color: #78869A;
	font-size: 18px;
}

.topLayer a:hover {
	color: #fff;
	transition: color 0.5s ease-in 0s;
}

.toplayer-footer button[type="submit"] {
	width: 272px;
}


#layer-user_forgot input  {
	width: 90%;
}

#layer-user_forgot button[type="submit"] {
	width: 98%;
}