@charset "utf-8";

body{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a11880+0,6b1c75+100 */
	background: rgb(161,24,128); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(161,24,128,1) 0%, rgba(107,28,117,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(161,24,128,1) 0%,rgba(107,28,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(161,24,128,1) 0%,rgba(107,28,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a11880', endColorstr='#6b1c75',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: url(../fa-images/login-bg.jpg) center center no-repeat;
	background-size: cover;
}
#login{
	position: relative;
	z-index: 1;
}
h1{
	background: url(../fa-images/flexawesome-logo.svg) center center no-repeat;
	width: 100%;
	height: 150px;
	margin: auto auto !important;
	display: block;
}

.login h1 a{
	display: none;
}


form{
    background: rgba(48,199,18,1.00);
}


#login .wp-core-ui .button, .wp-core-ui .button-secondary{
    color: #666;
}
.login form{
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
	border-radius: 5px;
	border: none;
	padding: 30px;
}
.login #nav{
	text-align: center;
}
.login #backtoblog a,
.login #nav a{
    color: #6c1d76 !important;
}
.login label{
   
}
#backtoblog{
	text-align: center;
}
.login .button-primary{
	float: none;
}

.login form{
	background: #fff;
}

#login form p.submit{
	display: block;
	margin-top: 8px;
	width: 100%;
}
.login form .forgetmenot{
	float: none;
}
#login input[type="submit"]{
	display: block;
	max-width: none;
	width: 100%;
	padding: 8px 6px;
	border: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
    background: rgb(157,213,58); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	font-weight: bold;
}
.login .privacy-policy-page-link{
	margin-top: 20px;
}
.login .privacy-policy-page-link a{
	color: #ec6608;
	font-weight: bold;
}
.login .message{
	margin-top: 20px;
	background: none;
	color: #43165d;
	border-left: none;
	border: 1px solid #43165d;
	text-align: center;
	border-radius: 5px;
}

