html, body {
    height: 100%;
}

.wrapper {
    height: 100%;
    padding-top: 50px;
}

.main-logo {
    display: block;
    margin: 0 auto 20px auto;
    max-height: 100px;
}

.content-footer {
    text-align: center;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.content-footer a {
    color: white;
}
.content-footer a:hover {
    text-decoration: underline;
}

.row.bordered > .col:not(:first-child) {
    border-left-width: 2px;
    border-left-style: solid;
}

hr {
    border: none;
    border-top: 1px dashed lightgray;
}

@media only screen and (min-width: 993px) {
    .container-small {
        width: 40%;
    }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="time"],
input[type="date"] {
    color: black;
}

.app-instavrac-logo {
    margin-top: 10px;
    margin-bottom: -15px;
}

a.action {
    color: #ffab40;
    margin-right: 24px;
    transition: color .3s ease;
    text-transform: uppercase;
}