﻿@media (min-width: 576px) {
    .jumbotron {
        padding: 0;
    }
}

div.ecase-logo {
    padding: 1rem 0 2rem 0;
    text-align: center;
}

    div.ecase-logo img {
        width: 352px;
        height: 4rem;
    }

.login-textbox {
    margin-top: 15%;
    margin-left: 10%;
    font-family: Arial;
}

html, body, form {
    height: 100%;
}

.btns {
    margin-top: 8%;
    width: 20rem;
    font-family: Arial;
}

.upper {
    height: 60%;
    background-color: #37424F;
    margin-bottom: 0;
}

.footer {
    height: 40%;
    padding: 12rem 3% 0;
    background-color: #FFFFFF;
    width: 100%;
    color: #292b2c;
}

.login-form {
    position: relative;
    width: 28rem;
    background-color: #F0EFF2;
    padding: 1rem 2rem 1rem;
    box-shadow: 0.1rem 0.3rem 0.5rem #bbb;
    border-radius: 0;
    margin-bottom: 5rem;
}

    .login-form .btn {
        margin-top: 2rem;
        width: 100%;
    }

.alert {
    font-size: .8rem;
    padding: 0.5rem .75rem;
}

.jumbotron {
    padding: 0;
    margin-bottom: 0;
    height: 100%;
    margin-top: 0;
}

.MainHeader {
    color: black;
    background-color: #F0EFF2;
    height: 24px;
}

.disclaimer-text-bottom {
    height: 100%;
    overflow-y: auto;
}

.login-div-center {
    display: flex;
    position: absolute;
    top: calc(50% - 17rem);
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.maintenance-notice-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    text-align: left;
    color: #FF5A5A;
    opacity: 1;
    overflow-wrap: break-word;
    margin-bottom: 5px;
}


.pb-2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    text-align: left;
    color: #171713;
    opacity: 1;
    overflow-wrap: break-word;
}
