.mfa{
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 26px;
    background-color: #cccccc;
    margin-bottom: 25px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    color: black;
}

.msg3:hover{
    color: #fff !important;
}

.msg3:visited{
    color: #fff !important;
}

.msg1 {
    font-weight: bold;
    font-size: 23px;
}

.msg2{
    font-size: 16px;
    padding-top: 6px;
}

.msg3{
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 27px;
    padding-left: 27px;
    border-radius: 20px;
    background-color: #c00;
    color: #fff;
    text-decoration: underline;
}


.popup{
    padding-top: 30px;
    padding-left: 30px;
    font: 16px/1.5 "Open Sans","open-sans",sans-serif,sans-serif;
}
.popup-header{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.img{
    padding-bottom:20px;
}

.left {
    text-align: left;
    line-height: 1.3;
}

.mfalink {
    color: #0f6998 !important;
    text-decoration: underline;
}


.list {
    text-align: left;
    margin-left: -30px;
}

.input {
    text-align: left;

    height: 30px;
}

.btn {
    margin-left: -1px;

}

.mfaHeader{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.email{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.vcode {
    line-height: 1.9;
    font-size: 14px;
}

.login{
    font-weight: bold;
    text-decoration: underline;
}

.listItem{
    line-height: 1.6;
}

.returnToLogin {
    color:#333333 !important;
    font-size: 14px;
}

.mfaSubmit{
    font-size: 18px;
    width: 100%;
    height: 32px;
    border-radius: 3px;
    font-weight: normal;
}

.disabled{
    background-color: #CCCCCC !important;
    color:#333333 !important;
    border: none !important;
}

.disabled:hover {
    color:#333333 !important;
}