/* General Styles */
.woo-auth-container {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px;
    box-shadow: none !important;
	font-family: Open Sans;
}

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
}

.auth-form-header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #0c0c0c;
    text-align: left !important;
    margin: 0 !important;
    margin-bottom: 1.5rem !important;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color: #0c0c0c;
}

.form-group input {
    width: 100%;
    padding: 8px 16px !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
    border: 1px solid #606060;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    border-radius: 0px;
    box-sizing: border-box;
}

.form-group input:hover, .form-group input:focus  {
    width: 100%;
    padding: 8px 16px !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
    border-bottom: 1px solid #606060!important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    border-radius: 0px;
    box-sizing: border-box;
}

.form-actions {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-actions .forgot-password {
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	color: #796436;
    text-decoration: none;
}

.form-actions label{
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	color: #0c0c0c;
}
.form-actions input[type=checkbox]{
	scale: 1.714;
	margin-right: 12px;
	border-radius: 0 !important;
	margin-left: 4px;
}
.form-actions .forgot-password:hover {
    text-decoration: underline;
}

.form-buttons {
    display: flex;
    justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.cancel-btn,
.signin-btn,
.signup-btn {
    padding: 8px 16px;
	width: 100%;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    min-height: 3rem;
}

.cancel-btn {
    background-color: #fff;
    color: #0c0c0c;
}

.signin-btn,
.signup-btn {
    background-color: #796436;
    color: #fff;
}

.signin-btn:hover,
.signup-btn:hover {
    background-color: #705a2e;
}

.form-footer {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    margin-top: 24px;
    color: #0c0c0c;
    margin-bottom: 0;
}

.form-footer a {
   color: #796436 !important;
    text-decoration: none !important;
    
    font-weight: 400 !important;
}

.form-footer a:hover {
    text-decoration: underline important;
    color: #796436 !important;
}
.dialog-close-button {
    top: 38px !important;
    right: 32px !important
}