

/* TRADE */

.firstygroup-organisationcustomers-application-index .page-main {
    margin: 0 auto;
    max-width: 1000px;
	letter-spacing: 0.5px;
}

.organisationcustomers-login-container {
    float: left;
    width: 40%;
	margin-right: 2%;
	padding: 20px 4% 20px 4%;
	background: #f1f1f1;
}

.organisationcustomer-form-create-account {
    float: left;
	width: 40%;
	margin-left: 2%;
	padding: 20px 4% 20px 4%;
	background: #f1f1f1;
	margin-bottom: 30px;
}

.organisationcustomers-login-container .legend span, .organisationcustomer-form-create-account .legend span {
	font-family: nimbus-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.organisationcustomers-login-container .fieldset .legend, .organisationcustomer-form-create-account .fieldset .legend {
    display: block;
    margin-left: 0;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

.organisationcustomers-login-container .field label, .organisationcustomer-form-create-account .field label {
	font-family: nimbus-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.firstygroup-organisationcustomers-application-index button {
	font-family: nimbus-sans, sans-serif!important;
	letter-spacing: 0.5px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
    min-width: 0;
	width: 100%
}

.form.create.account.organisationcustomer-form-create-account {
    padding: 0;
	margin-bottom: 0;
}

.organisationcustomer-form-create-account .fieldset.address {
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.organisationcustomers-login-container .fieldset > .field:not(.choice) > .label,
.organisationcustomer-form-create-account .fieldset > .field:not(.choice) > .label {
    width: 30%;
}

.organisationcustomers-login-container .fieldset > .field:not(.choice) > .control,
.organisationcustomer-form-create-account .fieldset > .field:not(.choice) > .control {
    width: 70%;
}



