#error{
    border-radius: 5px;
    border: red solid 6px;
    background-color: red;
    color: white;
}
#iconnav{
    margin-left: 20px;
}
.masthead {
    background: url("../img/4249454.jpg") center / cover no-repeat;
}
#docker{
    align-content: center;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: #000; /* Cor de fundo do rodapé */
}
.form-control-custom {
    color: white;
    background-color: transparent;
    font-weight: bold;
    border-color: white;
    border-radius: 10px;
    backdrop-filter: blur(6px) brightness(108%);
    width: 60%;
    margin: 10px auto;
    height: 33px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    align-content: center;
    display: block;
}
.form-control-custom:focus{
    outline: none;
    border-color: #00ffff; /* Cor da borda ao focar */
    box-shadow: 0 0 10px #00ffff;
}
.btn-custom {
    background: transparent;
    border: 2px solid #FFFFFF; /* Adicione uma borda branca */
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25); /* Adicione uma sombra */
}

.btn-custom:hover {
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color: black;
    outline: transparent;
    transition: box-shadow .2s ease-in-out;
    background-color: transparent;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.1); /* Ajuste a sombra ao pairar */
}
.container{
    margin-bottom: 12%;
}
