@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	margin: 0;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ecedf0;
	width: 100%;
	min-height: 100vh;
}
form, p{padding:0; margin:0;}
.panel-body h3{padding:0; margin:0 0 20px; }

.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}
.body-sign .panel-sign {
	background: transparent;
}
.body-sign .panel-sign .panel-title-sign .title {
	background-color:#ec1e24;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 14px;	
	line-height: 20px;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
	border-bottom: 2px solid transparent;   
    background:#fff;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);	
	border-top: 5px solid #ec1e24;
	border-radius: 5px 0 5px 5px;	
	padding: 33px 33px 15px;
	margin-top: -1px;
}
.panel {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;	
}

.text-muted {color: #999999 !important;	margin-top: 15px !important; margin-bottom: 15px !important;}
.m-none{margin:0 !important; cursor:pointer;}
.mt-lg {margin-top: 20px !important;}
.mr-xs {margin-right: 5px !important;}
.mb-lg {margin-bottom: 15px !important; padding:0px 5px;}5
label {font-weight: normal;	color:#fff;}
.input-lg {border-radius: 0px; outline: none; -webkit-box-shadow: none; box-shadow: none; font-size:14px;}
.admin-forgot-password{color:#fff; float:right;}
.admin-forgot-password:hover, .admin-forgot-password:focus{color:#fff; outline:none;}

.input-group-icon{width: 100%; table-layout: fixed;}
.btn-login {
	border-color:#3d59a7;
	background-color:#3d59a7;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
	border-radius: 4px;
	
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    
}

.btn-login:hover, .btn-login:focus {
	border-color:#ec1e24;
	background-color:#ec1e24;
	color: white;
	outline: none;
}

/*--- icon Css position ---*/
.input-group-icon .input-group-addon,
.input-search .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 3;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 6px 12px;
	background: transparent;
	line-height: 1.42857143;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
	padding: 10px 14px;
	font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
}

.input-group-icon .input-group-addon + input.form-control,
.input-search .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 36px;
}
/*--- icon Css position end---*/