dbody {
	margin:  0;
}
.page-content {
	width: 100%;
    min-height: 938px;
	margin:  0 auto;
	background: url("../image/bg.jpg") no-repeat top;
    background-size: cover;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.thanks{ border-radius:10px; }
.thanksbtn{width:100%; float: left; margin-top:20px;}
.thanks .bts{ background: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    width: 200px;
    border: none;
    margin:0 0 50px 0;
    color: #000;

    }

.form-v4-content .form-detail select {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-v4-content  {
	background: #fff;
	width: 850px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
/*	margin: 175px 0;*/
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
}
.form-v4-content h2 {
	font-weight: 700;
	font-size: 26px;
	padding: 6px 0 0;
	margin-bottom: 34px;
}
.form-v4-content .form-left {
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 30px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4-content .form-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 40px;
}
.form-v4-content .form-left span {
	font-weight: 700;
}
.form-v4-content .form-left .text-2 {
	margin: 20px 0 25px;
}
.copy strong{ font-weight:600 !important; font-size:13px !important;}

.form-v4-content .form-left .account {
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    width: 180px;
    border: none;
    margin: 15px 0 50px 0px;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
}

.signature {
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
}
.form-v4-content .form-detail {
    padding: 20px 40px;
    position: relative;
    width: 100%;
}
.form-detail h2 {
    color: #3786bd;
}

.form-detail .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.form-detail .register {
    background: #3786bd;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 130px;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 50px;
}
.form-detail .register:hover {
    background: #2f73a3;
}
 .form-detail input {
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
     border-bottom-right-radius: 5px;}

.form-detail .register:disabled {
background: #8ca8bb;
cursor: auto;
}

/* Responsive */
@media screen and (max-width: 991px) {
	  	.reg-btn-outer {
    width: 50%;
    bottom: 0px;
    position: fixed;
    z-index: 5;
	text-align: center;
	left:0;
	 background: #2e3047;
	
}
	  	.wae-button {
    width: 50%;
    bottom: 0px;
	right:0;
    position: fixed;
    z-index: 5;
	text-align: center;
    background: #2e3047;
	
}
img.reg-btn {
    width: 180px;
    height: 42px;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
	.form-v4-content {
		margin: 10px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v4-content .form-left {
		width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4-content .form-detail {
		padding: 30px 20px 30px 20px;
	    width: auto;
	}
}
@media (max-width: 768px) {

		img.reg-btn {
	
		display: none;
	}}

@media (max-width: 767px) {

	 	 	img.reg-btn {

    display: inline;
}}
@media screen and (max-width: 575px) {
	.form-v4-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
	}
}