.header {
    height: 70px;
    background-color: #283438;
    margin-top: -21px;
    margin-left: -8px;
    margin-right: -8px;
    position: fixed;
    width: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('/img/console_login_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
body.no-image {
    background-image: none;
}
.headerText {
    font-weight: 400;
    color: #E6E7E9;
    float: left;
    font-size: 18px;
    padding: 14px 16px 14px 32px;
    margin-top: 15px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.console-login-panel {
    width:420px;
    padding: 32px 24px 32px 24px;
    margin-top:146px;
    margin-left: 160px;
    background-color: #ffffff;
    color:#252525;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.admin-login-panel {
    width:420px;
    margin:120px auto auto auto;
    color:#252525;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.console-login-panel input {
    border-radius: 0px;
}

.console-login-header {
    font-size: 36px;
    font-weight: 400;
    margin-top:8px;
}

.console-login-form {
    margin-top:16px;
}

.console-login-subheader {
    font-size: 16px;
    margin-bottom: 16px;
}

.console-login-description {
    font-size: 12px;
    margin-bottom: 20px;
}

.console-login-btn {
    width: 112px;
    height: 36px;
    margin-top:40px;
    background-color: #1873C3;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
}

.console-form-label {
    font-weight: 400;
    font-size: 16px;
}

.console-form-control {
    height:48px;
    padding: 13px;
}

.console-form-container {
    padding-right: 40px;
    margin-top: 10px;
}

.console-form-error {
    color: red;
}

.form-control {
    display: block;
    width: 95%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer {
    height: 40px;
    font-weight: 700;
    font-size: 12px;
    background-color: #283438;
    color: #FFFFFF;
    padding-left: 32px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    margin: auto -8px -8px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footerText {
    padding-top: 4px;
    margin-top: 5px;
}

.admin-logo-img {
    width: 200px;
    margin-bottom: 40px;
}
