.logo {
    padding: 0;
    margin-bottom: -6px;
    ;
    margin-top: -3px;
    ;
}

.text-danger {
    z-index: 9999;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.container {
    flex: 1;
}

form {
    width: 302px;
    margin: 0;
    padding: 0;
}

.bg {
    background-color: #072B49 !important;
}

span {
    color: white;
}

a {
    color: #e9ba3b;
}

a:hover {
    color: #ffbb00;
}

h1 {
    color: #444444;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h3 {
    text-align: center;
    color: #444444;
}

hr {
    margin-top: 3px;
    margin-bottom: 20px;
}

.tab-content {
    margin-top: 18px;
}

.nav-tabs .nav-link {
    width: 101px;
}

#new {
    float: left;
}

.centerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#result {
    text-align: left;
}

footer {
    padding: 10px;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        text-align: center;
    }
}

/* footer > div > span {
    text-align: center;
} */

/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}  */