@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');



* {

	box-sizing: border-box;

}


main, section {

    margin-top: 80px;

    padding: 20px;

    margin-bottom: 50px !important;

}

section h2{
    color: #990000;
}

.form-container {

    background: #fff;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Ombra aumentata */

}



.form-group {

    margin-bottom: 15px;

}



.form-group label {

    display: block;

    margin-bottom: 5px;

    font-weight: bold;

    color: #990000; /* Colore delle etichette */

}



.form-group input {

    width: 100%;

    padding: 10px;

    border: 1px solid #990000; /* Colore del bordo */

    border-radius: 4px;

}



button {

    background-color: #990000; /* Colore del pulsante */

    color: #fff;

    border: none;

    padding: 10px 15px;

    border-radius: 4px;

    cursor: pointer;

    font-size: 16px;

}



button:hover {

    background-color: #d72626; /* Colore al passaggio del mouse */

}






.card {

    padding: 30px 40px;

    margin-top: 60px;

    margin-bottom: 60px;

    border: none !important;

    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

}



.blue-text {

    color: #00BCD4

}



.form-control-label {

    margin-bottom: 0

}



input,

textarea,

button {

    padding: 8px 15px;

    border-radius: 5px !important;

    margin: 5px 0px;

    box-sizing: border-box;

    border: 1px solid #ccc;

    font-size: 15px !important;

    font-weight: 300

}



input:focus,

textarea:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: 1px solid #00BCD4;

    outline-width: 0;

    font-weight: 400

}



.btn-block {

    text-transform: uppercase;

    font-size: 15px !important;

    font-weight: 400;

    height: 43px;

    cursor: pointer

}



.btn-block:hover {

    color: #fff !important

}



button:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    outline-width: 0

}



.msg-result{

    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

    text-align: center;

    min-height: 40vh;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}