body {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	color: #000;
	font-family: "Varela Round", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: none;
}

/* ---------- LOGIN ---------- */
#captionheading{
	margin: 50px auto;
}
#captionheading h1{
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: #ffa800;
	font: 400 50px/50px 'Changa One', cursive;
	margin-bottom:0px;
}

#login {
	margin: 75px auto;
	width: 430px;
}

#login h2 {
	background-color: #395cdd;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 28px;
	padding: 20px 26px;
	margin-bottom:0px;	
}
#login fieldset {
	background-color: #fff;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
	margin-left:0px;
	width:375px;	
}
.forgot {
	width:475px !important;	
}
.forgot fieldset {
	width:100% !important;	
}

#login fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#login fieldset p:last-child {
	margin-bottom: 0;
}
#login #lble {
	padding-right:40px;
}

.forgot #lble {
	padding-right:66px !important;
}

#login fieldset input {
	background-color: #c0b5ad;
	color: #000;
	padding: 4px 10px;
	width: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login fieldset input[type="uname"], #login fieldset input[type="password"] {
	background-color: #c0b5ad;
	color: #000;
	padding: 4px 10px;
	width: 240px;
}
#forgotpwd {
	color: #ff0505;
	width: 220px;
}

#login fieldset input[type="captcha"] {
	background-color: #c0b5ad;
	color: #000;
	padding: 4px 10px;
	width: 120px;
	margin-right:20px;
	font-size: 16px;
	font-weight : normal;
}

#login fieldset input[type="otp"] {
	background-color: #c0b5ad;
	color: #000;
	padding: 4px 10px;
	width: 120px;
	margin-left:44px;
}

#login fieldset input[type="submit"] {
	background-color: #395cdd;
	color: #fff;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
	margin-left:132px;
	margin-top:20px;
}
#login fieldset input[type="submit"]:hover {
	background-color: #970202;
	color: #fff;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
	margin-left:132px;
	margin-top:20px;
	cursor: pointer; cursor: hand;
}

.captchaload {
	/*background-image: url('../images/captcha.png');*/
	background-repeat: no-repeat;
	color: #863131;
	font-size: 22px;
	font-weight : bold;
	border-style: none;
}
#login fieldset select {
    background-color: #c0b5ad;
    color: #000 solid;
    padding: 4px 0 4px 10px;
    width: 240px;
    height: 30px;
    border-radius: 4px;
}