﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: white !important;
}

.card {
    border: 0px !important;
    border-radius: 0px !important;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
}

.card-height-set {
    height: 760px;
}

.card-img-top {
    height: 760px !important;
    width: inherit !important;
    border-radius: 0px;
}

.card-body-grey {
    background-color: #EDEDED;
}

.card-login {
    background: rgba(255,255,255,.9);
    margin-top: 100px !important;
}

.card-privacy {
    background: rgba(255,255,255,.9);
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.card h1 {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    color: #000;
    font-size: 4.5rem;
    font-weight: 500;
}

    .card h2 {
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        color: #000;
        font-size: 2.5rem;
        font-weight: 500;
    }

    h3 {
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        color: #000;
        font-size: 2rem;
        font-weight: 500;
    }

    .card h4 {
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        color: #000;
        font-size: 1.5rem;
        font-weight: 500;
    }

.card h5 {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

    .imac {
        width: 445px !important;
        height: 360px !important;
    }