body {
	margin: 0;
	font-family: "Quicksand";
	background: #fff;
}
html {
  scroll-behavior: smooth;
}
header{display:none;}
p {
	font: 400 18px/30px "Quicksand", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #313131;
}
.container{
	padding: 0;
}
#header {
	background: #eff1f0;
	padding: 16px 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	z-index: 1;
}
.fixed {
	background-image: url(../images/slider.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 100vh;
	position: relative;
	background-size: cover;
}
.slider-img {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.slider-form {
	display: grid;
	align-items: end;
	background: none;
	border: none;
	margin: auto;
	min-height: 100vh;
	height: auto;
	padding: 0 0 65px 0;
	text-align: center;
}
.form-register .mobile-login {
	font: 600 20px/24px "Quicksand", Helvetica, sans-serif;
	background: #ebd19c;
	text-decoration: none;
	border-radius: 50px;
	padding: 13px 50px;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	color: #111;
	display: inline-block;
	margin: 0 0 10px 0;
}
.form-register .mobile-login:hover {
	background: #fff;
	color: #000;
}
.form-register p {
	font: 600 15px/24px "Quicksand", Helvetica, sans-serif;
	margin: 10px 0;
	color: #fff;
	width: 100%;
}
.form-register p a {
	color: #ebd19c;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s;
	margin: 0 0 0 10px;
}
.form-register p a:hover{
	color: #fff;
}
.footer-bottom {
	background: #ebd19c;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
}
.footer-bottom p, .footer-bottom p a {
	font: 500 16px/24px "Quicksand", Helvetica, sans-serif;
	margin: 0;
	color: #000;
	transition: all 0.5s;
	text-decoration: none;
}
.footer-bottom p a:hover {
	color: #535353;
}
/* Responsive start*/
@media (max-width: 1301px) {
	
}
@media (max-width: 1199px) {

}
@media (max-width: 1366px) {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
}
@media (max-width: 575px) {
	
}
@media (max-width: 543px) {
	
}
@media (max-width: 480px) {
	
}
@media (max-width: 360px) {
}
/* Responsive end*/