﻿body {
    color: #73879C;
    background: #f7f7f7 !important;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.form-control{
    font-size:13px!important;
}
.login_content h1 {
    /*font: 400 25px Helvetica,Arial,sans-serif;*/
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}
.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }

    .bootstrap-select > .dropdown-toggle {
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem !important;
        margin-bottom: 0px !important;
    }