 .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.form-control{
    max-width: 303px;
    table-layout: fixed;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.certificate-table{
    max-width: 450px;
}
.table-bordered thead td, .table-bordered thead th{
    width: 50%;
}
.container{
    /* 
     */
}
.table-bordered {
    border: 1px solid #ddd !important;
}

.alert-heading{
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: space-between;
    font-size: 24px;
    margin-bottom: 5px
}
.alert-heading-valid{
    display: flex;
    align-items: center;
    width: 125px;
    justify-content: space-between;
    font-size: 24px;
    margin-bottom: 5px
}
.stm-header .fa{
    margin-top: 5px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none !important;
}
.page_title_vc{
    position: absolute !important;
    top: 0;
}
.page_title{
    height: 200px;
}
body .stm-header__hb .stm-navigation__default > ul > li > a {
    font-family: PT Sans !important;
}

.btn-success {
    color: #fff;
    background-color: #262262 !important;
    border-color: #262262 !important;
}
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgb(13 0 205 / 37%)
}

.btn-success:hover {
    color: #fff;
    background-color: #262262 !important;
    border-color: #262262 !important;
}