﻿#logInContainer {
    z-index: 1;
    background-color: var(--mainYellow);
    padding: 0px !important;
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100%;
}

#logInFormContainer {
    background-color: var(--mainWhite);
    height: inherit;
    display: flex;
    align-items: center;
    position: relative;
}

#formImage {
    width:8rem;
    position:absolute;
    top:2%;
    left:2%;
}

#miscContainer {
    display:flex;
    justify-content: center;
    align-items: center;
}

.authIcon::before {
    position: absolute;
    font-size: 20rem;
    right: 0%;
    color: rgba(0,0,0,0.1);
}

#forgotPassWarning {
    position: absolute;
    left: 0%;
    bottom: 100%;
}