body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
main,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}


body {
	background-color: #eee;
	min-height: 100vh
}

.button__spinner {
	color: #fff
}

* {
	font-family: Source Sans Pro, serif!important
}

.section__headline {
	font-size: 30px;
	margin-bottom: 10px
}

main {
	overflow: auto;
	flex-grow: 1
}

.public__body {
	background-image: url(bg-img.jpg);
	background-size: cover;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

.public__body * {
	box-sizing: border-box
}

.public__container {
	display: flex;
	width: 90%;
	max-width: 1200px;
	min-height: 540px;
	margin: 45vh 0 0 50vw;
	background-color: initial;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .2), 0 1px 6px rgba(0, 0, 0, .2);
	border-radius: 3px
}

.public__info {
	width: 40%;
	padding: 60px 40px;
	background-color: #5089c8;
	color: #fff;
	border-radius: 3px 0 0 3px;
	line-height: 1.3
}

.public__info__headline {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1em
}

.public__content {
	width: 60%;
	padding: 65px 80px 80px;
	background-color: #fff;
	border-radius: 0 3px 3px 0
}

.public__content__headline {
	font-size: 31px;
	margin-bottom: 10px
}

.public__logo {
	height: 48px;
	margin-bottom: 60px
}

.public__link {
	text-transform: none!important
}

.public__submit,
.submit {
	display: inline-block;
	width: 250px;
	background-color: #5089c8;
  padding: 8px 24px;
  min-width: 112px;
  font-size: 0.9375rem;
  min-height: 40px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  justify-content: center;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
	color: #fff;
}
.public__submit:hover,
.submit:hover {
	background-color: #4a628d!important
}

.public__submit {
	float: right
}

.toggle-password {
	font-family: 'FontAwesome' !important;
  position: relative;
  z-index: 2;
  top: 0;
  right: 20px;
	cursor: pointer;
}


.form-row {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
  border: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.form-row label {
  pointer-events: none;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  top: 0;
  left: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  font-size: 12px;
  top: -7px;
  left: 14px;
}
.form-row > div {
  padding-left: 14px;
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.1875em;
  align-items: center;
}
.form-row fieldset {
  padding-left: 8px;
  border-color: rgba(0, 0, 0, 0.23);
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: padding-left 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,border-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,border-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  pointer-events: none;
}
.form-row fieldset legend {
  width: 87.5px;
  padding: 0;
  text-align: left;
  transition: width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  line-height: 10px;
}
.form-row input {
  padding: 18.5px 14px;
	  padding-left: 0;
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  margin: 0;
  display: block;
  min-width: 0;
  box-sizing: content-box;
  background: none;
  -webkit-tap-highlight-color: transparent;
}

.form-row input:focus {
    outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
	background-color: inherit;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}




.public__button {
	display: inline-block;
	background-color: #fff;
  padding: 8px 24px;
  min-width: 112px;
  font-size: 0.9375rem;
  min-height: 40px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  justify-content: center;
  position: relative;
  align-items: center;
  user-select: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  outline: none;
	color: #000;
	text-decoration: none;
}
.public__button:hover {
	background-color: #efefef!important
}


h3.error {
	color: rgba(255, 93, 49);
	font-size: 20px;
	margin: 5px 0;
}