body {
	margin: 0;
	font-family: Lato,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	background-color: #f2f5ff;
	color: #454545;
}

.login-container{
	max-width: 520px;
	margin: 1.5rem auto 2rem auto;
}

.header{
	margin: 2rem 1.5rem 1.5rem;
	text-align: center;
	height: 50px;
	position: relative;
	top: -6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header img{

}
.auth-panel{
	background: #fff;
	padding: 2rem 3rem;
	text-align: center;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
	border-radius: 8px;
	text-align: center;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;

}
.logo-panel{
	margin-bottom: 1.5rem;
	position: relative;
}
.form-control {
	width: 94%;
	padding: .535rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out
}
.form-control.active, .form-control:focus {
    border-color: #2070b8;
}
input{
	color:#454545;
	filter: none;
}
:focus {
	outline: none;
}

::placeholder{
	color:#444;
	font-size: 0.98rem;
}
.invalid{
	border-color:red;
	transition: border-color 1s ease-out;
}
.form-panel{
	text-align: center;
}
.column {
	display: block;
	padding: .75rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.form-panel .columns {
	margin-top: 0;
	margin-bottom: 0;
}
.column{
	padding: .75rem;
}
.columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
	position: relative;
}
.btn-panel {
	padding-top: 1rem;
}
.btn {
	display: inline-block;
	cursor: pointer;
	background: #2070b8;
	color: #fff;
	border-radius: 3px;
	border: 0 none;
	padding: .8rem 0;
	text-align: center;
	font-size: 1.1em;
	-webkit-touch-callout: none;
	user-select: none;
	white-space: nowrap;
	position: relative;
	min-width: 100%;
	margin-top: 1rem;
}

.btn:hover {
  background: #1b5f9b;
}

.back-btn{
	width: 30px;
	position: absolute;
}
.back-btn svg{
    position: relative;
    top: 18px;
    margin-top: -16px;
    cursor: pointer;
    display: block;
	width: 24px;
	height: 24px;
	color: #454545;
}

h1 {
	margin-bottom: 1.45rem;
	margin-top:0;
	font-size: 1.2rem;
}
.disabled{
	color:red;
	margin:50px 0;
}
.showPassword{
	position: absolute;
	vertical-align: top;
	right: 23px;
	top: 89px;
	cursor: pointer;
	opacity:0.5;
}
.lostPassword{
	text-align: left !important;
	cursor: pointer;
}
.lostPassword a{
	position: relative;
	left: 4px;
	top:-6px;
	font-size: 80%;
	text-decoration: none;
	color:#666;
}
.lostPassword:hover a, .register:hover a{
	color:#0659a4;
}
.register a{
	position: relative;
	top: 15px;
	font-size: 80%;
	text-decoration: none;
	color: #666;
}