﻿.component-station-selector-form .forms-wrapper {
    max-width: 589px;
    margin: auto;
}

.component-station-selector-form .forms-wrapper .form-group {
    margin-bottom: 0px !important;
}

.component-station-selector-form .forms-wrapper .form-group:last-of-type {
    margin-bottom: 0;
    text-align: center;
}

.component-station-selector-form .form-control {
    width: 100%;
    height: 100%;
    min-height: 42px;
    border: none;
}

.component-station-selector-form .validation-error-message {
    color: #061B2B;
    text-align: left;
    line-height: 18px;
}

.component-station-selector-form .form-input--bordered {
    position: relative;
    z-index: 1;
}

.component-station-selector-form .form-input--bordered:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    border: 1px solid #061B2B;
    border-radius: 4px;
}
span.validation-error-message {
    display: block;
    padding-top: 21px;
    line-height: 15px;
    font-weight: 500;
    color: #f00 !important;
    font-size: 13px !important;
    text-align: left !important
}

@media (min-width: 48em) {

    .component-station-selector-form .forms-wrapper .form-group:first-of-type {
        float: left;
        width: 62.8%;
        margin-right: 3.4%;
    }

    .component-station-selector-form .forms-wrapper .form-group:last-of-type {
        float: left;
        width: 33.78%;
    }

    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-blue,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-primary-invert,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-secondary-invert,
    .component-station-selector-form .forms-wrapper .form-group:last-of-type .btn-tertiary-invert {
        width: 100%;
        margin-top: -1px;
    }
}

@media (max-width: 767px) {
    .component-station-selector-form .forms-wrapper .form-group button {
        margin-top: 10px;
    }
}