html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:65%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

body{
	background: #ecf0f5;
	font-family: 'Open Sans', sans-serif;
} 
.container {
	margin:0%;
	width: 100%;
}
.container:after, .container:before {
	display: table;
	clear:both;
	content: " ";
}
.grid {
width: 100%;
}

.login_bx{
    width: 360px;
    margin: 7% auto;
}
.login_logo{
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login_logo img{
	width: 81px;
	height: 81px;
}
.login_logo p{
	font-size: 18px;
	color: #333;
	padding: 10px 0;
}
.login_bx_cnt {
    background: #fff;
    padding: 20px;
    color: #666;
    border-top: 5px solid #0a3194;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius:3px;
}

.login_bx_cnt span{
	float: left;
	padding: 10px 5px;
}
.login_bx_cnt span a{
	font-size: 12px;
	color: #1b7fd5;
}
.login_bx_cnt input[type=text], .login_bx_cnt input[type=password]{
	outline: none;
    padding: 12px;
    border: 1px solid #e5e5e5;
    background: none;
    width: 97%;
    color: #333;
    margin: 10px 0 0;
    font-size: 14px;
    box-shadow: 0px 1px 0 rgb(238, 238, 238);
    line-height: 28px;
}
.login_bx_cnt input[type=submit]{
	background-color: #0a3194;
    cursor: pointer;
    border: 1px solid #0a3194;
    margin-top: 10px;
    outline: none;
    padding: 13px 0 16px 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: inherit;
    color: #fff;
    border-radius:3px;
    font-weight: bold;
}

.alert {
border-radius:3px;
}

.alert .close {
color:#000;
opacity:.2;
filter:alpha(opacity=20);
}

.alert .close:hover {
opacity:.5;
filter:alpha(opacity=50);
}

.alert-success {
border-color:#D6ECCD;
}

.alert-danger,.alert-error {
border-color:#d73925;
}

.alert-warning {
border-color:#e08e0b;
}

.alert-info {
border-color:#00acd6;
}
