﻿body {
    background-color: #003a25 /*#315f7a*/ !important;
    font-family: Verdana;
    color: black;
}


.fileupload {
    margin-top: 20px;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: table;
    border: 2px solid black;
    border-radius: 2px;
}



.footnote{
    font-size: 10px;
    display: table;
    margin: auto;
    text-align: center;
}

.error_label {
    font-size: 16px;
    color: red;
    display: table;
    margin: auto;
    text-align: center;
}


/*
h2 {
    color: black;
}

:active {
    outline: none;
}

:focus {
    outline: none;
}

.textBox {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid black;
    border-radius: 2px;
    outline: none;
    width: 354px;
    height: 100%;
    font-size: 18px;
    color: black;
}

.enterButton {
    background-color: white;
    border: 0px;
    margin: auto;
    color: black;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: Verdana;
    height: 100%;
    -webkit-appearance: none;
}
    */
.datapanel {
    margin: auto;
    width: 640px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 12px;
    box-shadow: #222222 4px 5px;
    background-color: white;
    padding: 10px;
}

.logoimg {
    width: 600px;
    margin: auto;
}