#login h1 a{
	background-image: url(/wp-content/themes/pra/images/PRA-Group-Logo_White-01.png);
	background-size: contain;
	background-position: center center;
	width: 260px;
}

body.login{
	background-color: #0d3b62;
}

body.login:before{
	background: linear-gradient(90deg, #A8D16C 0%, #00BCF2 100%);
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 4px;
	width: 100%;
	
}


.login #backtoblog a, .login #nav a, a{
	color: #fff;
	text-decoration: none;
}

.login #backtoblog a:hover, .login #nav a:hover, a:hover{
	color: #DFE565;
	text-decoration: underline;
}

.login form{
	border: none;
	border-radius: 5px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	background: #A7D16C;
	border: 0px;
	border-collapse: collapse;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 40px;
	height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	-moz-appearance: none;
}