.alert-error {
    color: #a94442;
    background-color: #f2dede;
}

.full.form-events .form-event {
    align-items: center;
    width: 100%;
    position: relative;
    padding: 2rem 3rem;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #4625ca;
    transition: all ease-out 0.3s;
    cursor: pointer;
    background: #341a9b;
    color: #fff;
    opacity: 0.5;
}
