
/****************************************/
/* FORMATTING FOR WP LOGIN PAGE */
/****************************************/

body.login {
  			background-image: url('https://zapwebsites.com/wp-content/uploads/2020/05/squiggle-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
        height: auto;
}

body.login:before {
	content: '';
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px
}

.login a:hover, .login #nav a:hover {
			color: #f8dd2c;
	}

.login #login {
	width: 360px;
	margin: 130px auto;
	position: relative;
    padding: 40px 40px 40px 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
    text-align: center
}

.login h1 {
	position: relative
}

.login h1 a {
			background-image: url('https://zapwebsites.com/wp-content/uploads/2020/05/zap.svg');
		width: auto;
	height: auto;
	padding: 20px 0px;
    background-position: center center;
    		background-size: 200px;
	}


.login .login-message, .login .message.register {
  	width:100%;
   	font-size: 24px;
    line-height: normal;
    		color: #f8dd2c;
	    font-weight: 600;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: none
}

.login form {
    margin: 0px;
    padding: 40px;
    background: #fff;
    box-shadow: none;
    text-align: center
}

.login label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #83919e;
    margin-top: 20px;
    display: block;
    text-align: center
}

.login input[type="text"], .login input[type="password"], .login input[type="email"] {
   	border: 0px;
   	border-bottom: 2px solid #cfd8e2;
    background: #fff;
    box-shadow: none;
    text-align: center;
    margin-top: 10px
}

.login input[type="text"]:focus, .login input[type="password"]:focus, .login input[type="email"]:focus,
.login input[type="text"]:hover, .login input[type="password"]:hover, .login input[type="email"]:hover {
    background: #f6f9fd;
}

.login .forgetmenot {
   	width: 100%;
   	padding: 10px 0px 20px 0px;
}

.login .forgetmenot label {
   	text-transform: none;
    font-weight: 400;
}

.login .forgetmenot input[type="checkbox"] {
   	border-color: #cfd8e2
}
  
.login .forgetmenot input[type="checkbox"]:before {
   			color: #f8dd2c;
	}

.login input[type="submit"] {
   	width: 100%;
   			background: #f8dd2c!important;
		border: 1px solid #f8dd2c!important;
		color: #fff!important;
    font-weight: 600;
    padding: 10px 2px!important;
    height: auto!important;
    line-height: normal!important;
    text-shadow: none!important;
    text-transform: uppercase;
    box-shadow: none
}

.login #nav {
	position: absolute;
	right: 0px;
	bottom: -40px;
	left: 0px;
	text-align: center;
	color: #fff
}

.login #nav a, .login #backtoblog a {
	color: #fff
}

.login #backtoblog {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1
}

.login div#login_error, p.message {
    margin: 20px 20px 5px 20px!important;
}

.login p.message {
	background: #e7f4f9!important
}

.login div#login_error {
	background: #f7e6e6!important
}

.login #reg_passmail {
 	font-size: 12px;
 	color: #83919e;
}

/****************************************/
/* MOBILE VIEW */
/****************************************/

@media only screen and (max-width: 750px) {

	body.login {
		padding: 20px;
	}

	.login #login {
		width: 100%;
		margin: 40px auto;
		padding: 30px 0px;
	}

	.login h1 a::before {
		font-size: 50px;
	}

	.login form {
		padding: 20px;
	}

	.login label {
		margin-top: 5px;
	}

}


/****************************************/
/* CUSTOM CSS BY USER */
/****************************************/

body.login:before {
    background: none;
}
.keyy-login-wrapper .keyy-login-logo {
display: none;
}
.keyy-login-wrapper .keyy-switch-label {
margin-top: 0;
}
.login #backtoblog a {
    display: none
}
span.keyy_learn_more {
color: #F8DD2C;
}
.keyy-wave g {
fill: #000 !important;
}

.login form {
margin-top: 15px;
border: 20px solid #F8DD2C;
}
.keyy-login-wrapper .keyy-switch-inner:before {
    background-color: #F8DD2C;
}
.keyy-login-wrapper .keyy-switch-label {
border: 2px solid #F8DD2C;
}
.login #nav a, .login #backtoblog a {
    color: #fff;
    background: #000;
    padding: 10px 20px;
}
.login #nav a:hover, .login #backtoblog a:hover {
    color: #fff;
    background: #000;
}
.login label {
    color: #000;
}
.login .login-message, .login .message.register {
    color: #000;
}
.login #login {
    background: rgba(255,255,255,0.8);
    box-shadow: 0;
}
.login form {
    background: none;
}
.login h1 a {
    padding: 30px 0px;
    min-height: 60px;
    background-size: 100px;
}
