*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.bg-image{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("/static/images/SunriseDrone_NOV2021_DJI_0060.jpg");
}
.top-header{
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 61.1px;
    margin-bottom: 10px;
}
.content{
    min-height: 100%;
    min-width: 300px;
    width: 100%;
    position: absolute;
}
.ui-container{
    display: block;
    margin: 0 auto auto 0;
    text-align: center;
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    width: 560px;
    height: 590px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
.logo-container{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-color: inherit;
    display: block;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: 60px;
    background-color: #fff;
}
.logo-container img{
    background-color: inherit;
}
.login-container{
    background-color: #fff;
    border-color: inherit;
}
.login-container form{
    background-color: transparent;
    color: #5e5e5e;
    font-size: 14px;
    text-align: center;
}
.rubric-upload-container, .rubric-text-entry-container {
    margin-top: 10px;
    display: none;
}
h1{
    font-size: 16px;
    font-weight: 600;
    color: #5e5e5e;
    margin: auto;
    padding: 10px;
}
h2{
    font-size: 14px;
    font-weight: 400;
    color: red;
}
.footer{
    height: 34px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}