#configure-otp table {
    width: 300px;
}

#configure-otp table tr {
    width: 100%;
}

#configure-otp table tr td {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
}

#configure-otp table tr td.otp-method {
    padding: 5px 30px !important;
}

#configure-otp table tr td label {
    margin-left: 5px;
    width: 100%;
    height: 100%;
}