body {
    background-color: var(--body-background-color);
}

.navbar {
    background-color: var(--background-blue);
    color: #fff;
}

.navbar .navbar-brand {
    width: 80px;
    position: absolute;
}


.container {
    position: relative;
    top: 70px;
    color: #666;
}

.container h1,
.container h4 {
    margin: 10px;
}

.container .card h5 {
    font-size: 16px;
}

.container h5 {
    font-size: 16px;
}

.container .card {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    border-top: 3px solid var(--background-blue);
}

.container .card .card {
    border: none;
}

.container .card .row .col-md-4 {
    height: 45px;
    padding: 3px;
    background-color: #d7d7d7;
}

.container .card .card-body form input {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
    /* text-align: center; */
}

.container .card .card-body form #codConfirm {
    text-align: center;
}