body {
    background: #f0f0f0 none repeat scroll 0 0 !important;
    font-size: 13px;
    height: 100%;
    min-width: 998px;
}
@font-face {
    src: url("fonts/ROBOTO-MEDIUMITALIC.TTF");
}
* {
    margin: 0;
    padding: 0;
}
.Absolute-Center {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 22%;
    width: 384px;
}
.login_part {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e4e4e4;
    box-shadow: 0 0 3px 1px #e4e4e4;
    color: #585858;
    font: 1.3em/20px Roboto reguler;
    padding: 19px;
    text-align: left;
}
.login_input_box > input {
    border: 1px solid #d5d5d5;
    color: #8d8d8d;
    filter: drop-shadow(0px 0 0.4px #d5d5d5);
    font-size: 15px;
    height: 35px;
    padding: 0 11px;
    width: 94%;
}
.login_input_box {
    width: auto;
}
.submit {
    cursor: pointer;
    margin: 20px auto !important;
    text-align: center;
}
.submit  input {
    background: #00b8f8 none repeat scroll 0 0;
    border: 2px solid #00b8f8;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    height: 39px;
    width: 100%;
    font-family: Roboto reguler;
}
.pwd_block {
    margin: 17px 0;
}
span.log_listing_page_table_checkbox {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.log-listing-table-checkbox {
    display: none;
    margin-left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
.log-listing-table-checkbox + label {
    background-color: #fafafa;
    border: 2px solid #989898;
    border-radius: 3px;
    display: inline-block;
    padding: 7px;
    position: relative;
}
.log-listing-table-checkbox:checked + label::after {
    color: #989898;
    content: "✔";
    font-size: 12px;
    left: 3px;
    position: absolute;
    top: -3px;
}
.applicable_checkbox:checked + label {
    background-color: #fff;
    border: 1px solid #05a8f3;
    color: #99a1a7;
}
.applicable_checkbox + label {
    background-color: #fafafa;
    border: 1px solid #989898;
    display: inline-block;
    padding: 7px;
    position: relative;
}
.clearfix {
    clear: both;
}
.forgot_block {
    float: left;
    text-align: right;
    width: 50%;
}
.remember_block {
    float: left;
    width: 50%;
}
a.forgot_pwd {
    color: #00a2d9;
}
.login_part div {
    margin-bottom: 4px;
}
.submit_btn {
    cursor: pointer;
}
.mego_icon {
    margin: 0 0 22px;
}
.mg_logo {
    height: 43px;
}


  a.back_login {
    border-bottom: 1px solid;
    color: #00b8f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 3px;
      cursor: pointer;
}
    .back {
    text-align: right;
    width: 100%;
}

.for_head {
    text-align: center;
}
.text-marg {
    margin: 20px 0 0;
}

.text-centerr {
    margin: 20px 0 0;
    text-align: center;
}

.center{
text-align: center;
}
.line {
    line-height: 2;
}

.blue_col{
color:#00b8f7;
    text-decoration: none;
}



#mask {
	background: none repeat scroll 0 0 #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
img.btn_close {
	float: right;
	margin: 0;
}
.duplicate_to_popup {
	display: none;
	background: #fafafa;
	width: 500px;
	height: auto;
	padding: 0;
	float: left;
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 999999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(99,98,99,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(99,98,99,1);
	box-shadow: 0px 0px 10px 1px rgba(99,98,99,1);
}


.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
.head-pop {
    font-size: 22px;
    font-weight: bold;
}

.non-shadow{
box-shadow: none;
}

a{
text-decoration: none;
}