﻿body, html {
    color: #555;
    background: linear-gradient(#000, #0a353b);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    min-width: 100%;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.body-content {
    padding-top: 5rem;
    background-color: transparent !important;
    margin-bottom: 3rem;
    max-width: 100vw;
}

.errorMessage {
    color: white;
    background-color: red;
    font-size: 2rem;
    margin-top: 2rem;
}

.successMessage {
    color: white;
    background-color: green;
    font-size: 2rem;
    margin-top: 2rem;
}

.logo {
    width: 25%;
    height: 25%;
    margin-bottom: 5rem;
}

.centerContents {
    display: flex;
    justify-content: center;
}

.centerContainer {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.splitContents {
    display: flex;
    justify-content: space-between;
    width: 320px;
    max-width: 320px;
    margin-bottom: 1rem;
}

.label {
    font: inherit;
    font-size: inherit;
    color: #fff;
    line-height: 25px;
}

.submitButton {
    width: 320px;
    margin-top: 1.5rem;
}

.hiddenInput {
    color: transparent;
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline-style: none;
    outline-width: 0px;
}
