:root {
    --spacing: 8px;
    --hue: 400;
    --background1: #ffffff !important;
    --background2: hsl(0, 0%, 100%);
    --background3: hsl(0, 0%, 100%);
    --brand1: hsl(var(--hue) 80% 60%);
    --text1: #1B294A;
    --text2: #ffffff !important;
}

.number-code > div {
    display: flex;
}

.number-code > div > input:not(:last-child) {
    margin-right: calc(var(--spacing) * 2);
}

input.code-input {
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    flex: 1 0 1em;
}


input {
    padding: var(--spacing);
    border-radius: calc(var(--spacing) / 2);
    color: var(--text1);
    background: var(--background1);
    border: 0;
    border: 4px solid transparent;
}


.resend-code {
    color: var(--text2);
    font-weight: bold;
}


.timer {
    font-weight: bold;
    color: #FF5722;
}

.tipoMedio label {
    font-size: 20px;
    font-weight: bold;
    color: var(--text1);
}

.tipoMedio small {
    font-size: 12px;
    color: var(--text1);
}

#infoCode {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
}

.list-group-item {
    background-color: var(--background1) !important;
}
