.form-control {
    background: #fff;
    color: #454545;
    box-shadow: 2px 3px 5px #44444426;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1B2268 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #1B2268;
    font-weight: 600;
}

form {
    padding: 0.3rem 2.2rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b2268 !important;
    border-color: #1b2268 !important;
}

.sub-btn{
    width: 30%;
}

.text-align{
    text-align: center;
}

.error {
    color: #df4d4d !important;
    margin-top: 5px !important;
    font-size: 13px;
    font-weight: 400;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.55rem 1.5rem !important;

}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fed700 !important;
    outline: 0;
    box-shadow: -2px 6px 6px 0 #fed70040 !important;
}