body {
    /*padding-top: 3.5rem;*/
    /* background-color: #FFFFFF; */
    background: url(../images/bg5.jpg);
    content: "";
    margin: 0;
    padding: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 400px) {
    .jumbotron-mod {
        float: none;
        clear: both;
        min-width: 200px;
    }
    .jumbotron {
        min-width: 200px;
    }
    .view-divided {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
    }
}

td,
th {
    white-space: nowrap;
    overflow: hidden;
}

.view-divided {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    height: auto;
    padding: 100px;
}

.jumbotron-mod {
    background-color: #FFFFFF;
    color: #FFFFFF;
  /*  background-color: rgb(0, 0, 0, 0);*/
    text-align: left;
    float: left;
    min-width: 300px;
    margin: 20px;
    height: auto;
}

.jumbotron {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    float: center;
    min-width: 300px;
   /* min-height: 1vh;*/
}

.myText {
 background-color: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    float: center;
}

.cage {
    max-width: 800px;
    max-height: 100px;
    justify-content: center;
    margin: 0;
    /* color: #FFFFFF; */
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.cage-login {
    max-width: 300px;
    /* color: #FFFFFF; */
}

.footer-override {
    /* position: absolute; */
    height: 58px;
    bottom: 0px;
    color: #FFFFFF;
    /* background-color: #FFFF00; */
    /* 033057 */
    background-color: rgb(52, 58, 64);
    min-width: 100%;
    text-align: center;
    width: 100%;
}

.btn-green {
    color: #212121;
    background-color: "#00E676";
}


/* Forms */

.help-block {
    color: red;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #00E676;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00E676;
}

.form-signin {
    width: 100%;
    min-width: 300px;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    color: #212121;
    background-color: #FAFAFA;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 0px;
    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

.form-signin input[type="password"] {
    margin-bottom: 0px;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}