/*----------css reset------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----custom css start here ----------------*/
body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #f5f5f5;
}

html, body {
    height: 100%;
}

.page_container {
    position: relative;
    padding: 20px 20px;
    padding-bottom: 40px;
}
.login_container {
    display: table;
    width: 100%;
    height: 100%;
}
.login_container .page_content {
    display: table-row;
    height: 100%;
}

.login_container .content_wrapper {
    vertical-align: middle;
    display: table-cell;
}

.content_wrapper {
    width: 100%;
}
.login_container .login-form, .login_container .registration-form {
    margin: 0 auto 20px auto;
}

.login_container .login-form {
    width: 320px;
}
.panel-body {
    position: relative;
	padding:20px;
}

.panel {
    margin-bottom: 20px;
    border-color: #ddd;
    color: #333333;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.text-slate-300, .text-slate-300:hover, .text-slate-300:focus {
    color: #90A4AE !important;
}

.border-slate-300 {
    border-color: #90A4AE;
}

.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block;
}

.content-group {
    margin-bottom: 20px !important;
	    font-weight: 700;

}
.display-block, label.display-block {
    display: block;
	font-weight:400;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 36px;
	font-size:13px;
}

.has-feedback-left .form-control-feedback {
    right: auto;
    left: 0;
}

.form-control-feedback {
    width: 38px;
    color: #333333;
	font-size: 13px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}
.icon-object .fa {
    font-size: 26px;
}

.form-control-feedback .fa {
    top: 10px;
}
.forgBox {
    text-align: center;
}
.forgBox > a {
    color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #607D8B;
    border-color: #607D8B;
}

.btn-primary:hover {
    color: #fff;
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

.footer {
    width: 100%;
    text-align: center;
}

.footer a{color:#999;}
