@font-face {
    font-family: "Roboto Light";
    src: url("roboto/Roboto-Light.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Roboto Medium";
    src: url("roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
}
body {
    font-family: 'Roboto Light', sans-serif;
    background-color:#ebeeef;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #424d56;
}
h6{
    font-family: 'Roboto Medium', sans-serif;
}
#form_register strong {
    font-size: .8rem;
}

.bi-info-circle::before {
    font-size: 21px;
    margin-right: 4px;
}
#form_register .alert {
    margin-bottom: 0rem;
    border-radius:0rem;
}
p.text-center {
    margin-bottom: 0;
}
#exten_title a{
    color: #6f6f6f;
}
.nav-divider {
    height: .5rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
input[type="text"], input[type="email"],input[type="password"],.form-select{
    border-radius: 0;
    height: 50px;
}
.form-check-input[type="checkbox"] {
    border-radius: 0em;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0em;
    margin-right: 1em;
}
/*RESPONSSIVE*/
@media (min-width: 400px) {

}

@media (min-width: 576px) {

}

@media (max-width: 768px) {
    .page-header .card-body .header_title {
        font-size: 1.1rem;
    }
    .btn {
        font-size: .7rem;
        padding: .2rem .4rem;
    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
