﻿
html,
body {
    height: 100%;
}

.form-signin {
    max-width: 350px;
    padding: 1rem;
    margin-top:60px !important;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin .tbU {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin .tbP {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    .red{
        color:red;
    }

.footer {
    text-align: center;
    display: block;
    width: 300px;
}

.text-teal{
    color:var(--bs-teal);
}
.alert {
    overflow-wrap: anywhere;
}
