.page-node-type-form-page .main-content #block-edrive-page-title,
.page-node-type-form-page .main-content label,
.main-content #block-edrive-page-title,
.path-webform .main-content label,
.main-content form label {
	display: none;
}

.page-node-type-form-page .main-content,
.path-webform .main-content,
.page-node-type-contact-page .main-content {
	padding: 20px;
}

.page-node-type-form-page .main-content input,
.page-node-type-form-page .main-content select,
.page-node-type-form-page .main-content textarea,
.path-webform .main-content input,
.path-webform .main-content select,
.select-container select,
.path-webform .main-content textarea,
.main-content form input,
.main-content form select,
.main-content form textarea {
	height: 43px;
    line-height: 43px;
    border: 1px solid #c9c9c9;
    background: transparent;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.main-content form select.error {
	border-color: #b3272d;
}

.page-node-type-form-page .main-content input[type=file],
.path-webform .main-content input[type=file],
.main-content form input[type=file] {
	height: auto;
	line-height: inherit;
	padding: 12px 14px;
}

.page-node-type-form-page .main-content input[type=checkbox],
.path-webform .main-content input[type=checkbox],
.main-content form input[type=checkbox] {
	height: auto;
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.page-node-type-form-page .main-content input[type=checkbox] + label,
.path-webform .main-content input[type=checkbox] + label,
.main-content form input[type=checkbox] + label {
	display: inline-block;
}

.js-form-type-checkbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#user-register-form .js-form-type-checkbox input {
	width: 20px;
	height: auto;
}

.js-form-type-checkbox label {
	width: calc(100% - 35px);
	margin-bottom: 20px;
}

.js-hide {
	display: none !important;
}

.page-node-type-form-page .main-content textarea,
.path-webform .main-content textarea,
.main-content form textarea {
	height: auto;
}

.js-form-type-select,
.select-container {
	position: relative;
}

.js-form-type-select:after,
.select-container:after {
	content: "\e905";
	font-family: "edrive";
	pointer-events: none;
	position: absolute;
	font-size: 30px;
	right: 10px;
	top: 9px;
}

.page-node-type-form-page .main-content input.button,
.path-webform .main-content input.button,
.main-content.main-content form input.button {
	width: 300px;
	text-align: left;
	padding: 3px 20px;
	height: auto;
	margin-bottom: 0;
}

form .description,
form .form-managed-file {
	margin-bottom: 20px;
}

.form-actions {
	position: relative;
	display: inline-block;
}

.form-actions:after {
	content: "\e904";
	font-family: "edrive";
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 27px;
	color: #fff;
}

.context-user-register .js-form-type-select:after,
.context-registration .js-form-type-select:after {
	top: 32px;
}

.context-registration #edit-mail--description,
.context-registration #edit-name--description {
	display: none;
}

#user-register-form .form-actions input {
	padding-right: 42px;
}

label.js-form-required:after {
	content: " *";
	color: #b12931;
}

.form-managed-file .description {
	display: none;
}

.set-password .js-form-type-email {
	display: none;
}

.path-user .main-content {
	max-width: 720px;
	margin: 0 auto;
}

.main-content .user-form .description {
	margin: -10px 0 35px;
}

.set-password .main-content form label,
.main-content .user-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.set-password .main-content form .option {
	margin-bottom: 0;
	font-weight: normal;
}

.password-strength {
	margin: -10px 0 35px;
}

#edit-pass--description,
#edit-field-terms-conditions-value--description {
	margin: 10px 0 35px;
}

#user-register-form .js-form-item-field-terms-conditions-value .description {
	font-style: normal;
	margin-top: -10px;
	font-size: 16px;
}

.path-user div[role="contentinfo"] {
	margin-bottom: 30px;
	font-weight: bold;
}

form select::-ms-expand {
    display: none;
}

@media screen and (min-width: 1024px) {
	.half {
		width: calc(50% - 10px);
		float: left;
	}
	
	.half:nth-of-type(2n+2) {
		float: right;
	}
}