.mfa{
    padding-top: 5px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 3px solid #c00;
    color: #c00;
}

/*a:hover {*/
/*    color: white; !* Change link color on hover *!*/
/*    text-decoration: underline; !* Underline text on hover *!*/
/*}*/

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

.msg2{
    font-size: 15px;
    padding: 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;
}

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

.msg3:visited{
    color: #fff !important;
}
.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;

    padding-bottom: 5px;
    line-height: 1.3;
}

.mfalink {
    color: #399aca !important;
    text-decoration: underline;
}


.list {
    text-align: left;
    margin-left: -30px;
    padding-bottom: 5px;
    padding-top:15px;
}

.input {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 12px;
    height: 30px;
}

.btn {
    margin-left: -1px;
    padding-right: 1px;
    padding-bottom: 6px;
}

.mfaHeader{
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding-bottom: 35px;
}
.email{
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
}

.login{
    font-weight: bold;
    text-decoration: underline;
    padding-top: 20px;
}

.listItem{
    padding-bottom: 5px;
    line-height: 1.6;
}
