::placeholder {
    color: white!important;
    opacity: 1!important;

}

.form-control{
    background:transparent!important;
    color:#ffffff!important;
    min-height: 50px!important;
    border-bottom: 1px solid #ffffff!important;
    border-right: 0!important;
    border-left: 0!important;
    border-top: 0!important;
    border-radius: 0;
    padding: .825rem 1.5rem .825rem 0;
}

.btn-white{
    background:#ffffff!important;
    border:2px solid #ffffff!important;
    color:#2a3477!important;
}

.btn-border{
    background:transparent!important;
    border:2px solid #ffffff!important;
    color:#ffffff!important;
}
.btn-white:hover{
    background:transparent!important;
    color:#ffffff!important;
}

.btn-border:hover{ background:#ffffff!important;}

.form-check-input:checked {
    background-color: #2a3477!important;
    border-color: #2a3477!important;
}
