@font-face{
	font-family:'raleway';
	/*src:url('COCKB___.TTF');*/
    src:url('Raleway-Regular.ttf');
}
@font-face{
	font-family:'Venera';
	/*src:url('Quicksand Book.otf');*/
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face{
	font-family:'Venera_ie';
	/*src:url('QuicksandBook-Regular.eot');*/
	src: url(../fonts/Lato-Regular.ttf);
}

@font-face{
	font-family:'mybubbly_ie';
	src:url('CocktailBubbly.eot');
}

body{
	/*background-image: url(../images/pgb.png);
	background: #184077;*/
	background: linear-gradient(90deg,#bbb 70%,#184077 30%);
	font-family: Venera_ie;
}
.ctab{
	width:31%;
	height: 150px;
	border-radius:5%;
	float:left;
	background:url(../images/webaccess.png) center center no-repeat #87058F;
	margin:20px 1%;
	box-shadow: 0px 0px 3px #000;
}
.tTitle{
	width:100%;
	float: left;
	margin-top:120px;
	color:#fff;
	text-align: center;
}
#reporting{
	background:url(../images/reporting.png) center center no-repeat #184077;
}
#c_support{
	
	background:url(../images/c_support.png) center center no-repeat #d8a800; /*#413E3E;*/
}
.portal_desc{
	width:92%;
	padding:2%;
	background:#b3b7b8;/*#b9d870;*/
	float:left;
	margin-left:1.5%;
	min-height: 250px;
	margin-top:20px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	display: none;
}
.Toplogin{
	width:100%;
	float:left;
	height: 50px;
	margin-top: 20px;
	display: none;
}
.innerWrapper{
	width: 100%;
	float: right;
	background: url(../images/portal_logo.png) center center no-repeat;
	background-size: 350px;
	height: 80px;
	margin-top:30px;
	margin-bottom:50px;
}
.loginArea{
	width:30%;
	float:right;
	overflow: hidden;
}
.leftCol{
	width:70%;
	height: 650px;
	float: left;
	background-image: url(../images/pgb.png);
	position: fixed;
	background-size:cover;
}
.leftCol h2{
	padding:15px 0px;
	text-align: center;
    background: #0b8550;
	color:#fff;
    border-radius: 3px;
}
.wUsers{
	width:90%;
	height: 90%;
	margin-left:5%;
	background:none;
	margin-top:5%;
	border-radius: 2px;
}
.r_login{
    border:1px soild #eee;
    background:none;/*#ecf0f1;*/
	max-width:500px;
    width:80%;
	float: none;
    overflow:hidden;
    padding:15px 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin: auto;
    margin-top:100px;
	font-size: 12px;
	color:#fff;
	/*border:1px solid #bbb;
    box-shadow: 0px 0px 5px #333;
    /*-webkit-box-shadow:0px 0px 10px; #d8ae4e;*/
    /*-moz-box-shadow:0px 0px 10px; #d8ae4e;*/
   /*box-shadow:0px 0px 3px #000;
     -webkit-box-shadow:0px 0px 5px #4d4b4b;
    -moz-box-shadow:0px 0px 5px #4d4b4b;*/
}
.plock_login{
	border: 1px solid #ddd;
	width:100%;
	height:50px;
	float: none;
	margin: auto;
	background: url(../images/plock.png) center center no-repeat #fff;
	display:none;
}
.r_login .mod{
	margin-top:7px;
}
.r_login #form_row{
    float:left;
    margin-bottom:30px;
	width:90%;
	margin-left: 5%;
}
.r_login  #label{
    width:80%;
	margin-left:10%;
	margin-bottom: 10px;
	float: left;
}
.r_login #form_row a{
    color:#157915;
    font-size:14px;    
}
.r_login #form_row .form_button_add{
    font-size: 16px!important;
	box-shadow: none;
}
.lrad{
	margin:3px 5px;
}

.r_login_header{
	background: none; /*url(../images/locIcon.png) #145075 center left no-repeat;*/
	/*linear-gradient(#2376aa,*/
    width:100%;
    margin-bottom:3px;
	border-radius: 5px;
	padding: 10px 0px;
	color:#fff;
	font-size: 22px;
	text-align: center;
    /*border-bottom:1px solid #eee;
    background:url(../images/userlogin.png) center no-repeat;*/
}
.loginCont #warning_msg{
	margin-top:0px;
	position: relative;
}
.r_login .form_input{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border: 1px solid #bbb;
	border-radius: 5px;
	width:80%;
	margin-left: 10%;
    padding:10px 10px;
    font-size: 16px;
	color:#636262;
	background: #fff;
}
.r_login .form_button_add{
    background: #0962db;/*#145075;/*#6c6c70;*/
    padding:10px 0px!important;
    font-family:"Lucida Sans",sans-serif;
	border:none;
    width:40%!important;
    margin-left:31%!important;
	margin-top:50px;
     color: #fff; /*#ffd300;*/
	border-radius: 5px;
}
.r_login .form_button_add:hover{
    box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow: 0px 0px 10px #bbb;
    -moz-box-shadow: 0px 0px 10px #bbb;
}
.r_login .form_input:hover{
	 border-radius: 5px;
     box-shadow: 0px 0px 3px #0962db;
     -moz-box-shadow: 0px 0px 3px #0962db;
     -webkit-box-shadow: 0px 0px 3px #0962db;
}
.r_login #label{
    margin-top: 10px!important;
    font-size: 14px;
    margin-right:5px;
}
.passRes{
	width:100%;
	text-align: center;
	float:left;
}
