.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
}
.modal2{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg2{
    background: rgba(0,0,0,0.2);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.mfa_content{
    width: 590px;
}
#mfa_msg{
    text-align: left;
    width: 60%;
    margin: auto;
    padding-bottom: 10px;
}
.mfa_buttons{
    width: 50%;
    margin: auto;
}
.mfa_button{
    width: 80px;
    height: 35px;
}
input[name="mfa_code"]{
    width: 25%;
    padding: 10px;
}