/* fonts */
@font-face {
font-family:"Open Sans";
src:url("fonts/OpenSans-Regular.eot?") format("eot"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans") format("svg");
font-weight:normal;
font-style:normal;
}
/* fonts ends here */

body.login_bg {
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#d3f8ff;
	
}

.clr {
	clear:both;
}
.login_panel {
	background:url(../images/grey_box.png) no-repeat;
	width:961px;
	height:370px;
	/*margin:110px auto 0px;*/
    margin:52px auto 0px;
	z-index:999;
	position:relative;
	font-family:"Open Sans";
	padding-top:43px;
	position:relative;
}
.left_panel{
	background:url(../images/divider.png) center right no-repeat;
	text-align:right;
	color:#fff;
	font-size:17px;
}
.login_panel table tr td{
	width:50%;
	vertical-align:top;
	padding-bottom:13px;
	vertical-align: middle;
}
.login{
	padding-right:35px;
}
.login img{
	margin:9px 0px 13px;
}
.arrows{
	padding-top:22px;
}
.login_form{
	color:#fff;
	padding:65px 0 0 41px;
}
.login_form label{
	display:block;
	font-size:17px;
	margin-bottom:2px;
}
.login_form input[type="text"],.login_form input[type="password"]{
	background:#fff;
	border:none;
	height:18px;
	width:215px;
}
.login_btn{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    background: url('../images/login_button.png') no-repeat;
    outline: none;
    text-transform:uppercase;
	font-weight:600;
	cursor:pointer;
    margin-top:18px!important;
}
.login_btn:hover{
	background:url(../images/login_button_rollover.png) no-repeat;
}
.copy_write{
	font-size:12px;
	color:#999;
	position:absolute;
	bottom:0px;
	left:0px;
	padding: 20px 23px;
	width:914px;
}
.copy_write span{
	float:right;
}


/* -------------- app links ----------------- */

.app_links{
	padding:25px 0 0 30px;
}
.app_links h3{
	text-align:left;
    color: #fff;
    font-size: 16px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	font-family: Verdana;
}

.app_links a{
    display: inline-block;
    position: relative;
    margin: 0px 15px 15px 0px;
	/* background: url(../images/app_btn_bg.png) repeat; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e992f+0,82af5e+100 */
	background: #5e992f; /* Old browsers */
	background: -moz-linear-gradient(top, #5e992f 0%, #82af5e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5e992f 0%,#82af5e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5e992f 0%,#82af5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e992f', endColorstr='#82af5e',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    clear: both;
    border: 1px solid #2c4b14;
    box-shadow: 1px 0px 3px #434343;
    width: 200px;
	float:left;
}
.d-flex {
	display: flex;
	
}
.custom_a a {
	position: relative;
    padding-left: 37px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 40px;
	text-decoration: none !important;
	min-height: 55px;
}
.custom_a a:after {
	position: absolute;
    left: 38px;
    background-color: #e8e8e8;
    content: '';
    width: 1px;
    height: 37px;
    top: 9px;
}
.custom_a a img {
	position: absolute;
	left: 0;
	top:8px;
}
.app_links .custom_a a span {
	line-height: 20px;
	border-left: 0;
}
.app_links a:hover, .app_links a:focus{
	background: #5e9c2d;
}

.app_links a img{
	float:left;
	margin:5px;
}

.app_links a span{
	float:left;
	border-left:1px solid #c9c9c9;
	line-height:38px;
	padding:0px 10px;
}



.left_login{
	margin-top: 70px;
    padding-bottom: 50px;
}






