html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media only screen and (min-width: 1400px) {
    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
    }

    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1399px) {
    .g-recaptcha {
        transform: scale(0.88);
        transform-origin: 0 0;
    }

    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .g-recaptcha {
        transform: scale(0.73);
        transform-origin: 0 0;
    }

    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
        justify-self: center;
    }

    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 766px) {
    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
        justify-self: center;
    }
}

@media only screen and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(1);
        text-align: center;
        justify-self: center;
    }
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control {
    height: calc(2.75rem + 2px);
}

.form-floating > label {
    padding: .75rem .75rem;
    font-size: .9rem;
    opacity: .95;
}

.form-control {
    border-radius: .6rem;
}

.text-danger {
    font-size: 0.8rem;
}

.card {
    border-radius: 0px;
}

.row {
    margin-bottom: 0.5rem;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}
