body,
html {
    position: relative;
    min-height: 100%;
    background-color: #f5f7fa
}

address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
input,
ins,
label,
legend,
li,
mark,
menu,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a {
    text-decoration: none;
    color: #333
}

a:active,
a:visited {
    color: #333
}

ul {
    list-style: none
}

button,
input,
optgroup,
select,
textarea {
    border: 0;
    outline: 0;
    padding: 0;
    font: inherit;
    color: inherit
}

img {
    border: 0;
    vertical-align: middle
}

input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    text-indent: 36px;
    border: 1px solid #ced3d9;
    border-radius: 3px
}

#login input:hover {
    border-color: #b6babf
}

#login .inputColor {
    border-color: #09f !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c2c6cc;
    font-size: 14px
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    display: none
}
#info-banner{
    display: none;
}
