@import "variables.less";

#layer_slider {
   margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	background-color:@colorDarkDef;
	border-bottom: 20px solid @colorDarkDef;
}
#layer_slider h1 {
	position: absolute;
	height: 86px;
	line-height: 86px;
	top: 0px;
	left: 20%;
	right: 20%;
	top: ~"calc(50% - 43px)";
	border-radius: 15px;
	text-align: center;
	background-color: ~"@{colorDef}99";
	color: #FFF;
}
#layer_form {
   width: 60%;
	border-radius: 15px;
	padding: 25px;
	margin: 0px auto;
	background-color : @colorDarkDef;
}
@media screen and (max-width: 768px) {
	#layer_form {
		width: 100%;
		padding: 10px;
	}
	#layer_slider h1 {
		position: absolute;
		height: 36px;
		line-height: inherit;
		top: inherit;
		bottom: 0px;
		left: 0%;
		right: 0%;
		border-radius: 0px;
		font-size: 14px;
	}
}
