main {
    padding-bottom: 187px;
    margin-bottom: 1rem;
}

.form-control::placeholder {
    text-align: left !important;
}

.divider-2 {
    height: 0;
    width: 100%;
    border-bottom: 2px solid black;
    margin-top: 8px;
    margin-bottom: 8px;
}

.divider-1 {
    height: 0;
    width: 100%;
    border-bottom: 1px solid black;
    margin-top: 8px;
    margin-bottom: 8px;
}


.w-20 {
    width: 20%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.custom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.hide-arrows::-webkit-outer-spin-button,
.hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hide-arrows[type=number] {
    -moz-appearance: textfield;
}

.containerWithHugeImage img {
    max-width: 100%;
}
