/* =========================
	 GRM Members Lite Front
========================= */
.grmml-form-wrap{
	max-width:520px;
	margin:40px auto;
	padding:32px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:10px;
}

.grmml-form-wrap h2{
	margin-top:0;
	margin-bottom:24px;
}

.grmml-field{
	margin-bottom:18px;
}

.grmml-field label{
	display:block;
	font-weight:600;
	margin-bottom:8px;
}

.grmml-field input{
	width:100%;
	box-sizing:border-box;
	padding:12px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:16px;
}

.grmml-actions{
	margin-top:24px;
}

.grmml-actions button{
	display:inline-block;
	width:100%;
	padding:12px 20px;
	border:0;
	border-radius:6px;
	background:#111;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	text-align: center !important;
}

.grmml-message{
	padding:12px 14px;
	border-radius:6px;
	margin-bottom:18px;
}

.grmml-error{
	background:#fde7e9;
	color:#842029;
}

.grmml-success{
	background:#dff6dd;
	color:#0f5132;
}

.grmml-link{
	text-align:center;
	margin-top:20px;
}
submit