.forgot-password{
    margin-left: 72%;
}

.hr-or{
    display: inline-block;
    width: 45%;
    border-top: 1px solid;
}

.otp-input-fields {
    margin: auto;
    background-color: white;

    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;

    & input {
        height: 40px;
        width: 40px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #dee2e6;
        text-align: center;
        outline: none;
        font-size: 16px;

        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        &[type="number"] {
            -moz-appearance: textfield;
        }

        &:focus {
            border-width: 2px;
            border-color: darken(#2f8f1f, 5%);
            font-size: 20px;
        }
    }
}
