html, body{
height:100%;
}

.logo{
fill: #19cb97;
}

.wraplogo{
padding-left:35px;
}

.wraplogo::after {
border-left: 1px solid #19cb97;
content: '';
height: 5.5em;
right: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.logintitlecontainer{
padding-left:1em;
}

.wraplogintitle{
display: table;
height: 100%;
}

.logintitle{
font-family: 'Montserrat', sans-serif;
font-weight:800;
letter-spacing: 0.1em;
color: #000;
display: table-cell;
font-size: 24px;
text-align: center;
line-height: 1.1;
position: relative;
vertical-align: middle;
}

.bg{
background-image:url('');
background-color: #EFF1F4;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.dimmed{
margin:0px auto 0 auto;
width:500px;
}

.dimmed h1{
color:#000;
}

.dimmed .btn-primary {
background: #17cb97;
color: #ffffff;
border-color: #ffffff;
width:100%;
font-weight:600;
}

.formbg{
position: relative;
width: 100%;
background: #fff;
-webkit-box-shadow: 0 3px 13px rgba(68,68,68,0.15);
box-shadow: 0 3px 13px rgba(68,68,68,0.15);
border-radius: 0.2rem;
padding: 1rem 2rem 2rem 2rem;
-webkit-transition: padding-bottom 0.2s;
-moz-transition: padding-bottom 0.2s;
-o-transition: padding-bottom 0.2s;
-ms-transition: padding-bottom 0.2s;
transition: padding-bottom 0.2s;
}

a.Authenticate-link,
a.Authenticate-link:hover,
a.Authenticate-link:active,
a.Authenticate-link:visited{
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.1em;
color: #1acb97;
display: block;
font-weight: 500;
font-size: 15px;
text-align: center;
text-transform: none;
}

p{
margin-bottom: 0.05rem;
}

@media screen and (max-width: 768px) {

	.dimmed{
	width:100%;
	}

	.wraplogo{
	padding-left:0px;
	}

	.wraplogo::after {
	border-left:none;
	content: '';
	height: auto;
	right: auto;
	position: static;
	top: auto;
	}

	.logo{
	margin: 0 25%;
	width:50%;
	}

	.logintitlecontainer{
	margin-bottom:20px;
	padding-left:0;
	}

	.wraplogintitle{
	display: block;
	height: auto;
	}

	.logintitle{
	font-weight:800;
	letter-spacing: 0.1em;
	color: #000;
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 1.1;
	position: relative;
	}

}