@charset "UTF-8";

body {
    font-family: var(--font-family-sans-serif);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-sans-serif);
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.form-signin {
    width: 100%;
    max-width: 1000px;
    padding: 15px;
    margin: auto;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 1rem;
}

.form-signin input[type="email"] {
    margin-bottom: 1rem;
}

.form-signin input[type="password"] {
    margin-bottom: 1rem;
}

.btn-warning {
    color: #FFFFFF;
    background-color: #FD825C;
    border-color: #FD825C;
}

body a, body a:active, body a:focus, body a:hover, html a:active, html a:focus, html a:hover {
    text-decoration: none !important
}

.link-primary {
    color: #00A9CE;
}

.text-hover-primary:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #00A9CE !important;
}
/*
.btn-warning:hover {
    color: #FFFFFF;
    background-color: #FD825C;
    border-color: #FD825C;
    opacity: 0.9;
}
*/
.btn-dark {
    color: #fff;
    background-color: #202124 !important;
    border-color: #202124 !important;
}

.btn-light {
    color: #666666;
    background-color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
}