.admin_header {
    position: sticky;
    top: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
    position: relative;
}
body {
    background-color: white;
    margin: 0 8px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
.peopletech_logo {
    margin: 12px 0px;
    position: absolute;
    top: 0px;
    left: 93px;
}
#login_form {
    display: flex;
    flex-direction: column;
    margin-top: 97px;
    align-items: center;
}
#email,
#password {
    border-radius: 5px;
    border: 1px solid rgba(207, 208, 209, 1);
    background-color: rgba(245, 246, 247, 1);
    width: 350px;
    height: 42px;
    padding: 12px 0px 10px 14px;
    margin-bottom: 15px;
}
::placeholder {
    color: rgba(151, 152, 153, 1);
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.71px;
    text-align: left;
}
.forgot_pw {
    margin-top: 5px;
    margin-bottom: 20px;
    color: rgba(87, 103, 115, 1);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    text-decoration: underline;
}
.login_button {
    border-radius: 5px;
    background-color: rgba(87, 103, 115, 1);
    width: 350px;
    height: 42px;
    border: none;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.77px;
    text-align: center;
    cursor: pointer;
}
