/* ------- This is the 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, 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;
}

.zu_login {
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 380px;
    margin: auto;
    background-color: rgba(0, 2, 4, 0.75);
    border: 1px solid #000818;
    border-radius: 5px;
}

.form {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zu_login > h3 {
    margin-left: auto;
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 15px;
    color: rgb(255, 248, 246);
}

.zu_login > div > h2 {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

#login {
    width: 100%;
    height: 100%;
    position: absolute;
}
.m-t {
    margin-top: 15px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}
.gray-bg {
    background-color: #f3f3f4;
}
.form-group > span {
    vertical-align: middle;
    margin-top: 7px;
    padding-left: 0 !important;
}
.form-control{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.btn {
    border-radius: 3px;
}

.btn:focus {
    outline: none;
}
.btn-info {
    background-color: #0aad5b;
    border-color: #05895a;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #06a069;
    border-color: #05895a;
    color: #FFFFFF;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #05895a;
    border-color: #05895a;
}
.block {
    display: block;
}
.full-width {
    width: 100% !important;
}

.m-b {
    margin-bottom: 15px;
}

