.login
{
	display: flex;
    justify-content: center;
    align-items: center;
}

.login h2
{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.login section
{
	max-width: 400px;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

.login section div.container
{
	margin-top: 1rem;
	margin: 0 auto 25px;
	padding: 40px 40px;
	background: white;
	background-clip: border-box;
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.26);
	border-top: 5px solid #0c4c4a;
}

.login img:first-child
{
	width: 134px;
	margin: 0 auto 10px;
	display: block;
}

button
{
	width: 100%;
}

.login section div.container div a
{
	color: #000000;
}

.login section div.container div a:hover
{
	color: #6c757d;
}

.login section div.container div a span
{
	color: #000000;
}

.login .disclaimer
{
	color: #c3d9e0;
	text-align: center;
}

.login .disclaimer a
{
	color: #494949;
}

.login .disclaimer
{
    color: #000000;
    text-align: center;
}

.login input[type=submit]
{
	background: #f199bc;
	color: #000;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 15px;
	transition: all 0.218s;
	height: 55px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
}

.login input[type=email], .login input[type=password], .login input[type=username]
{
	text-indent: 24px;
	height: 44px;
	direction: ltr;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
	box-sizing: border-box;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 2px solid #000000;
	padding: 0.375rem 0.75rem;
	border-radius: 2px;
	padding: 1.5rem 1rem;
}

.login input[type=email], .login input[type=username]
{
	background: url(../image/envelope-closed.svg) no-repeat scroll 11px 16px;
	background-repeat: no-repeat;
	background-size: 17px;
}

.login input[type=password]
{
	background: url(../image/lock-locked.svg) no-repeat scroll 11px 16px;
	background-repeat: no-repeat;
	background-size: 17px;
}

.login section div.container form label
{
	width: 100%;
	display: inline-block;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
}

.login section div.container label:nth-child(2n) {
    margin-bottom: 2rem;
}

.icon
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.btn
{
	width: 100%;
	margin-bottom: 1rem;
}

.login section div.container div a
{
    color: #000000;
    font-size: 14px;
}




