﻿.verificationTable { border: 0; }

.verificationTable td {
    padding: 25px 10px 0 0;
}
.verificationTable .topRow td {
	padding-top: 0;
}

.buttonsTable {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.buttonsContainer {
    display: inline;
    margin: 0px 10px;
}

.textBoxInput {
    width: 200px;
}

.smallTextBox {
    width: 100px;
}

.resendConfirmation {
    color: grey;
}

.mfaSignIn p { margin:25px 0; }