.itsaologo {
    width: 200px;
    height: auto;
}

.navbar {
    background-color: #000000!important;
    color: #ffffff!important;
}

.itsafooter {
    margin-top: 60px;
    color: #ffffff!important;
}

.description a, .form-check a, .itsafooter a {
    color:  #e91e63!important;
}

.description a:hover a:focus, .form-check a:hover a:focus, .itsafooter a:hover a:focus {
    color: #c2185b!important;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #e91e63 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
}

.label-floating:nth-last-of-type(2){
    margin-top: 3vh;
}
.custom-select {
    margin-top: 1vh;
    margin-bottom: 3vh;
    color: #999999;
}
.custom-select:focus {
    border-color: #e91e63!important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(156, 39, 176, 0.5);
}

.form-check .form-check-input:checked + .form-check-sign .check {
    background: #e91e63;
}

#success-alert, #error-alert {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 767px){


    .title-main {
        font-size: 10vw!important;
    }

    .title-contact {
        font-size: 8vw!important;
    }




}
