html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.logo {
    height: 110px;

}

.logoContainerTop {
    text-align: center;
    /* padding-top: 0.5rem;
    padding-bottom: 0.5rem;*/
    width: 100%;
}

/* Target devices with a max width of 768px (common breakpoint for tablets and smaller screens) */
@media only screen and (max-width: 768px) {

    .logo {
        height: 70px;
        max-width:100%;
    }
}


.form-floating > .form-control:focus ~ label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control ~ label {
    transform: scale(0.99) translateY(-.5rem) translateX(.15rem);
}


.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

#staticBackdropLabel {
    color: #005D2B;
}

    #staticBackdropLabel.errorMessage {
        color: red;
    }
