html,body{
    height: 100%;
    font-family: 'Numans', sans-serif;

}

.login-container{
    height: 100%;
    align-content: center;
}

.login-card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
}

.jumbotron .row {
    margin-left:0;
    margin-right:0;
}

#loginForm .row{
    margin-left:-15px;
    margin-right:-15px;
}

.card {
    margin-bottom:10px;
}

* {
    font-size: 12px;
    line-height: 1;
}

.header a, .header i{
    font-size: 14px;
    line-height: 2;
}

@media (max-width: 425px) {
    .btn-edit span {
        display:none;
    }
}

.breadcrumb li, .breadcrumb a {
    font-size:15px;
}

.registry-page {
    max-width: 100%;
}

.registry-quarter-title {
    border-bottom: 2px solid #343a40;
    padding-bottom: 6px;
}

.registry-table th,
.registry-table td {
    vertical-align: middle;
    white-space: nowrap;
}

.registry-table td:nth-child(7) {
    min-width: 240px;
    white-space: normal;
}
