body {
	margin: 0;
}

.page-content {
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	background: #caccd1;
	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: 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);
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: "Open Sans", sans-serif;
}

.form-v4-content h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
	margin-bottom: 34px;
}

.form-v4-content .form-left {
	background: #037ef3;
	padding: 20px 40px;
	position: relative;
	width: 100%;
	color: #fff;
}

.form-v4-content .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}

.form-v4-content .form-left a {
	color: white;
}

.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-detail {
	padding: 20px 40px;
	position: relative;
	width: 100%;
}

.form-v4-content .form-detail h2 {
	color: #037ef3;
}

.form-v4-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin: 0 -8px;
}

.form-v4-content .form-detail .form-row {
	width: 100%;
	position: relative;
}

.form-v4-content .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}

.form-v4-content .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}

.form-v4-content .form-detail .form-row label#valid {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #53c83c;
}

.form-v4-content .form-detail .form-row label#valid::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 3px;
	height: 8px;
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-v4-content .form-detail .form-row label.error {
	padding-left: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	background: none;
	color: red;
}

.form-v4-content .form-detail .form-row label.error::after {
	content: "\f343";
	font-family: "LineAwesome";
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	right: 10px;
	top: -31px;
	color: red;
	font-size: 18px;
	font-weight: 900;
}

.form-v4-content .form-detail .input-text {
	margin-bottom: 27px;
}

.form-v4-content .form-detail input {
	width: 100%;
	padding: 11.5px 15px;
	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 .form-detail .form-row input:focus {
	border: 1px solid #53c83c;
}

.form-v4-content .form-detail .form-checkbox {
	margin-top: 1px;
	position: relative;
}

.form-v4-content .form-detail .form-checkbox input {
	position: absolute;
	opacity: 0;
}

.form-v4-content .form-detail .form-checkbox .checkmark {
	position: absolute;
	top: 13px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.form-v4-content .form-detail .form-checkbox .checkmark::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 3px;
	height: 8px;
	border: 1px solid #037ef3;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}

.form-v4-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
	display: block;
}

.form-v4-content .form-detail .form-checkbox p {
	margin-left: 34px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.form-v4-content .form-detail .form-checkbox .text {
	font-weight: 700;
	color: #037ef3;
	text-decoration: underline;
}

.register {
	background: #037ef3;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 12.5px;
	width: auto;
	border: none;
	margin: 6px 0 50px 0px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.register:hover {
	background: #2f73a3;
}
.register:active {
	background: #24567a;
}
.form-v4-content .form-detail .form-row-last input {
	padding: 12.5px;
}

.select-css {
	width: 100%;
	padding: 11.5px 15px;
	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;
	display: block;

	margin: 0 0 27px 0;

	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 0.7em top 50%, 0 0;
	background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border: 1px solid #53c83c;
}
.select-css:focus {
	border: 1px solid #53c83c;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight: normal;
}

.aiesec-logo {
	position: absolute;
	max-width: 40%;
	max-height: 100px;
	bottom: 40px;
}

.manual-process {
	color: #037ef3;
	border-radius: 5px;
	width: auto;
	border: none;
	cursor: pointer;
	background: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 0.5em 1em;
}

@media screen and (min-width: 991px) {
	.form-element:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.form-element:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v4-content {
		margin: auto 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;
	}

	.form-v4-content .form-detail {
		padding: 30px 20px 30px 20px;
		width: auto;
	}

	.form-element:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.form-element:last-child {
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.aiesec-logo {
		display: none;
	}
}

@media screen and (max-width: 675px) {
	.form-v4-content {
		margin: 0;
		border-radius: 0;
	}

	.form-element {
		border-radius: 0 !important;
	}

	.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;
	}

	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
