body {
    font-family: "Open Sans", sans-serif;
    background-color: #f5f7fa;
}

#loginSquare {
    background-color: white;
    display: block;
    position: fixed;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 20px;
    width: 400px;
    max-width: 90%;
    align-content: center;
    text-align: center;
    padding: 30px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 0px 15px 15px rgba(50, 50, 50, 0.05);
}

#logo {
    width: 80%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

button {
    text-align: center;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    background: green;
    border: solid;
    border-color: green;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    width: 70%;
    color: white;
    font-weight: 500;
}

button:hover,
button:active {
    transform: scale(1.05);
    cursor: pointer;
}

input {
    text-align: center;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    cursor: text;
    width: 70%;
}

#lowDiv {
    margin-top: 70px;
    margin-bottom: 30px;
}

.low {
    color: gray;
    font-size: 13px;
    margin-bottom: -10px;
}
