/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2025 | 15:41:35 */
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
	width: 100%;
}

#wpmem_login_form .link-text-register, #wpmem_login .link-text-forgot, .jm-notice.type-dialog, #wpmem_login legend, #wpmem_reg legend {
	display: none;
}

#wpmem_login label, #wpmem_reg label, #wpmem_login label .req, #wpmem_reg label .req {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: #000;
}

#wpmem_login .div_text input, #wpmem_reg .div_text input {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    color: #565657;
    background: transparent !important;
    border: 1px solid #BABABA;
    border-radius: 25px;
}

#wpmem_login .div_text input::placeholder, #wpmem_reg .div_text input::placeholder {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    color: #565657;
}

#wpmem_reg .req-text {
    font-family: Inter, sans-serif;
}

#wpmem_login .button_div input.buttons, #wpmem_reg .button_div input.buttons {
    width: 300px;
	padding: 8px 20px;
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	border: 0;
    border-radius: 100px;
	background-color: #D3A414;
    transition: all .4s ease-in-out;
}

#wpmem_login .button_div input.buttons:hover, #wpmem_login .button_div input.buttons:focus, #wpmem_reg .button_div input.buttons:hover, #wpmem_reg .button_div input.buttons:focus {
	background-color: #2C5F6F;
	color: #FFFFFF;
}

.ps_chng_custom .fl-col-content, .new_us_cstm .fl-col-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.frgt_pass .fl-html, .frgt_pass .link-text {
    text-align: end;
}

.frgt_pass .link-text-forgot a, .frgt_pass .link-text-register a {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
	color: #104B83;
}

.frgt_pass .link-text-forgot, .frgt_pass .link-text-register, #wpmem_login .button_div label {
	font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
	color: #545454;
}