.featherlight {
    font-size: 1em;
}

.featherlight .featherlight-content {
    overflow: visible;
}

.featherlight .featherlight-content .featherlight-inner {
    display: block !important;
}

.featherlight h1 {
    font-family: 'MontserratSemiBold';
    font-size: 2.2em;
    color: #4484ce;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: center;
}

.featherlight h1 + p {
    margin-bottom: 2em;
}

.featherlight input,
.featherlight textarea,
.featherlight input[type="checkbox"] + label:before {
    border-radius: 0;
}

.featherlight .dropdown-toggle{
    border-color: #cccccc;
}

.featherlight button[type="submit"] {
    margin-top: 1.7em;
}