body {
	margin:  0;
	padding: 0;
	box-sizing: border-box;
	background: #ffffff;
	

}
.page-content {
	width: 100%;
	height: auto;
	/*margin: 70px 0;*/
	height: 100vh;
	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-v5-content  {
	background-color:rgb(255, 253, 253);
	box-shadow:2px 5px 10px  rgba(0, 0, 0, 0.2);
	width: 450px;

	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-weight: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 15px;
}
.form-v5-content .form-detail {
	padding: 5px 15px 5px 15px;
	position: relative;
}
.form-detail h2 {
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	position: relative;
	padding:  0 1px;
	margin-bottom: 3px;
}
/*.form-detail h2::after {
	background: #3786bd;
	width: 100px;
	height: 2px;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}*/
.form-detail .form-row {
	position: relative;
}
.form-detail .form-row-last {
	text-align: center;
}
.form-detail label {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: 400;
	color: #0a77c5;
}
.form-detail .input-text {
	margin-bottom: 5px;
}
.form-detail .input-text {
	width: 94.5%;
    padding: 12px 5px;
    border: 1px solid #0a63a3;
    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;
    border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
}
.form-detail input:focus {
	border: 2px solid #024d83;
}

.form-detail .register {
	font-size: 18px;
	color: #fff;
	background: #0567ad;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border: none;
	margin: 10px 0 15px;
	cursor: pointer;
}
.form-detail .register-1 {
	font-size: 18px;
	color: #fff;
	background: #0567ad;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 110px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border: none;
	margin: 10px 0 15px;
	cursor: pointer;
}

.form-detail .register:hover {
	background:#0a9ff5;
}


.form-detail .form-row-last input,button {
	padding: 8px;
}
.form-detail i {
	font-size: 10px;
	color: #999;
	right: 15px;
	top: 50%;
	transform: translateX(-50%);
	position: absolute;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-size: 12px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 12px;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-size: 12px;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-size: 12px;
}
.form-v5-content .logo{
	text-align: center;
	margin-top: 5px;

	
}

a{
	text-decoration: none;
	font-weight: 600;
	color: rgb(221, 5, 5);
}
a:hover{
	color: #03497b;
}


/* Responsive */
@media screen and (max-width: 600px) {
	.form-v5-content  {
		background-color:rgb(255, 253, 253);
		box-shadow:2px 4px 6px  rgba(0, 0, 0, 0.2);
		width: 350px;
	
		border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		font-family: 'Roboto', sans-serif;
		color: #333;
		font-weight: 200;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 12px;
	}
}
@media screen and (max-width: 350px) {
	.form-v5-content  {
		background-color:rgb(255, 253, 253);
		box-shadow:2px 4px 6px  rgba(0, 0, 0, 0.2);
		width: 300px;
	
		border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		font-family: 'Roboto', sans-serif;
		color: #333;
		font-weight: 200;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 10px;
	}
}
.error{
	color:red;
}
.success{
	color: green;
	font-weight: 500;
}

  