﻿/* DOWNLOAD */
.areaDownload {
    margin-top: 5px;
    text-align: center;
}

.areaDownload img {
    max-height: 80px;
    transition: all 0.3s ease;
    image-rendering: auto; /* suaviza em navegadores modernos */
    filter: drop-shadow(0 0 4px rgba(255, 0, 0, 0.3)); /* leve brilho vermelho ao redor */
}


.areaDownload a:hover {
    opacity: 0.9;
}



/* register */

.input-group {
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.input-group-space {
    height:15px;
}

.resultsForm {
    color:#ffb3ae;
    font-size:9px;
}

.input-group input {
    width: 100%;
    padding: 10px 0px 10px 35px !important; /* espaço à esquerda para o ícone */
    background-color: #1b1b1b;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.input-group input::placeholder {
    color: #aaa;
}

.icon-inside {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 14px;
    pointer-events: none;
}

.linkHomePage {
    color:rgb(255, 255, 255);
}

/* COMEÇA O FORM TERMS */

.terms-label {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* controla a distância entre checkbox e o texto */
    font-size: 13px;
    color: #fff;
}

.terms-label input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}

.terms-label a {
    color: #ff9999;
    text-decoration: underline;
}