﻿@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}


body.bg-gradient-primary {
    background-image: url(/img/FoxFace-Login-Background.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

header {
    height: 20vh;
}

main {
    height: 80vh;
}

.login-card {
    width: 40%;
}

.login-card-header-img {
    width: 45%;
}

.small-label {
    font-size: 0.875rem;
}

.small-login-footer-labels {
    font-size: 0.775rem;
}

input[type="checkbox"] {
    accent-color: white;
}

::placeholder {
    font-size: 0.875rem;
    color: #6c757d;
    opacity: 1;
}

input.form-control {
    font-size: 0.875rem;
}

.form-check-input {
    background-color: white;
    border: 1px solid #ced4da;
}

.form-check-label,
.small-login-footer-labels {
    font-size: 0.775rem;
}

.project-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
