﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


body {
    font-size: 14px;
    color: rgba(67, 73, 85);
    font-weight: 300;
    font-family: '3MCircularTT', sans-serif;
}

.login-page-content {
    width: 100%;
    min-height: 100vh;
    font-size: 12px;
    line-height: 20px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: -80px;
}

.login-holder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 60px;
}

    .login-holder img {
        width: 260px;
        margin-bottom: 24px;
    }

    .login-holder h1 {
        color: black;
        text-align: center;
        margin: 0 0 36px 0;
        font-weight: 400;
        font-size: 1.5rem;
        font-family: 'Slove Pro', Arial, sans-serif;
    }

    .login-holder > a:link {
        color: #ffffff;
    }

    .login-holder > a:visited {
        color: #ffffff;
    }

    .login-holder > a:hover {
        color: #ffffff;
    }

.login-btn {
    border: none;
    border-radius: 6px;
    background-color: #0a7b6b;
    color: #ffffff;
    font-size: 1.00rem;
    font-weight: 700;
    padding: 15px 0;
    margin-top: 0;
    width: 350px;
    max-width: 90vw;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none !important;
    transition: background 0.2s;
}

    .login-btn:hover {
        background-color: #09806e;
        color: #ffffff !important;
        text-decoration: none;
    }

h1, h2, h3 {
    font-family: '3MCircularTT', serif;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #434955;
}

.login-holder .error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
