@font-face {
    font-family: 'Plus Jakarta Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Plus Jakarta Sans Regular'), url('../fonts/plus-jakarta-sans/PlusJakartaSans[wght].woff') format('woff');
}
@font-face {
    font-family: 'Raleway Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Raleway Regular'), url('../fonts/raleway/Raleway-Regular.woff') format('woff');
    }
body {
    font-family: 'Plus Jakarta Sans Regular';
    position: relative;
    background: #fff;
    color: #2F2828;
}
body::before {
    content:" ";
    background: url('../images/bg-loginn.jpg');
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: cover;
}
.card {
    border-radius: 27px;
}
.card .card-body{
    padding: 1.5em 2.5em 2.5em;
}
a {
    color: #6F6B7D;
}
.form-label {
    font-weight: bold;
    font-size: 14px;
}
.form-control {
    font-size: 14px;
}