input {
    outline: none;
    border: 0;
    text-indent: 8px;
    width: 100%;

}
#LoginButton, #DuesContinue, #MakePayment, #ForgotButton{
    width: 57% !important;
    display: block!important;
    margin: auto !important;
}

select.input-lg {
    
    text-indent: 5px!important;
    
}
label{
    margin-top: 5px;
    color: black;
}
    .control-panel.btn{
        width: 57%;
        display: block;
        margin: auto;
    }
    
    label{
        margin-top: 5px;
    }
    #category{
        text-indent: 10px;
    }
    .alert-info{
       background-color: #1c191dab; 
    }
    .modal-footer{
        text-align: center;
    }
    
    .panel-info > .panel-heading {
        background-color: #1c191dab; 
    }
    select{
        text-indent: 5px;
    }
    textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, select, select.form-control {
        border: 1px solid #1211114f;
        border-radius: 10px;
        color: black!important;
        background-color: white!important;
        text-indent: .5em;
    }
    
    span.glyphicon.glyphicon-menu-hamburger {
            color: rgb(0, 0, 0);
    }
    .modal-content{
            background-color: rgb(227 224 224 / 78%) 
    }
    
    .CMSLinks select {padding:2px 4px 2px 4px !important;font-size: 13px;height: 26px;margin-top:7px;margin-bottom:7px;}
    
    dialog {width:500px;}