.custom-background {
    background-color: rgb(247, 247, 247);
}

.custom-background-white {
    background-color: #ffffff;
}

#custom-header {
    border-bottom: 3px solid rgb(188,190,192) !important;
}

.custom-oblique {
    font-style: oblique;
}

.custom-input {
    height: 40px;
    border-radius: 4px;
}

.custom-input:focus {
    border-color: rgb(188,190,192) !important;
    box-shadow: 0 0 3px rgb(188,190,192) !important;
}

.custom-text-blue {
    color: #1e242b;
}

.custom-center {
    text-align: center;
}

.custom-width-90 {
    width: 90%;
    margin: auto;
}

.custom-width-85 {
    width: 85%;
    margin: auto;
}

.custom-width-79 {
    width: 79%;
    margin: auto;
}

.custom-width-70 {
    width: 70%;
    margin: auto;
}

.custom-width-30 {
    width: 30%;
    margin: auto;
}

.custom-brand-button {
    background-color: rgb(14, 143, 207) !important;
    height: 50px;
    width: 50%;
    color: #ffffff !important;
    background-image: none !important;
    border: none !important;
}

.custom-margin-top-minus {
    margin-top: -30px !important;
}

.custom-link {
    color: #000000 !important;
    text-decoration: underline !important;
}

#custom-page-footer {
    width: 100%;
    height: 100px;
}