body {
	margin:  0;
	background-image:linear-gradient( 136deg,  rgb(28,181,224) 0%,rgb(0,0,70) 100%);
}
body:before {
  display: block;
  position: fixed;
  height: 100vh;
  content: '';
  width: 100vw;
  background-image: url("../images/profile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-attachment: scroll; }


.page-content {
	width: 100%;
	margin:  0 auto;
	/*background-image: -moz-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);*/
	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;
}
.form-v4-content  {
	background:#FFF;
	width: 900px;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 70px 0px  70px 0px;
	font-family: sans-serif;
	color: #fff;
	font-weight: 400;
	position: relative;
	display: flex;
	display: -webkit-flex;
	float:right;
}
.form-v4-content .form-left {
	background: #1F9ED3;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 100%;
	color: #fff;
}
.form-v4-content .form-left p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.form-v4-content .form-left span {
	font-weight: 700;
}
.form-v4-content .form-left .text-2 {
	margin: 20px 0 25px;
}
.form-v4-content .form-left .account {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 180px;
	border: none;
	margin: 15px 0 50px 0px;
	cursor: pointer;
	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;
}
.form-v4-content .form-left .account:hover {
	background: #e5e5e5;
}
.form-v4-content .form-left .form-left-last input {
	padding: 15px;
}
.form-v4-content .form-left img {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.form-v4-content .form-detail {
    padding: 30px 40px 0px 20px;
	/*position: relative;*/
	width: 100%;
}
.form-v4-content .form-detail h2 {
	color: #333;
	font-size: 35px;
	text-align: center;
	position: relative;
	padding: 6px 0 0;
	margin-bottom: 47px;
}
.form-v4-content .form-row {
	/*margin-bottom: -6px;*/
    width: 100%;
}
.form-v4-content .form-detail .form-row-last {
	text-align: center;
}
.form-v4-content .form-detail .input-text {
	margin-bottom: 35px;
}
.form-v4-content .form-detail input {
	width: 92%;
    padding: 0px 15px 10px 15px;
    border: 2px solid transparent;
    border-bottom: 2px solid #e5e5e5;
    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:  sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.form-v4-content .form-detail .form-row input:focus {
	border-bottom: 2px solid #fe892a;
}
.form-v4-content .form-detail .register {
	background: #1F9ED3;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 160px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border: none;
	margin: 11px 0 50px 0px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.form-v4-content .form-detail .register:hover {
	background: #e37b27;
}
.form-v4-content .form-detail .form-row-last input {
	padding: 13px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-size: 16px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size: 16px;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size: 16px;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 950px) {
	.form-v4-content {
	margin: 20px 20px  20px 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-left-radius: 8px;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.form-v4-content .form-left p {
		width: auto;
	}
	.form-v4-content .form-detail  {
	    width: auto;
	}
	.form-v4-content .form-detail .form-row input {
		width: auto;
	}
	.form-v4-content .form-detail .register {
		margin-bottom:30px;
	}
}
@media screen and (max-width: 750px) {
	.form-v4-content .form-detail .form-row input {
		width: auto;
	}
}

@media screen and (max-width: 575px) {
	.form-v4-content .form-detail .form-row input {
	    width: auto;
	}
}
