* {
  margin: 0;
}

html, body {
  height: 100%;
  color: #fff;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px; /* the bottom margin is the negative value of the footer section height */
}

.footer {
  height: 50px;
  text-align: center;
}

.push {
  height: 100px;
}

.login-copyright {
  display: table;
  font-size: 0.7rem;
  margin: 0 auto;
  opacity: 0.7;
  width: 100%;
}

.login-wrapper {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.login-container {
  text-align: center;
  margin: 0 auto;
}

.login-form-wrapper {
  margin-bottom: 20px;
}
.form-group {
  max-width: 395px;
  margin: 0 auto;
}
@media (max-width: 420px) {
	.form-group {
  		max-width: 90%;
  		margin: 0 auto;	
	}
}
.form-group input {
  font-size: 1.2em;
}

.textbox {
  margin-bottom: 20px;
}

::-webkit-input-placeholder{
  color: #666;
  font-size: 1.0em;
  font-style: italic;
  font-weight: 500!important;
}
:-moz-placeholder {
  color: #666;
  font-size: 1.2em;
  font-style: italic;
}
 ::-moz-placeholder {
  color: #666;
  font-size: 1.2em;
  font-style: italic;
}
 :-ms-input-placeholder {
  color: #666;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.other-authprovider-btn {
  border-radius: 25px;
  padding: 6px 22px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.remove-btn {
  display: block;
  position: relative;
  top: -15px;
  background: white;
  border-radius: 25px;
  padding: 6px 22px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.submit-btn {
  color: #99cadd;
  border: 1px solid #99cadd;
  display: block;
  font-size: 1.2em;
  background: none;
  border-radius: 25px;
  padding: 12px 44px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.highlighted-btn {
  color: #00a4d8;
  background: white;
  border: 1px solid #99cadd;
}

.sign-in-with {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.bottom-link {
  display: inline-block;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.bottom-link a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.branding {
  max-width: 800px;
  margin: auto;
}

.ot-logo {
  max-width: 395px;
  height: auto;
  width: auto\9; /* ie8 */
}
@media (max-width: 420px) {
	.ot-logo {
	  max-width: 90%;
	  height: auto;
	  width: auto\9; /* ie8 */
	}
}

.login-error {
  font-size: 1.4em;
  min-height: 50px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.login-error b {
  font-size: 1.2em;
}

.login-message {
  font-size: 1.4em;
  min-height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-message b {
  font-size: 1.2em;
}

.clearer {
  color: #d3d3d3;
  display: none;
  pointer-events: auto;
}

.clear-icon {
  background-image: url('formfield_clear.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em;
}

.error-icon {
  background-image: url('formfield_error.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em;
}

.form-control:focus {
  border-color: #004b71;
  border-width: 2px;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/* Override the yelow colour set by Chrome if autofill took place */
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.auth-provider-btn {
	width:32px;
	height:32px;
	border:0px;
	vertical-align: middle;
	background-color: Transparent;
}
.third_party_facebook {
	background-image:url('third_party_facebook.svg');
}
.third_party_facebook:hover, .third_party_facebook:active {
	background-image:url('third_party_facebook_inv.svg');
}
.third_party_google{
	background-image:url('third_party_google.svg');
}
.third_party_google:hover, .third_party_google:active {
	background-image:url('third_party_google_inv.svg');
}
.third_party_twitter{
	background-image:url('third_party_twitter.svg');
}
.third_party_twitter:hover, .third_party_twitter:active {
	background-image:url('third_party_twitter_inv.svg');
}
.third_party_yahoo{
	background-image:url('third_party_yahoo.svg');
}
.third_party_yahoo:hover, .third_party_yahoo:active {
	background-image:url('third_party_yahoo_inv.svg');
}
.third_party_linkedin{
	background-image:url('third_party_linkedin.svg');
}
.third_party_linkedin:hover, .third_party_linkedin:active {
	background-image:url('third_party_linkedin_inv.svg');
}
.third_party_microsoft{
	background-image:url('third_party_microsoft.svg');
}
.third_party_microsoft:hover, .third_party_microsoft:active {
	background-image:url('third_party_microsoft_inv.svg');
}
.language-icon{
	background-color: Transparent;
	background-image:url('language_switcher.svg');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	width:32px;
	height:32px;
	border:0px;
}

.modal-content{ 
  position: relative;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  overflow: auto;
}

.lang-block {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.lang-option{
  display: block;
  font-size: 0.875em;
  line-height: 0.75;
  color: #0072aa;
  background: white;
  border: 1px solid #0072aa;
  border-radius: 25px;
  padding: 12px 1.5em;
  margin: 15px auto;
  width: 8.5em;
}
.lang-option:hover {
  color: white;
  background: #0072aa;
}
.lang-option:active {
  color: white;
  background: #0072aa;
}

.required-symbol {
  position: absolute;
  top: -3px;
  right: 5px;
  z-index: 2;
  display: block;
  font-size: 1.5em;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #555;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label .checkbox-img {
    display:inline-block;
    width:25px;
    height:25px;
    background:url('checkbox.svg') left top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label .checkbox-img {
    background:url('checkbox_selected.svg') left top no-repeat;
}
input[type="checkbox"] + label .checkbox-text {
	position: relative;
	vertical-align: center;
	padding-left:10px;
	bottom:5px;
	font-size:1.25em;
}