.img-tordo {
    width: 180px;
    height: auto;
    border-radius: 100px;
    border: 3px solid #1d3557;
    margin-bottom: 20px;
}

h1 {
    color: #1d3557;
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    color: #457b9d;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 30px;
}

footer {
    padding: 20px;
    background: #f1f1f1;
    color: #666;
    font-size: 0.9em;
    text-align: center;
}

.btn-icono {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

.btn-submit-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.modal-header h5 {
    color: #1877f2;
    font-weight: bold;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.25);
}