@CHARSET "UTF-8";

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}


.row-login {
	width: 100%;
	display: table;
	clear: both;
	padding: 0;
	overflow: visible;
	font-size: 0.79em !important;
}

.ui-panelgrid .ui-grid-responsive .ui-grid-row {
	border: 0 !important;
}

#msgs {
	margin-bottom: 10px;
}

.login_box {
	margin: 0 auto;
	display: block;
	margin-top: 4%;
	float: none !important;
	min-height: auto;
	width: 29%;
	min-width: 350px;
	max-width: 613px;
	border-radius: 0px;
	border: none;
	padding: 0 !important;
	background: #fff;
	animation-name: block-fade;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	z-index: 1 !important;
}

#login-form {
	text-align: center;
}

.login_box button {
	border: 1px solid #78B776 !important;
	background: #8ACB88 !important;
	color: #FFF !important;
	padding: 6px 104px !important;
	border-radius: 0px !important;
	box-shadow: 0 0 1px transparent !important;
	font-weight: 100 !important;
	text-shadow: none !important;
	margin: auto;
    display: block;
    width: 300px !important;
    height: 40px;
}

.login_box button:hover {
	background: #8ACB88 !important;
}

.login_box .ui-panel-titlebar {
	/* background: #33475A; */
	background: #ffffff;
	border-radius: 0px;
	border: none;
	color: #ffffff;
}

.ui-widget {
	font-family: 'Montserrat', sans-serif !important;
}

.ui-inputtext {
	border: 1px solid #B0B8BF;
    border-radius: 0px !important;
    padding: 9px 9px;
    width: 300px !important;
    font-size: 18px;
    /*height: 15px; */
    box-shadow: 0 0 1px transparent;
    background-color: #FFF;
    text-align: center;	display: block;
    margin: auto;
}

.grid-row {
	padding-top:20px;
}

.grid-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.err_msg {
	color:red;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

.logo-panel {
	text-align:center;
	color:#0f0f0f;
}