@charset "utf-8";
/* CSS Document */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* End Fonts */

body{
	margin: 0;
	/*background: transparent linear-gradient(114deg, #0069A8 0%, #1BA6F9 100%) 0% 0% no-repeat padding-box;*/
	background: url("../images/bg-lp.jpg");
	background-position:bottom;
	min-height: calc(100vh - 50px);
	font-size: 14px;
	color: #707070;
	font-family: "Montserrat", sans-serif;
}
h1{
	font-size: 20px;
	line-height: 28px;
	color: #42495B;
	font-weight: bold;
	margin-bottom: 20px;
}
h2{
	
}
h3{
	color: #42495B;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
h4{
	
}
h5{
	
}
img{
	width: 100%;
	max-width: 100;
}
a{
	color:#1497E5;
}
a:hover{
	color:#A1C627;
}
p{
  color: #42495B;  
}
.bk{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/bg-lp.jpg");
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.logo{
	width: 150px;
	height: auto;
	margin: 50px auto 30px;
}
.form-content{
	width: 480px;
	padding: 50px 30px;
	background: #FFF;
	box-shadow: 10px 10px 10px #00000029;
	border-radius: 20px;
	margin: auto;
}
.form-content p{
	margin-bottom: 30px;
}
#steep-two{
    display:none;
}
#btnback{
    margin-bottom: 15px;
    cursor: pointer;
}
#btnback:hover{
   text-decoration: underline; 
   color: #0069A8;
}
footer div{
	color: #FFF;
	margin: 40px auto 50px;
	font-size: 12px;
}
/* Form Styles */
.form-filed{
	margin-bottom: 15px;
}
.label{
	color: #989898;
	font-size: 13px;
	display: block;
}
.error,
#errmsg{
	display: block;
    color: red;
    font-size: 12px;
}
input,
textarea,
select{
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 5px;
}
textarea{
	height: 60px;
}
button,
.dbutton{
	width: 100%;
	padding: 13px 12px;
	font-size: 16px;
	background: #04D2C8;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #748F18;
	border-radius: 5px;
	color: #42495B;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
button:hover,
.dbutton:hover{
	color: #FFF;
	background: #748F18;
	border: 1px solid #A1C627;
}
/* End Form Styles */

/* Responsive Tablet */

/* End Responsive Tablet */

/* Responsive Phone */
@media only screen and (max-width: 723px) {
	.form-content{
		width: 90%;
		max-width: 480px;
		padding: 50px 30px;
		background: #FFF;
		box-shadow: 10px 10px 10px #00000029;
		border-radius: 20px;
		margin: auto 5%;
	}
}
/* End Responsive Phone */