.addon-transparent .input-group-addon {
    background: transparent;
    cursor: pointer;
}

input.form-control:focus + .input-group-addon {
    border-color: #4CAF50;
}

.addon-transparent input {
    border-right: none;
}

#validacoes ul {
    padding: 0;
    list-style-position: outside;
    margin-left: 20px;
}

#validacoes ul li.done {
    color: #8bc34a;
}

#validacoes ul li i {
    color: #8bc34a;
    display: none;
}

#validacoes ul li.done i {
    display: inline;
}

small {
    font-weight: normal !important;
}

.form-group #helpBlockEmail {
    display: none;
}

.form-group.has-error #helpBlockEmail {
    display: block;
}