.authorize.modal input {
    margin-bottom: 1rem;
}

.pin .numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-bottom: 1rem;
}

.pin .numbers input { width: 3rem; text-align: center; }

.pin .numbers input:focus::placeholder { color: transparent; }

.pin .numbers input:not(:last-child) {margin-right: 0.5rem;}

.pin button.secondary { margin-top: 2rem; }

.pin.modal .back { text-align: center; margin-top: 2rem; margin-bottom: 1rem; cursor: pointer; }
.pin.modal .resend { text-align: center; }