.wrapper-stay-connected {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 50px;
}

.text-danger {
    color: #dc3545;
}

.form-group {
    margin-bottom: 1rem;
}

.stay-connected-form .form-group {
    display: block;
}

.stay-connected-form .form-group .form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.stay-connected-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: normal;
}

.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {

    .wrapper-stay-connected {
        max-width: 1000px;
        margin: 0 auto;
        padding: 50px 50px;
    }

    .stay-connected-form .form-group {
        display: flex;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.wrapper-stay-connected hr {
    border-top: #eaeaea;
    margin-bottom: 20px;
}

.wrapper-stay-connected p, .custom-control-label {
    line-height: 28px;
}

.viewmore:hover {
    border-color: #012a7c;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

::placeholder {
    color: #b4bac0;
    opacity: 1;
    /* Firefox */
    font-weight: normal;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #d0d2d4;
}

.custom-checkbox {
    margin-bottom: 10px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.inner-banner-stay-connect {
    padding-top: 220px;
}