@charset "UTF-8";
/*
© Copyright 2015
Landcare Research

Dual License with

GPL v3 - See http://www.gnu.org/licenses/gpl-3.0.txt

Any derivative work needs to be contributed back to this project
unless otherwise agreed with Landcare Research, New Zealand.
*/
/* 
    Created on : Jun 24, 2016, 10:09:50 AM
    Author     : heuert
*/
/* start - TODO: siamac - need to use _variables.scss instead of hard coding like this */
/* end - TODO: siamac - need to use _variables.scss instead of hard coding like this */
article.login input, article.login textarea, article.login select, article.registration input, article.registration textarea, article.registration select, article.profile input, article.profile textarea, article.profile select {
  font-weight: 400;
}

article.login .message, article.registration .message, article.profile .message {
  font-size: 1.1em;
}

article.login .message.bad, article.registration .message.bad, article.profile .message.bad {
  font-weight: bold;
  color: red;
}

.field.recaptcha {
  display: none;
}

article.profile .inner-content, article.registration div.content {
  /*padding: 3em 2em 0 2em;*/
}

article.profile .inner-content > p, article.registration div.content > p {
  max-width: 90%;
}

article.profile .inner-content h1, article.profile .inner-content h2, article.registration div.content h1, article.registration div.content h2 {
  color: #512b1c;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin: 0;
}

article.profile .inner-content h1, article.registration div.content h1 {
  margin: 0;
}

.page-Register article {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
}

.page-Register article div.Actions, .page-Register article div.btn-toolbar {
  text-align: center;
  width: 90%;
}

.page-Register article .btn-register {
  padding-left: 2em;
  padding-right: 2em;
}

.page-Register article .passStrength.good {
  color: green;
}

.page-Register article div.content {
  /*padding: 3em 2em 0 2em;

		h1, h2 {
			color: $smap-brown;
			font-size: 1.5em;
			text-transform: uppercase;
			padding-bottom: 1em;
		}
		h1 {
			margin: 0;
		}*/
  /*input[type=submit] {
			font-weight: bold;
			// font-size: 1.2em;
			!*margin-top: 2em;*!
			padding-left: 16px;
			padding-right: 16px;
			padding-top: 4px;
			padding-bottom: 4px;
			text-transform: uppercase;
			color: #fff;
			background-color: $smap-blue;
		}*/
  /*input:not(:valid):not([value]) {
			border: 1px solid #FF3F3F;
		}*/
  padding-bottom: 32px;
}

.page-Register article div.content .message.required {
  color: red;
  font-weight: bold;
}

.page-Register article div.content .warning {
  color: red;
  font-weight: bold;
}

@media (min-width: 768px) {
  .page-Register article div.content #Password > .middleColumn {
    display: flex;
    width: 95%;
  }
  .page-Register article div.content #Password > .middleColumn > .field {
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
  }
}

.page-Register article div.content #Password > .middleColumn label {
  color: #333333;
}

.page-Register article div.content #Password > .middleColumn > .field {
  height: auto;
  padding: 0;
  border: none;
  box-shadow: none;
}

.page-Register article div.content div.field {
  padding-left: 0;
  padding-right: 0;
}

.page-Register article div.content div.field.required label:after {
  content: "*";
}

.page-Register article div.content div.field label {
  margin-top: 16px;
}

.page-Register article div.content div.field.checkbox {
  margin-top: 2em;
}

.page-Register article div.content div.field.checkbox label {
  margin-top: 0;
}

.page-Register article div.content div.field input:not([type=submit]), .page-Register article div.content div.field select, .page-Register article div.content div.field textarea {
  float: none;
  min-height: inherit;
  padding-right: 0;
  box-sizing: inherit;
  padding-left: 10px;
}

.page-Register article div.content div.field input, .page-Register article div.content div.field select, .page-Register article div.content div.field textarea {
  margin-top: 8px;
  width: 90%;
}

.page-Register article div.content div.field textarea {
  border: none;
  padding: 16px;
}

.page-Register article div.content div.field input[type=checkbox] {
  margin-top: 3px;
  width: auto;
  font-size: 1rem;
  height: auto;
}

.page-Register article div.content input:not([type=submit]) {
  border: none;
  height: 2em;
  padding: 0.2em;
}

.page-Register article div.content fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.login .required-asterisk, .profile .required-asterisk {
  display: none;
}

article.login {
  max-width: 40em;
  margin: 2em auto;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

article.login a {
  color: #274d27;
}

article.login a:not(.no-decoration) {
  text-decoration: underline;
}

article.login p:empty {
  display: none;
}

article.login div.inner-content {
  padding: 1.5em 32px 32px;
}

article.login div.inner-content h2 {
  color: #512b1c;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: 1em;
}

article.login div.inner-content label {
  font-size: 1.1em;
}

article.login div.inner-content div.field:nth-child(5) {
  width: 99%;
}

article.login div.inner-content div.field:nth-child(5) input {
  width: 45%;
}

article.login div.inner-content .warning {
  color: red;
  font-weight: bold;
}

article.login div.inner-content div.field {
  padding-left: 0;
  padding-right: 0;
  /*padding-top: 16px;
			&:first-of-type {
				padding-top: 0;
			}*/
  /*&.checkbox label {
				margin-top: 8px;
				min-height: auto;
				padding-left: 0.5em;
				line-height: 1.1em;
			}*/
}

article.login div.inner-content div.field.checkbox {
  margin-top: 2em;
}

article.login div.inner-content div.field.checkbox label {
  margin-top: 0;
  padding-left: 10px;
}

article.login div.inner-content div.field.required label:after {
  content: "*";
}

article.login div.inner-content div.field label {
  margin-top: 16px;
}

article.login div.inner-content div.field input, article.login div.inner-content div.field select, article.login div.inner-content div.field textarea {
  float: none;
  position: static;
  min-height: inherit;
  padding-left: 10px !important;
  padding-right: 0;
  box-sizing: inherit;
}

article.login div.inner-content div.field input, article.login div.inner-content div.field select, article.login div.inner-content div.field textarea {
  margin-top: 8px;
  width: 100%;
}

article.login div.inner-content div.field textarea {
  border: none;
  padding: 16px;
}

article.login div.inner-content div.field input[type=checkbox] {
  margin-top: 4px;
  width: auto;
  height: auto;
}

article.login div.inner-content input {
  height: 2em;
  padding: 0.2em;
}

article.login div.inner-content input[type=submit] {
  font-weight: bold;
  margin-top: 2em;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #fff;
  background-color: #6aaead;
}

article.login div.inner-content fieldset, article.login div.inner-content form {
  border: none;
  padding: 0;
  margin: 0;
}

article.login div.inner-content #ForgotPassword {
  display: inline-block;
  padding-left: 16px;
  font-size: 1.1em;
  margin-top: 1.5em;
}

article.login div.inner-content #Remember {
  padding-top: 0;
  padding-bottom: 16px;
}

#AcceptedTerms {
  width: 90%;
}

/* TODO: siamac - need to use _variables.scss instead of hard coding like this */
@media (max-width: 991px) {
  #Form_RegisterForm #AcceptedTerms label, #MemberLoginForm_LoginForm #Remember label {
    margin-left: 0;
    margin-top: 11px;
  }
  #Form_RegisterForm #AcceptedTerms label {
    margin-left: 10px;
  }
}

.field.invalid {
  border: 1px solid #FF3F3F;
}

.field.invalid .validation-message {
  display: block;
  clear: both;
  font-size: 1.2em;
}

.field:not(.invalid) .validation-message {
  display: none;
}

/*# sourceMappingURL=registration.css.map */
