body, html {
    background: #393e45;
}

.navbar {
    display: none;
}

h1 {
    text-align: center;
    padding-top: 30px;
    color: #ededed;
    background: -webkit-linear-gradient(#393e45, #ededed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    text-align: center;
    padding-top: 5px;
    color: #ededed;
    font-size:20px;
}

p {
    text-align: center;
    padding-top: 5px;
    color: #ededed;
    font-size: 15px;
}

.text-danger {
    text-align: center;
}

.container-fluid {
    margin: 0 auto;
    border-radius: 5px;
    background: #26292d;
}

.col-md-4 {
    width: 95%;
    margin: 0 auto;
}

.checkbox {
    color: #ededed;
}

#login-submit {
    background: #FFD831 !important;
    color: #26292d;
    font-weight: bold;
}

.mt-3 {
    text-align: center;
}

    .mt-3 a {
        color: #ededed;
        text-decoration: none;
    }

#page-footer {
    display: none;
}

.container-fluid {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}