/* LOGIN */
.login {
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	height: 100vh;
	line-height: 100vh;
	text-align: center;
    /* background: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1); */
	background: #d865d4;
}
#login {
	padding: 20px;
	background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    clear: both;
    line-height: normal;
    border-radius: 5px;
	box-shadow: 0 1px 10px rgba(45, 45, 45, 0.24);
}
#login h1 {
	display: none;
}
#loginform {
	
	/* font-family: 'Karla', sans-serif; */
}
#login label {
	text-align: left;
	width: 100%;
}

#login form {
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	border: none;
	box-shadow: none;
}
#registerform p:first-child {
  display: none;
}
#login .input[type="text"], #login .input[type="password"], #login .input[type="email"] {
	border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border-radius: 3px;
    background-color: #efefef;
	margin-top: 5px;
}

#login form p.forgetmenot {
	width: 100%;
	text-align: left;
    margin-bottom: 20px;
    margin-left: 5px;
}
.forgetmenot label {
	display: inline;
}


#wp-submit {
	width: 100%;
    height: 38px;
	outline: none;
    background-color: #d865d4;
    border: none;
    border-radius: 3px;
    color: #fff;
	font-size: 17px;
    font-family: 'Karla', sans-serif;
	cursor: pointer;
}
#wp-submit:hover {
	background-color: #ca6cc6;
}
#wp-submit:disabled {
	background-color: #b1b8bd !important;
	color: white !important;
}

#backtoblog {
	display: none;
}


#login #site-title a {
	display: contents;
	color: #4c524f;
	font-size: 26px;
	font-family: 'Lemon', cursive;
	text-decoration: none;
}
.login .button.wp-hide-pw {
	top: 6px;
    color: #4c524f;
}

.login #login_error {
	margin-top: 20px;
}
.login #login_error, .login .message, .login .success {
	box-shadow: none;
}