﻿.container {
    background-color: #303844;
    background: rgb(48,56,68);
    background: linear-gradient(180deg, rgba(48,56,68,1) 0%, rgba(55,75,103,1) 100%);
    height: 100vh;
}

.logged-out-page-content {
    width: 400px;
    height: 560px;
    max-height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 22px -2px rgb(40, 40, 40);
    overflow: auto;
}

.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.5em;
}


.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: 5px 10px 5px 10px;
}