.body-login {
    margin: 0;
    background-color: #130116;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Sen', sans-serif, system-ui;
}

.big-head {
    font-size: 1.5em !important;
}

.jumbo-head {
    font-size: 2.2rem;
}

.jumbo-head-1 {
    font-size: 4.7em;
}

.mid-head {
    font-size: 2.5em;
}

.small-text {
    font-size: 14px;
    font-family: 'Sen', sans-serif, system-ui;
    font-weight: 500;
}


.mid-black {
    color: #222f3e;
}

.dark-blue {
    background-color: #b5b6b9;
    color: #21275f !important;
}

.text-dark-blue {
    color: #202f50;
}


.bg-white {
    background-color: #ffffff;
}

.white {
    color: #dfdfdf;
}

.grey {
    color: #858586;
}

.blue {
    color: #0e99cf;
}

.green {
    color: #239628;
}

.red {
    color: #d41d10;
}

.custom-link {
    color: #1d1d1d;
    text-decoration: none;
}

.custom-link:hover {
    color: #817f7f;
    text-decoration: none;
}

.navbar-brand:hover {
    color: #272452 !important;
}

.img-profile {
    width: 50%;
}

.mt4-em {
    margin-top: 10em;
}

.form-control {
    width: 65%;
    height: 45px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 15px;
    font-family: 'Sen', sans-serif, system-ui;
}
