 .d-flex.flex-center.flex-column.flex-column-fluid {
    background: linear-gradient(to bottom, #006580 -90%, black 70%);
    padding: 10px;
    padding-bottom: 20px;
    height: 100%;
} 
 
 .w-lg-700px.bg-body.rounded.shadow-sm.p-10.p-lg-15.mx-auto {
     background-color: #1c2028 !important;
   border: none !important;
     }
	
    .form-label.fs-6.fw-bolder.text-dark {
        color: #6c6c6c !important;
    }
 

#dynamicText {
color: white;
font-weight: bold;
 font-size: 30px;
margin-bottom:25px;
}
  
#changingWord {
color: #06C1FF;
font-weight: bold;
font-size: 30px;
margin-bottom:25px;
  }
  
 .text-dark {
    color: white !important;
}  
.form-control.form-control-lg.form-control-solid {
border-radius: 12px !important;
background-color: #474866 !important;
border:none !important;

}
.bg-body {
    background-color: #1c2028 !important;
}
.form-control.form-control-lg.form-control-solid.is-valid {
    color: white !important;
}
.form-control.form-control-lg.form-control-solid.is-invalid{
    color: white !important;
}
.form-control.form-control-solid {
        background-color: #474866 !important;
        border-color: #f5f8fa;
        color: white !important;
        transition: color .2s ease, background-color .2s ease;
        border: none;
}
