.form-error {
    display: none
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus {
    border: 1px solid grey;
    border-bottom: 1px solid #1e90ff;
    outline: none;
}

span.help-block.form-error {
    display: none;
}

.has-error input[type=email],
.has-error input[type=text],
.has-error input[type=tel],
.has-error.has-success input#phone_mask,
.has-error select {
    border: 1px solid #ff5e45 !important;
    background-image: url('../images-new/icon-validation-bad.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
}

.has-success input[type=email],
.has-success input[type=text],
.has-success input[type=tel],
.has-success select {
    background-image: url('../images-new/icon-validation-good.png') !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;

    background-size: 30px !important;
}

body.device-mobile .pac-container {
    top: 340px !important;
}

input::placeholder {
    color: #aaa !important;
}

.floating-labels {
    position: relative;
    margin-bottom: 10px;
}

.floating-labels input {
    position: relative !important;
    z-index: 1 !important;
    height: 25px;
    padding: 18px 0 0 10px !important;
    box-sizing: content-box !important;
    width: 95% !important;
    background: rgba(255, 255, 255, 0) !important;
}

.floating-labels select {
    padding: 5px 0 5px 10px;
    box-sizing: content-box;
    width: 95%;
}

.floating-labels input::placeholder {
    opacity: 0;
}

.floating-labels label {
    font-size: 15px;
    font-family: montserrat, sans-serif;
    transition: all .2s;
    cursor: text;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    opacity: 0.6;
    font-weight: normal;
}


.floating-labels input:focus+label,
.floating-labels input:not(:placeholder-shown)+label {
    font-size: 12px;
    color: #3498db;
    top: 25%;
    z-index: 2;
}

.floating-labels select+label {
    display: none;
}

@supports (-ms-ime-align:auto) {
    .floating-labels label {
        display: none;
    }

    .floating-labels input {
        height: 43px;
        padding: 0 0 0 10px !important;
    }
}

.optout-link {
    display: none;
}