.form-simple input[type='text'] {
    margin-bottom: -1px;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type='mail'] {
    margin-bottom: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-simple input[type='password'] {
    margin-bottom: 10px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.help-block ul {
    margin: 0 !important;
    padding: 0 !important;
}

.help-block ul li {
    list-style: none;
}

.btn-gov-login {
    border: 2px solid rgb(31, 54, 99) !important;
    color: rgb(31, 54, 99);
    font-weight: bold;
    font-size: 14px;
    background: #fff !important;
}

.btn-gov-login:hover {
    background: rgb(31, 54, 99) !important;
    border-color: rgb(31, 54, 99) !important;
    color: #fff;
}