@CHARSET "UTF-8";

.explanation {
    margin: 0;
    display: none;
    font-style: italic;
    color: red;
}

.register-form .px-3 {
    padding: 0 3px;
}

select.form-control {
    border: 0 none;
    border-radius: 0;
    background: #e8e8e8;
    font-size: 1em;
    line-height: 2.5em;
    height: 58px;
}