.row {
  margin-top: 5px !IMPORTANT;
}

span.btn.verifyMailBtn.visCSSlabel {
margin: 10px 10px 10px 0px;
     --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}



/*
input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  background-color: rgba(206, 0, 38, 0.02);
}

*/
/*
.form-control {
    background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}

.form-select {
    background-color: indigo;
}
.form-* {
    background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}
*/

/*ID starts with */
/*
div[class^="form-"] {
     background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}
*/

/*
input-[class^='form-']{
    background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}
*/

/*
[class^="form-"] {
   background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}
*/

/*
input[id^='form-'] {
    background: red;
}
*/

/*
[id^=”str”]
{
background: Orange;
color: white;
height: 100px;
}
*/

/*ID contain 
div[class*="form-"] {
     background-color: rgba(206, 0, 38, 0.02) !IMPORTANT;
}
*/