@font-face {
    font-family: 'myFont';
    src: url('../fonts/myFont.woff');
}

* {
    font-family: 'myFont';
}

body {
    height: 100dvh;
}

.login-card {
    max-width: 350px;
    width: 100%;
}

.form-label{
    font-size: 0.81rem !important;
}
.form-control:focus {
    box-shadow: 0px 2px 5px #0d6efd20 !important;
    border-color: #0D6EFD;
}

.form-control::placeholder {
    font-size: 0.85rem !important;
}
