.everest-forms {
	background-color: #1e5631;
	padding: 40px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #000000;
	border-radius: 10px;
}

.everest-forms label {
	color: #ffffff;
}

/* USER REGISTRATION FORM */

.user_registration_form {
	background-color: #ffffff;
	padding-bottom: -60px;
}

#user-registration-form-2354 {
	background-color: #ffffff;
}

/* User First Name Starts Here */

#first_name {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
}

#first_name::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User First Name Ends Here */


/* User Last Name Starts Here */

#last_name {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
/* 	margin-top:15px; */
}

#last_name::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User Last Name Ends Here */


/* User Email Starts Here */

#user_email {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
	margin-top:15px;
}

#user_email::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User Email Ends Here */


/* User Login Starts Here */

#user_login {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
	margin-top:15px;
}

#user_login::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User Login Ends Here */


/* User Password Starts Here */

#user_pass {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
	margin-top:15px;
}

#user_pass::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User Password Ends Here */


/* User Confirm Password Starts Here */

#user_confirm_password {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
	margin-top:15px;
}

#user_confirm_password::placeholder {
	font-family: sans-serif;
	color:#808080;
/* 	opacity:1; */
}

/* User Confirm Password Ends Here */


/* User Country Starts Here */

#country_1646511728_field {
	margin-top:15px;
}

#country_1646511728 {
	border:2px solid #808080;
	border-radius:8px;
	padding:10px;
	background-color:#F3F0F0;
}

/* User Country Ends Here */


/* User Form Button Starts Here */
.user_registration_form_button {
	background-color:#1E5631;
	margin-top:20px;
}

/* User Form Button Ends Here */

.ur-frontend-form {
	border: 2px solid #000000;
	border-radius: 10px;
}