html, body {
	color: rgb(58, 61, 66);
	font-size: 11pt;
	font-kerning: normal;
	height: 100%;
	width: 100%;
	margin: 0px;
	text-rendering: optimizelegibility;
}

body * {
	box-sizing: border-box;
	overflow-wrap: break-word;
}

body {
	font-family: Avenir Next W02,Avenir Next,"Helvetica Neue",Helvetica-,Arial,sans-serif;
}

::placeholder {
  color: #999;
}

.outer {
	align-content: center;
    -webkit-box-align: center;
    place-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
    padding: 0px;
    width: 100%;
    background: #fafafa;
}

.inner {
	box-shadow: 0 0 10px #f0f0f0;
	background-color: #fff;
	position: relative;
	transition: transform 0.15s ease-out 0s;
	border: 1px solid #E9EAEB;
	border-radius: 30px;
    height: 100%;
	width: 100%;
	max-width: 100%;
    padding-bottom: 2em;
}

.column {
	max-width: 296px;
    margin-bottom: 2em;
    margin-inline: auto;
}

.column fieldset {
	border: none;
    margin: 0;
    padding: 0;
}

.column .split {
	display: flex;
	gap: 1em;
}

.column .logo {
	margin: 3em 0 2em 0;
	text-align: center;
}

.column .logo img {
	width: 100%;
}

.column h1 {
	color: #26a0c2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.5em;
    text-align: center;
}

.column p {
	margin-bottom: 2em;
}

.column p.error {
	border: 1px solid #DF554A;
    border-radius: 5px;
    padding: 1em;
    color: #DF554A;
    background: #fff1f0;
    display: flex;
    gap: 1em;
    align-items: center;
    border-left-width: 4px;
}

.column p.success {
	border: 1px solid #4a89df;
    border-radius: 5px;
    padding: 1em;
    color: #4a89df;
    background: #ebf2fc;
    display: flex;
    gap: 1em;
    align-items: center;
    border-left-width: 4px;
    text-align: center;
}

.column .help {
	opacity: 1;
	max-height: 100px;
	margin-bottom: 1em;
    margin-top: -1em;
    color: #aaa;
    font-size: 0.85em;
    padding: 0 0.5em;
    transition-property: opacity, max-height;
    transition-duration: 200ms;
}

.column .help div {
	
}

.column .help div em {
	width: 1em;
	margin-right: 0.5em;
}

.column .help div em.check {
	display: none;
}

.column .help div.check {
	color: #19a619;
}

.column .help div.check em {
	display: none;
}

.column .help div.check em.check {
	display: inline;
}

.column .help.hide {
	opacity: 0;
	max-height: 0;
    margin-top: -1.5em;
}

.column ul.error {
	list-style: none;
    color: #DF554A;
    padding: 0 0.5em;
    margin-top: -1em;
    margin-bottom: 1.5em;
}

.column .error em {
	font-size: 1.5em;
    position: relative;
    top: 1px;
}

.column input[type=text],.column input[type=password] {
	width: 100%;
    min-width: 0px;
    outline: transparent solid 2px;
    outline-offset: 2px;
    position: relative;
    appearance: none;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-duration: 200ms;
    font-size: 1.125rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    height: 3rem;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: #DBDBDC;
    background: rgb(255, 255, 255);
    margin-bottom: 1em;
}

.column input[type=text]:focus,.column input[type=password]:focus {
	z-index: 1;
    border-color: #66afe9;
    box-shadow: #66afe9 0px 0px 0px 1px;
}

.column input[type=text].error:focus,.column input[type=password].error:focus {
	border-color: #DF554A !important;
    box-shadow: #DF554A 0px 0px 0px 1px !important;
}

.column .passtrengthMeter {
	margin-bottom: 1.5em;
}

.column .passtrengthMeter input[type=password] {
	margin-bottom: 0;
}

.column input.error {
	border-color: #DF554A !important;
}

.column button {
	border: 0px;
	border-radius: 5px;
    font-weight: 600;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-duration: 200ms;
    height: 3rem;
    min-width: 3rem;
    font-size: 1.125rem;
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    background: #2a8ff4;
    color: #FFF;
    margin-top: 1em;
    width: 100%;
    cursor: pointer;
}

.column button:hover {
	background: #205dbb;
}

.column button em {
	display: none;
	font-size: 1.2em;
}

.column button.disabled {
	background: #ccc !important;
	cursor: default;
}

.column button.disabled em {
	display: inline;
}

.column button.disabled span {
	display: none;
}

.column .separator {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    gap: 1em;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.column .separator hr {
	opacity: 0.8;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-color: #e9eaeb;
    border-style: solid;
    width: 100%;
}

.column .separator span {
	color: #8c8e96;
	font-size: 11px;
	font-weight: 300;
	text-transform: capitalize;
}

.column a.alternative {
	min-height: 3em;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBDBDC;
    border-radius: 5px;
    margin: 1em 0;
    gap: 0.5em;
    text-decoration: none;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-duration: 200ms;
    background: #f8f8f8;
}

.column a.alternative:hover {
	background: #E9EAEB;
}

.column a.alternative i {
}

.column a.alternative i img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 1px;
}

.column a.alternative span {
	color: #3a3d42;
	font-weight: 500;
}

.column a.alternative em {
	display: none;
	font-size: 1.2em;
	color: #3a3d42;
}

.column a.alternative.disabled {
	background: #fff !important;
	cursor: default;
	opacity: 0.5;
}

.column a.alternative.disabled em {
	display: block;
}

.column a.alternative.disabled span {
	display: none;
}

.column a.alternative.disabled i {
	display: none;
}

.column a.link {
	display: block;
    text-align: center;
    text-decoration: none;
    margin: 1.5em 0;
    color: #2a8ff4;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-duration: 200ms;
}

.column a.link:hover {
	color: #226588;
}

.column a.link em {
	margin-right: 0.25rem;
}

.column a.field {
	margin: -0.75em 0 1em 0.25em;
    text-align: right;
}

.column div.link {
	margin-top: 1.5em;
	display: block;
    text-align: center;
}

.column div.link a.link {
	display: inline;
}

.links {
	color: #8c8e96;
	display: flex;
    flex-direction: row;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 2em;
    font-weight: 300;
}

.links a {
	cursor: pointer;
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: inherit;
}

.collapsable {
    transition-property: max-height, opacity;
    transition-duration: 300ms;
	opacity: 1;
}

.collapse {
	max-height: 0 !important;
	opacity: 0;
}

.terms > div {
    display: flex;
    gap: .5em;
    justify-content: center;
    align-items: flex-start;
}

.terms label a {
    color: #2a8ff4;
    text-decoration: none;
}

.terms label a:hover {
	color: #226588;
    text-decoration: underline;
}

.terms .error {
    color: #DF554A;
    padding-top: 0.25em;
    padding-left: 2em;
    display: none;
}

.terms.error .error {
    display: block;
}

@media screen and (min-width: 30em) {
  .outer {
    grid-template-rows: min-content min-content;
    padding: 16px;
  }
  .inner  {
      max-width: 411px;
  }
}


