
.spinner__trans__contact {
    position: absolute;
    /*background-color: transparent;*/
    background-color: #ffffffb3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}
.content__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content__form .row { margin-bottom: 1rem; }

.content__form input,
.content__form select {
    border: solid 1px var(--template_color_gray_dark);
    border-radius: 0;
}

.content__btn__send {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn__send__mail,
.btn__send__mail:hover,
.btn__send__mail:focus {
    width: 6rem;
    border: solid 2px var(--cassiopeia-color-primary);
    border-radius: 0;
    background-color: var(--template_color_blue_gray);
    color: white;
    margin-top: 1rem; 
}

.background__form{
    background-image: url("/images/fondo_contact.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.color__title__form{
    color: white;
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal
}
label {
    color: white;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.select__color__list{
    background-color: white!important;
}


@media screen and (max-width:767px){
    .content__form {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
