﻿body {
    padding-left: 0;
    background-image: url('/Content/images/loginbackground.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: bottom right;
    height: 100vh;
}

.login-container
{
    max-width: 500px;
    margin: 8% auto;
}

.login-input {
    display: block;
    width: 100%;
    margin: 10px auto;
    border: 1px solid var(--cogent-grey);
    height: 45px;
    padding: 5px 10px;
}

.login-password {
    display: block;
    width: 100%;
    border: 1px solid var(--cogent-grey);
}

.logo {
    height: 100px;
    margin: 40px auto;
}

.copyright {
    position: fixed;
    left: 20px;
    bottom: 20px;
    color: #777;
    font-size: 10pt;
}
