/* CSS per sostituire gli stili inline in index.html */

/* Spinner styles */
.spinner-border-custom {
    width: 3rem;
    height: 3rem;
}

/* Logo styles */
.logo-custom {
    width: 30px;
    height: 30px;
}

/* Container padding */
.container-padding-custom {
    padding: 35px;
}

/* Max width containers */
.max-width-600 {
    max-width: 600px;
}

/* Margin top custom */
.margin-top-3rem {
    margin-top: 3rem;
}

/* Dashed border */
.dashed-border {
    border: 1px dashed rgba(0, 185, 142, .3);
}

/* Testimonial images */
.testimonial-img {
    width: 45px;
    height: 45px;
}

/* Newsletter container */
.newsletter-container {
    max-width: 400px;
}
