@font-face {
    font-family: "Nunito";
    src: url("fonts/Nunito-Regular.ttf")
}

@font-face {
    font-family: "Nunito-XLight";
    src: url("fonts/Nunito-ExtraLight.ttf")
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    background-color: #fafbfe;
}

.login-panel {
    padding-top: 5%;
}

.login-panel .auth-view-title {
    display: none;
}

.badge.red {
    color: #f30;
    background: #f30;
}

.badge.orange {
    background: #ff843c;
    color: #ff843c;
}

.badge.green {
    background: #169e22;
    color: #169e22;
}
.login-panel .card{
    border-radius: 0;
    border: none;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
}
.login-panel .badge{
    padding: 1px 4px;
    font-size: 70%;
}

.login-panel .card-title {
    font-size: 15px;
}

.login-panel .card-header {
    background-color: #282d5f;
    padding-bottom: 20px;
    color: #f1fdfd;
    font-weight: 300;
    text-align: center;
    font-family: 'Nunito-XLight' !important;
    border-radius: 0;
}