html,
body {
    height: 100%;
    margin: 0;
}

#bigBox {
    min-height: 100%;
    background: rgba(250, 249, 245, 0.247);
}

#LogInBox {
    height: auto;
    width: fit-content;
    position: absolute;
    left: 60%;
    top: 5%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;

}

#userid {
    padding: 10px;
    font-size: 15px;
    position: relative;
    margin: 10px;
    opacity: 0.9356;
    font-family: 'Open Sans', sans-serif;
}

#password {
    padding: 10px;
    font-size: 15px;
    position: relative;
    margin: 10px;
    opacity: 0.9356;
    font-family: 'Open Sans', sans-serif;
}

#login {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    position: relative;
    padding: 7px;
    margin-left: 17%;
    margin-top: 15%;
    bottom: 25px;
    width: 70%;
    font-size: 25px;
    background-color: black;
    color: rgb(255, 255, 255);
    opacity: 0.9356;
    font-family: 'Open Sans', sans-serif;
}

button:hover {
    color: black;
    cursor: pointer;
    opacity: 1;
}

.container input {
    width: 100%;
    clear: both;
}

#signup {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    font-family: 'Noto Sans Display', sans-serif;
}

img {
    height: 70px;
    width: 70px;
    position: relative;
    top: 3px;
    padding: 10px;
}

img:hover {
    cursor: pointer;
    color: lawngreen;
}

#logo {

    position: relative;
    top: 168px;
    left: 25px;
    display: block;
    height: 350px;
    width: 750px;

}

#logo_1 {
    height: 300px;
    width: 300px;
    position: relative;
    top: 17px;
}

#logo_name {

    height: fit-content;
    width: 420px;
    position: relative;
    left: 325px;
    bottom: 250px;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

#logo_name_1 {
    position: relative;
    left: 40px;
    bottom: 20px;
    font-size: 40px;
    text-decoration: rgb(32, 31, 31);
    text-decoration-style: wavy;
}

#regis {
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    font-size: 16px;
    height: fit-content;
    width: fit-content;

}

#create_acc:hover {
    color: cornflowerblue;
    cursor: pointer;
}

#reset_password:hover {
    display: inline;
    color: cornflowerblue;
    cursor: pointer;
}