@font-face{
	font-family: rcfont;
	src:url(../fonts/GoogleSans-Regular.ttf);
}
@font-face{
	font-family: rcfont-medium;
	src:url(../fonts/GoogleSans-Medium.ttf);
}
@font-face{
	font-family: rcfont-bold;
	src:url(../fonts/GoogleSans-Bold.ttf);
}
html,body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body{
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.container-fluid{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.container-fluid.mainbody{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	background-size: cover;
	position: absolute;
}
.lgfrm{
	background-color: #fff;
	margin: 8% auto;
	padding: 0px 0px 20px 0px;
}
.lgfrm .header{
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
}
.lgfrm .header img{
	width: 300px;
	height: auto;	
}
.lgfrm .header-1{
	overflow: hidden;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin-top: 10px;
	font-family: rcfont-bold;
	font-size: 11pt;
	color: #222;
}
.lgfrm .content{
	overflow: hidden;
	padding: 20px 25px 10px 25px;
	text-align: center;
	margin-top: 10px;
	font-family: rcfont-bold;
	font-size: 13pt;
	color: #222;
	text-align: center;
}
.lgfrm .content input[type="text"]{
	width: 100%;
	padding: 5px 5px 5px 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	text-align: left;
	font-family: rcfont-medium;
}
.lgfrm .content button{
	width: 101%;
	padding: 10px 5px 10px 5px;
	background-color: #CF0606;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	font-family: rcfont-medium;
	border: 1px solid #CF0606
}
.lgfrm .content button:hover{
	cursor: pointer;
	background-color: #B50303;
	border: 1px solid #B50303;
}
.error{
	font-family: rcfont-medium;
	font-size: 9pt;
	color: #dd0000;
	width: 100%;
	height: auto;
	overflow: hidden;text-align: left;
	padding: 0px 5px 0px 5px;
	display: none;
}
.gerror{
	background-color: #dd0000;
	color: #fff;
	font-family: rcfont-medium;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	display: none;
}
.gerror a{
	text-decoration: none;
	color: #fff;
	font-family: rcfont;
	font-size: 10pt;
	margin-right: 2px;
}
.gerror a:hover{
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width:800px){
    html,body{
        display:none;
    }
}