﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


@media (max-width: 490px) {

    .hero-subtitle {
        font-size: 1.1em;
        padding-top: 25px;
    }

    .brand-name img {
        height: 40px !important;
    }

    .brand-name span {
        font-size: 20px !important;
    }

}

.hero-title, .hero-subtitle {
    color: whitesmoke;
    text-shadow: 2px 2px 3px black;
}

.brand-name {
    padding-top: 30px;
    color: white;
    display: flex;
    align-items: center;
}


    .brand-name img {
        height: 50px;
    }

    .brand-name span {
        font-size: 30px;
        font-weight: bold;
    }

.gradient-card {
    background: linear-gradient(to bottom, #414141, #000000); 
}

.bg-account {
    min-height: 100vh;
    background-image: url('/img/bg-account.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-account-title {
    text-shadow: 1px 1px 2px black;
}
