.form1 {
	background: #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

	.form1 input {
		padding: 20px 15px;
		font-size: 14px;
	}

	.form1 button {
		text-transform: uppercase;
		letter-spacing: 1px
	}


/* register form  */

.registerPageHeader {
	background-image: url('../images/back2.jpg');
	background-position: center;
	padding: 75px 0;
	text-align: center;
	color: #027777;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

	.registerPageHeader:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		content: '';
		opacity: 0.5
	}

	.registerPageHeader h1 {
		font-size: 48px;
		font-weight: 500;
		color: #011232;
		position: relative;
	}

.registerForm .steps {
	width: 100%;
}

	.registerForm .steps li {
		padding: 10px;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		cursor: not-allowed;
		color: #011232;
	}

	.registerForm .steps i {
		border: none;
		width: auto;
		border-radius: 100%;
		background: #002777;
		color: #fff;
		padding: 7px;
		width: 40px;
		font-style: normal;
		opacity: 0.5
	}

	.registerForm .steps li.active i {
		background-color: #ff0040;
		opacity: 1;
		cursor: pointer;
	}

	.registerForm .steps li.finish i {
		background-color: #ff0040;
		opacity: 1;
		cursor: not-allowed;
	}

.registerForm .tab {
	display: none;
}

.registerForm input.invalid {
	border: 1px solid #ff0040;
}

.registerForm select.invalid {
	border: 1px solid #ff0040;
}

.registerForm .btn {
	text-align: center; font-weight:normal; font-size:13px;
}

.registerForm .Details .detail_card {
	width: 50%;
	padding: 10px 0;
	font-weight: normal; font-size:13px; color:#333;
}

	.registerForm .Details .detail_card span {
		font-weight: 500
	}
