.login {
	background: #FFF;
	font-family: 'Muli', sans-serif;
}

#loginform {
	background: none;
	box-shadow: none;
}

#loginform input {
	outline: 0;
}

.login p {
	font-size: 16px;
	line-height: 24px;
}

.login h1 a {
	display: block;
	height: 250px;
    width: 250px;
    background: url(../library/images/logo.png) center/contain no-repeat;
    text-indent: -99999px;
}

.login .button, .login .button:focus {
	margin-top: 15px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,  rgba(221,106,74,1) 0%,rgba(222,148,52,1) 90%);
	color: #FFF;
	padding: 16px!important;
	border-radius: 50px;
	transition: .5s all;
	min-width: 255px;
	height: 50px!important;
	font-size: 16px;
	line-height: 16px!important;
	cursor: pointer;
	float: none;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

.login .button:hover {
	transform: scale(0.95);
	color: #FFF;
	border: none;
	background: linear-gradient(to right,  rgba(221,106,74,1) 0%,rgba(222,148,52,1) 90%);
}
