body {
    font-family: "Open Sans", Arial, sans-serif;
}

#cover {
    background-color: #fff;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}


/* only used for background overlay not needed for centering */

form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 10px;
    border: #64a70b 1px solid;
}

input.form-control {
    float: left;
    width: 45%;
    margin: 0 2.5%;
}

h1.display-4.py-2.text-truncate {
    color: rgba(0, 0, 0, .5);
    font-size: 1.7em;
}

div.row {
    clear: both;
}

div.mg-top {
    margin-top: 1rem;
}