.content_wrapper h1 {
    background: #003291;
}
.rv7-userAuth-container .link-text,
#twofa-step1c-resend-code,
#twofa-step1c-resend-code,
.twofa-step.twofa-step-1b #twofa-step1b-start-over,
.twofa-step.twofa-step-1b #twofa-step1b-start-over,
#twofa-step1c-start-over,
#twofa-step1c-resend-code{
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #b51946 !important;
    text-transform: capitalize !important;
    margin-top: 30px;
    cursor: pointer;
}
.rv7-userAuth-container .userAuth-button, .rv7-button, .rv7-back-button{
background: #b51946;  
border: 1px solid #b51946 ;  
}
 
.twofa-step.twofa-step-1b #twofa-step1b-start-over:focus,.twofa-step.twofa-step-1b #twofa-step1b-start-over:hover, 
#twofa-step1c-start-over:focus,#twofa-step1c-start-over:hover,
#twofa-step1c-resend-code:focus,#twofa-step1c-resend-code:hover,
.rv7-userAuth-container .link-text:focus, .rv7-userAuth-container .link-text:hover{
text-decoration: underline;
}
.rv7-userAuth-TFA-container h2, .rv7-userAuth-TFA-container p{
color: #000 !important;
}
.twofa-success-message{
  color: #468847;
}
form [type="submit"]::before{
content: none;
}
.userAuth-container label {
width: auto !important;
}