.two-factor-enabled {
   display:none;
}

.two-factor-enabled.active {
   display:block;
}

#enable_2fa {
   display:none;
}

.two-factor-enabled {
   padding-top: 20px;
}

#enable_2fa + label:before {
   content:'\f00c';
   width:24px;
   height:24px;
   color:#fff;
   background: #fff;
   font-family: fontAwesome;
   display: inline-block;
   border:1px solid #449fdf;
   text-align: center;
   line-height:24px;
   margin-right: 10px;
   border-radius: 50%;
}

#enable_2fa:checked + label:before {
   content: '\f00c';
   background: #449fdf;
}


.um_2fa_error_display {
   
    color: #ab0b0b;
    text-align: center;
    border: 1px dashed #ab0b0b;
    max-width: 450px;
    margin: 0 auto;
    line-height: 40px;
    background: #fff;
    font-style: italic;
    font-size: 0.8em;
   
}


/*body.um-page-login #google-authenticatore-code-field {
   display:none;
}*/