select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

.select--box {
	position: relative;
	border: none;
	background-color: ghostwhite;
}

.select--box i {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 14px;
	color: #aaa;
	cursor: pointer;
}

#select-type {
	border: none;
	line-height: normal;
	background-color: ghostwhite;
	font-size: 1rem;
	color: slategray;
}

.label-type {
	margin-top: .1rem;

}

.form-box {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 40px;
	margin-bottom: 30px
}

.form-box .form-group .form-control {
	margin-bottom: 0
}

.form-box>.form-box .form-group:last-of-type {
	margin-bottom: 0
}

.form-box .form--title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px
}

.label-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	z-index: 2;
	text-align: left
}

.input-checkbox span {
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	line-height: 12px
}

.label-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.input-checkbox span.check-indicator {
	position: absolute;
	top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	background: 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	display: block;
	padding-left: 0
}

.label-checkbox input:checked~.check-indicator {
	background: 0 0
}

.label-checkbox .check-indicator:after {
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	background-color: #64ddbb
}

.label-checkbox input:checked~.check-indicator:after {
	display: block
}

.register-login-modal .label-checkbox span,
.register-login-modal .label-checkbox span a {
	color: #aaa
}