﻿p, h1, h2, h3, h4, h5, label, button
{
    font-family: 'Poppins', 'Arial', 'sans-serif' !important;
}

html, body
{
    position: relative;
    height: calc(100vh - 0px);
    padding: 0px 24px 24px 24px;
}

body
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-image: url('/img/login/bg-login.svg');
    background-size: cover;
}

.form-auth-background
{
    padding: 2rem;
    background-color: white;
    border-radius: 1em !important;
}

    .form-auth-background .form-floating:focus-within
    {
        z-index: 2;
    }

.form-auth-header
{
    display: flex;
    padding-left: 1.55em;
    margin-bottom: 4em;
}

.form-auth-body
{
    display: flex;
    flex-direction: row;
}

.form-auth-logo
{
    display: flex;
    align-items: center;
    height: 400px;
    width: 650px;
    background-image: url('/img/login/img-login.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.form-auth-signin
{
}

.from-auth-login-button
{
    background-color: #61B86C;
    color: white;
    width: 400px;
}

    .from-auth-login-button:hover
    {
        background-color: #44d356;
        color: white;
    }

    .from-auth-login-button:focus
    {
        background-color: #44d356;
        color: white;
    }

.form-auth-signin-title-wrapper
{
    align-items: center;
    justify-content: center;
}

.logo
{
    float: left;
}

    .logo img
    {
    }

.form-auth-signin-title
{
    padding: 5px;
}

#overlay img
{
    display: none;
}

#overlay.currently-loading img
{
    display: block;
    width: 100%;
    height: 100%;
}
