.form_bg_mt {
    background: #021e3e;
    border-radius: 12px;
    padding: 12px;
}

label {
    color: #ffffff;
}

a.reg_btn{
    color: #000;
}
a.reg_btn:hover{
    color: #000 !important;
}
a.sbt_btn{
    color: #fff;
}
a.sbt_btn:hover{
    color: #fff !important;
}
select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    font-family: "Poppins", sans-serif;
    width: 100%;
    border: 0.5px solid #e7e7e7;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding: 4px 12px;
    border-radius: 0px;
    color: #e7e7e7;
    margin-bottom: 10px;
    background-color: #1e1e1e00;
}

input::placeholder {
    color: #e7e7e7;
}

body {
    color: #e7e7e7;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e7e7e7;
    background-color: #345281;
    background-clip: padding-box;
    border: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #e7e7e7 !important;
    background-color: #345281 !important;
    border-color: #e7e7e7 !important;
    
}
input:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 600;
}
a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: #e7e7e7;
}
input.form-control {
    color: #e7e7e7;
}
input.form-control::placeholder {
    color: #e7e7e7;
}
span.color-yellow {
    color: #f9c600;
}