#root form button {
    width: 100%;
    background-color: #47bb83;
    color: white;
    margin: 5px 0px 5px 0px;
}

.form-group {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

    .form-group > label {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-group input {
        border-radius: 3px;
        display: inline-block;
        min-height: 40px;
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        padding: 6px 12px;
        vertical-align: middle;
        background-color: rgba(0,0,0,0);
        color: #333;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-style: solid;
    }

        .form-group input:focus {
            border-color: #bbb;
            outline: 0;
        }

.help-block.with-errors {
    font-size: 12px;
    color: #e9322d;
    text-align: left;
}

    .help-block.with-errors ul {
        list-style-type: none;
        margin: 0px;
    }

.form-group.has-error.has-danger input {
    border-color: #e9322d;
    color: #e9322d;
}

#root h4 {
    /*margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;*/
    text-align:center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
}

#inputNombres,
#inputPrimerApellido,
#inputSegundoApellido {
    text-transform: uppercase;
}

#opciones_contrasena{
    font-size: 14px;
}

