:root {
    --devonBlue:#023467;
}

html {
    width:100%;
    min-width: 355px;
    overflow-x: hidden;
    background-color: whitesmoke;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav {
    width: 100%;
    height: 50px;
    background-color: var(--devonBlue);
    position: fixed;
    top:0px;
    left:0px;
    color: white;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    border-bottom: 1px solid black;
}

h2 {
    margin-top:-3px;
}

.MainDiv {
    margin-top: 70px;
    text-align: center;
}

.LoginPortal {
    width: 90%;
    max-width: 480px;
    min-width: 350px;
    height: 460px;
    border: 1px solid lightgray;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.LoginForm {
    width: 100%;
    margin: auto;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.LoginForm > input, .LoginForm > select {
    width: 65%;
    min-width: 300px;
    height: 40px;
    border:none;
    background-color: white;
    border-bottom: 1px solid grey;
    border-radius: 0px;
    margin:10px;
    font-size: 23px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last:center; 
}

.LoginForm > input {
    width: 60%;
    min-width: 280px;
}

.SubmitButton {
    width: 65%;
    min-width: 300px;
    height: 50px;
    background-color: var(--devonBlue) !important;
    color: white;
    font-size: 23px;
    border-radius: 4px;
    border-style: hidden;
}

button:hover, input:hover {
    outline: 2px solid var(--devonBlue);
}

.HeaderImg {
    margin-bottom: -100px;
}

.LoginHeading {
    background-image:url("../images/geometric-leaves.png");
    background-size: 500px;
    height: 50px;
    width: 250px;
    line-height: 50px;
    display:inline-block;
}

.Links {
    font-size: 15px;
    margin-top: auto;
}

.Links > a {
    text-decoration: none;
    color: black;
}

.Links > a:hover{
    color: var(--devonBlue);
    cursor: pointer;
}

.LinksTop, .LinksMid {
    font-size: 15px;
    margin-top: auto;
}

.LinksTop > a {
    text-decoration: none;
    color: white;
}

.LinksTop > a:hover {
    color: green;
    cursor: pointer;
}

.LinksMid > a {
    text-decoration: none;
    color: black;
}

.LinksMid > a:hover {
    color: green;
    cursor: pointer;
}

.ItemListing {
    width: 100%;
    margin: auto;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ItemListing > form > button {
    width: 90%;
    max-width: 380px;
    height: 50px;
    margin-top:3px;
    margin-bottom:3px;
    background-color: var(--devonBlue);
    color: white;
    font-size: 21px;
    border-radius: 8px;
    border-style: hidden;
    cursor: pointer;

}

.ItemListing > input {
    width: 85%;
    max-width: 400px;
    height: 32px;
    margin:3px;
    background-color: white !important;
    color: black;
    font-size: 23px;
    border-radius: 8px;
    border:1px solid grey;
    text-align: center;
    margin-bottom: 15px;
}

.BackButton {
    position: absolute;
    top:60px;
    left:20px;
}

.BackButton > button {
    width: 60px!important;
}

.StudentMana {
    background-image: url("../images/Tickets/Ticket_Blue.png");
    background-repeat: no-repeat;
    background-position: center center; 
    width: 95%;
    max-width: 400px;
    min-height: 280px;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top:-30px;
    color: white;
}

.StudentDetails {
    padding: 0px;
    margin-top: -30px;
    font-size: 24px;
}

.StudentDetails > p, .StudentDetails > b {
    padding: 2px;
    margin: 0px;
    font-size: 18px;
}

.StudentDetails > h3 {
    margin-bottom: 2px;
    font-size: 19px!important;
}

.StudentDetails > hr {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.Reliever {
    background-color: green!important;
}

iframe {
    display: none;
}

#congrats {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 1;
    max-width: 500px;
    width:90%;
}

#draw {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 500px;
    width:90%;
}

.check {
    width: 25px;
    height: 25px;
}