@font-face {
    font-family: "Haas";
    src: url(font.woff2);
}

body {
    font-family: "Haas", sans-serif !important;
}

.btn-primary {
    background-color: #f3d54e !important;
    color: #000;
    font-weight: 700;
    border: none;
}

.btn-primary:hover {
    background-color: rgb(38,137,12) !important;
}

.btn-primary:focus, .btn-primary:active {
    background-color: rgb(38,137,12) !important;
}

.btn-login {
    width: 100%;
}

a {
    color: #1d252d;
}

.separator-line {
    width: 100%;
    height: 0.4rem;
    background: linear-gradient(135deg, rgba(243,213,78 ,1) 5%, rgba(108,194,74 ,1) 95%);
}

.login-form input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.login-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-send {
    width: 30%
}

.required:after {
    content:" *";
    color: red;
}