/**** Login Page CSS Start ****/

body { background-color: rgb(241, 241, 241) !important; }

.btn-default {
    color: #fff !important;
    background-color: #A13 !important;
    border-color: #fff !important;
}

.dropdown-menu > li > a {width:240px !important ;}

.loginform,.member_form
{
	background: #fff;
	margin: 0 auto;
	margin-top: 155px;
	padding: 14px;
	width: 25%;
	color:#000;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

#login-table td {font-size:18px;}

.text,.input_text,.input_text1,.input_text2
{
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #fff;
	color: #000;
	background: #eee;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	margin-left: 50px;
}	

.submit
{
	height: 30px;
	font-size: 16px;
	background: #2196f3;
	border: none !important;
	color: #fff;
	margin-top: 15px;
	text-align: center;
	font-family:"Open Sans",Arial,sans-serif !important;
	border-radius: 2px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

.submit:hover {background:#00b3db;}

/**** Login Page CSS End ****/
