﻿.container {
    /*background-color: #e65c4f;
    background: linear-gradient(180deg, #e65c4f 0%, #420000 100%);*/
    height: 100vh;
    background-image: url("/Images/red triangles.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logged-out-page-content {
    width: 400px;
    height: 560px;
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 22px -2px rgb(40, 40, 40);
    overflow: auto;
    /* background: rgba(255, 255, 255, 0.77);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.6px);
    -webkit-backdrop-filter: blur(7.6px);*/
}

.logo-area {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

#logo {
    margin: 8px 30px 5px;
    height: 60px;
}


h1{
    width:100%;
    padding:5px 0 15px;
    text-align:center;
    box-sizing:border-box;
    /*text-transform:uppercase;*/
    letter-spacing: 1.9px;
    font-size: 1.3em;
}


.link-row{
    padding: 20px 0 0;
    text-align:center;
}
.link-row a{
    padding: 2px 5px;
    letter-spacing: .8px;
}

.button-row button {
    width: 100%;
}

.button-row {
    padding: 10px;
}