.loginPages{
    width: 100%;
    border-bottom: 0.0625rem solid rgb(5, 5, 90);
}

.loginContainer{
    margin: 0 auto;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    width: 40%;
    height: 3rem;
    align-items: center;
}

.loginButton button{
    margin: 0 auto;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    height: 2.5rem;
    width: 5rem;
    border-radius: 0.5rem;
    border: none;
    color: rgb(32, 32, 32);
}

.loginButton button:hover{
    color: rgb(0, 0, 196);
    text-decoration: underline;
}

.loginParent, .loginStaff{
    width: 80%;
    margin: 0 auto;
    border: 1px grey solid;
    border-radius: 5px;
    margin-top: 1.5rem;
}

h2{
    font-size: 2.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

form{
    width: 70%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
}

.formLabel{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    font-weight: bold;
}

form input{
    margin-bottom: 1.3rem;
    margin-top: 5px;
    padding-left: 0.2rem;
    border: none;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    border-bottom: 0.125rem solid rgba(0, 0, 0, 0.596);
}

.button-container{
    margin: 0 auto;
    width: fit-content;
}

.button-container button{
    background-color: transparent;
    cursor: pointer;
    margin-top: 0.125rem;
    font-size: 1.3rem;
    height: 2.5rem;
    width: 5rem;
    border-radius: 0.5rem;
    border: none;
    color: white;
    background-color: rgb(0, 0, 104);
}

.button-container button:hover{
    background-color: rgb(0, 0, 196);
}
