html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f5f5f5;
    margin-bottom: 100px;
    /* Margin bottom by footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 1.5rem);
    max-width: calc(1320px - 1.5rem);
    height: 100px;
    text-align: center;
}

footer p {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

footer a {
    color: var(--bs-secondary-color) !important;
}

footer a:hover {
    text-decoration: none !important;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin div {
    margin-top: 1em;
    margin-bottom: 1em;
    /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
}

.pricing-header {
    max-width: 700px;
}

.tab-container {
    margin: 1em 0;
    background-color: #eeeeee;
    border: 1px solid #acabab;
    border-radius: 5px;
    padding: 1em 2em;
}

@media screen and (max-width: 1320px) {
    .tab-container .row {
        display: block !important;
    }

    .tab-container div[class^="col-sm-"] {
        width: auto !important;
    }
}

#formFlow .form-floating,
#formFlow .radio-group {
    margin-top: 1em;
    margin-bottom: 1em;
}

#formFlow .radio-group {
    margin-left: 0.5em;
}
