﻿body {
    color: #5a5656;
    font-family: EYInterstate, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0px;
}

.bg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-top: 10px;
}

.Login {
    margin: 50px auto;
    width: 30%;
    left: 50%;
}


.textbox {
    align-content: center;
    background-color: #e5e5e5;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5a5656;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    height: 50px;
    outline: none;
    padding: 0px 10px;
    width: 60%;
    -webkit-appearance: none;
    left: 20%;
    position: relative;
}

.button {
    background-color: #404040;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: EYInterstate, sans-serif;
    height: 50px;
    text-transform: uppercase;
    width: 64%;
    -webkit-appearance: none;
    font-size: medium;
    left: 20%;
    position: relative;
}

form {
    left: 50%;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #FFDB00;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Image {
    position: absolute;
    bottom: 0px;
    background-color: white;
}

.Logo {
    position: relative;
    top: 20px;
    left: 37.5%;
    width: 30%;
    height: 60px;
}

.dropdown {
    color: #44443D;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    width: 100%;
}

.panel {
    font-size: 16px;
    font-weight: bold;
}
