/* body {
    font-family: 'Times New Roman', Times, serif;
} */
#img_cropped {
    width:30px; 
    height:30px;
    object-fit:cover;
    border-radius: 50%;
}
h1 {
    font-size: 40px;
}
.small-text {
    font-size:16px;
}
#login-header {
    width: 100vw;
    height: 75px;
    background-color: #007bff;
}
#fixed-topnav {
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 1;
}
#spacer {
    width: 100%;
    height: 95px;
}
.input-heading input {
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #999;
}
.input-heading {
    position: relative;
    width: 20%;
}
.input-heading label {
    position: absolute;
    top: 10px;
    left: 3px;
    pointer-events: none;
    color: #999;
    transition: .5s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.input-heading input:focus ~ label,.input-heading input:valid ~ label {
    top: -5px;
    font-size: 12px;
    color: #f7497d;
    font-weight:bold;
}
.input-heading input:focus, .input-heading input:valid{
    border-bottom: 2px solid #f7497d;
}
#username-input {
    position: relative; 
    left: 30%;
}
#header-section {
    position: relative;
    top: -50%;
    left: -5%;
}
@media screen and (max-width: 800px) {
    #login-header {
        display: none;
    }
}
#login-heading-text {
    color: white; 
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    top: 10px;
    margin-left: 100px;
}
#password-input {
    position: relative;
    top: -73px;
    left: 55%;
}
#topnav-error-message {
    color: red; 
    position: relative;
}
#submit-heading {
    position: relative; 
    top: -145px;
    left: 77%;
}