﻿html {
    font-family: Inter,serif;
    font-optical-sizing: auto;
    font-size: 62.5%;
    font-style: normal;
    font-weight: 400;
    min-height: 100vh
}

body, html {
    color: #343434
}

body {
    font-size: 1.6rem;
    margin: 0
}

h1, h2, p {
    color: #000;
    margin: 0
}

a {
    color: #18181b
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.body_wrapper {
    display: flex;
    min-height: 100vh
}

.left-container {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%
}

.right-container {
    /*background-image: url(/login/side_image.jfif);*/
    /*background-image: url(/login/side_image2.jfif);*/
    background-image: url(/login/side_image.jpg);
    background-position: 100%;
    background-size: cover;
    width: 100%
}

.logo {
    width: 16rem
}

.login-button {
    background-color: #000;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    justify-content: center;
    margin-top: 2rem;
    max-width: 30rem;
    padding: .8rem;
    text-decoration: none
}

    .login-button img {
        margin-right: .5rem
    }

.left_content_box {
    margin: 0 auto 50px;
    max-width: 90%;
    text-align: center
}

    .left_content_box .login-button {
        margin-left: auto;
        margin-right: auto
    }

.text-center {
    text-align: center
}

.links {
    font-size: 1.4rem
}

    .links a {
        margin: 0 1rem;
        text-decoration: underline
    }

.errors {
    background: var(--white,#fff);
    border: .1rem solid #efefef;
    border-radius: var(--border-radius-lg,8px);
    margin-top: 3rem;
    max-width: 34rem;
    padding: 1.3rem 1.5rem 1.5rem 3.5rem
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

.mb-4 {
    margin-bottom: 4rem
}

.byline {
    font-style: italic;
    font-weight: 300;
    font-size:125%;
}

.login-button:hover {
    /*background-color: #67696F;*/
}

.links a:hover {
    color: #2c7baf;
    text-decoration: none
}

@media (min-width:601px) {
    .left-container {
        padding: 40px
    }
}

@media (max-width:600px) {
    .left-container, .right-container {
        width: 100%
    }

    .header-logo {
        padding: 20px
    }

    .body_wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }

    .links {
        margin-bottom: 25px
    }

    section.right-container {
        min-height: 250px
    }

    .hidden-phone {
        display: none
    }

    h2 {
        font-size: 8vw;
        margin-left: auto;
        margin-right: auto;
        max-width: 60%
    }
}


.errors {
    padding: 1.3rem 1.5rem 1.5rem 3.5rem;
    margin-top: 3rem;
    border-radius: var(--border-radius-lg, 8px);
    border: 0.1rem solid #efefef;
    background: var(--white, #fff);
    max-width: 34rem;

h2
{
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

&.not-found {
    background: url("./marker_404.png") no-repeat 1rem 1.6rem;
}

a {
    font-size: 1.4rem;
    margin-right: 1rem;
}
