
input.input,
textarea {
    width: 100%;
    border-radius: 8px;
    background: #f1f1f1;
    outline: none;
    color: #767171;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
    border: none;
    padding: 12px;
}

label {
    color: #17171f;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}

button[type="submit"] {
    display: flex;
    width: 296px;
    height: 57px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #bcae87;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.5px; /* 303.125% */
    letter-spacing: -0.15px;
    text-decoration: none;
    border: none;
}

button[type="submit"]:hover {
    opacity: 0.6;
    background: #bcae87;
}

@media ( max-width: 600px) {
    button[type="submit"] {
        width: 100% !important;
    }
}


a {
    color: #bcae87;
}

.text-danger {
    font-size: 14px;
}

.form-text {
    font-size: 14px;
}

.counting {
    display: flex;
    align-items: center;
    gap: 4px;
}

.counting input {
    width: 100px;
}

.title {
    color: #bcae87;
    font-weight: bold;
    margin-top: 40px;
    font-size: 20px;
}

.content {
    font-size: 18px;
}

.card {
    margin-top: 40px;
}

.links {
    margin-top: 20px;
    margin-bottom: 40px;
}

.links ul li a {
    font-weight: bold;
    color: #615645;
}

.taxas {
    text-align: end;
    font-size: 15px;
}

.tbLabel {
    font-size: 14px;
    font-weight: 500;
}

.valorTotal {
    font-weight: 700;
}

.btn {
    border: none !important;
}

.small-btn {
    display: flex;
    padding: 8px 30px;
    align-items: center;
    align-content: center;
    gap: 10px;
    border-radius: 35px;
    background: #bcae87;
    color: white;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 130% */
    letter-spacing: -0.15px;
    text-decoration: none;
    text-align: center;
}

div.abrir-conta p {
    color: #bcae87 !important;
    font-weight: 600;
    size: 18px;
}
