/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2023 | 18:10:39 */
/* Login */
/* Login - adjust session cookie and recover password layout */
#loginform {
	display: flex;
	flex-direction: column;
}
.forgetmenot {
	float: unset;
}
.lostmenot {
	width: 100%;
	text-align: center;
	order: 10;
}
.recoverEmail{
	color: #888;
	border-radius: var(--bb-button-radius);
	box-shadow: none;
	text-shadow: none;
	height: auto;
	padding: 4px 30px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	float: none;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	padding: 0;
	font-style: italic;
}
.recoverEmail a{
	color: #888;
	font-weight: bold;
}
.recoverEmail a:hover{
	color: var(--bb-login-register-button-background-color-regular);
}

#cc_div p{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px!important;
}
#cc_div a{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
#cc_div a button{
	width: 100%;
}