/*
 * Copyright © 2020-2023 Thomas J Collinson
 * All rights reserved
 */

.digit-group{
    margin: 10px auto;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.digit-group input {
    width: 30px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    margin: 0 2px;
    background-image: none!important;
}
.digit-group .splitter {
    padding: 0 5px;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

div#resend-code {
    text-align: center;
    margin: 10px auto 0px auto;
}

#resend-code a {
    color: #d81939;
}

div#otp-modal {
    width: 100%;
}

@media screen and (min-width: 768px) {
    div#otp-modal {
        width: 500px;
    }
}
