@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&display=swap');

body {
    background: #334365 no-repeat right center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    display: block;
}
.maxPageWidth {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}
.mainScreen {
    background: #334365 no-repeat right center;
    background-image: url('/Images/login-background-1.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.loginScreenArea {
    padding: 50px;
    min-height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.loginScreenArea article {
    height: 100%;
}
.loginScreenArea article.loginForm {
    width: 50%;
    text-align: center;
}
.loginScreenArea article img {
    width: 350px;
    margin: 250px auto 50px;
    color: #FFF;
}
.loginScreenArea article h1 {
    font-size: 3rem;
    margin: 0 auto 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.theDate {
    font-size: 1.8rem;
    font-weight: 600;
}
.theContent {
    margin: 30px auto;
}