﻿.form-registro {
    font-family: 'Lato', sans-serif;
    padding: 1rem;
}

.control-label {
    transition: color 200ms linear;
}

.indicacion {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: rgb(32, 108, 202) none repeat scroll 0% 0%;
    border: 1px solid #e3e3e3;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.indicacion--2 {
    color: rgb(64, 112, 179);
    font-weight: 700;
}

.control-label {
    font-weight: 700;
}

.indicacion--3 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.input-monto {
    max-width: 200px;
}

/*.input-group {
    margin-bottom: 20px;
}*/

.error {
    color: #b50303;
}

.has-error input,
.has-error select {
    border-color: #ff5555;
    box-shadow: 0 0 0 .2rem #ffaaaa;
}

.has-error .form-control-feedback {
    color: #b50303;
}

.has-error label {
    color: #b50303;
}

.has-feedback {
    position: relative;
}

.cont-input {
    display: grid;
    /*grid-column-gap: .5rem;
    column-gap: .5rem;*/
    grid-template-columns: 1fr 2rem;
}

.cont-input em {
    grid-column: 1 / 3;
    grid-row: 2;
}

.cont-input .form-control-feedback {
    align-self: center;
    text-align: center;
}

.has-success input,
.has-success select {
    border-color: #3c763d;
    box-shadow: 0 0 0 .2rem #08a00a47;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-success label {
    color: #3c763d;
}

#monto-donacion {
    max-width: unset;
    width: auto;
}

#monto-donacion-error {
    display: block;
    width: 100%;
}

.layout-carga {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}

#app {
    position: relative;
}

.escribiendo .layout-carga {
    display: none;
}

.cargando .layout-carga {
    display: block;
}