#landingOuterContainer {
    text-align: center;
    width: 600px;
    background-color: #dddddd44;
    border-radius: 10px;
    color: #eeeeeeee;
    padding: 15px;
    margin: 70px auto 0 auto;
}

.landingOptions {
    margin: 5px 10px;
    background-color: #0000dd99;
    border-radius: 8px;
    padding: 5px 10px;
    color: #00ff00dd;
}

.container {
    text-align: center;
    width: 400px;
    background-color: #dddddd44;
    border-radius: 10px;
    color: #eeeeeeee;
    padding: 15px;
}

/* mostly / majorly index.php */
#logInForm {
    display: none;
}

.toggleForms {
    font-weight: bold;
    cursor: pointer;
}

.toggleForms:active {
    opacity: 50%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    font-size: small;
}

.toggleForms:hover {
    font-style: italic;
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

#homePageContainer {
    margin: 70px auto 0 auto;
}

.form-control {
    margin: 0 auto;
}

#pwdToggle,
#pwdlogToggle,
#rptpwdToggle {
    position: relative;
    left: 45%;
    bottom: 30px;
    cursor: pointer;
    color: #444;
}

#password,
#rptpassword {
    margin-bottom: -30;
}

.forgotPassword {
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}

.forgotPassword:active {
    border-radius: 12px;
    border-width: 2px;
    opacity: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: small;
}

.forgotPassword:hover {
    border: 0.5px solid #fff;
    cursor: pointer;
    font-style: italic;
    color: #fff;
}

#endpage,
#midpage,
#midpage1,
#midpage2 {
    margin-top: 150px;
    width: fit-content;
}

/* mostly writingboard items */
#pagelabel {
    margin-left: 5px;
}

#listelement {
    margin-right: 5px;
}

.checkbox input {
    margin: 8px;
}

.hiding {
    justify-content: space-around;
}

#workpage {
    height: 100%;
    width: 100%;
    background-color: #000b;
    color: #ccc;
}

#containerLoggedInPage {
    margin-top: 30px;
    height: 500px;
}

#topbar {
    margin-top: 1px;
}

#logout {
    margin-left: 4px;
}

#save {
    margin-left: 8px;
}

.unsaved {
    border: solid #fff 1px;
    border-radius: 5px;
    color: #000;
}

.unsaved:hover {
    background-color: #f22;
    color: #fff;
}

#conta button {
    border-radius: 8px;
    border: solid lightgray 2px;
    padding: 10px 30px;
    margin: 8px 15px;
}

#conta {
    text-align: center;
    align-items: center;
}

/*                                 welcome.php */
#lookedat,
#workedon {
    margin: 5px 15px;
}

#exitelvis {
    flex-direction: row;
}

#combo {
    margin-top: 15px;
    background: #ffffff22;
}

#combined {
    margin-top: 15px;
    flex-direction: row;
    flex: 1;
    display: flex;
    background: #ffffff22;
}

#togdet {
    flex: 1;
    flex-direction: row;
    justify-self: center;
    margin-bottom: 10px;
}

#title {
    color: rgba(0, 0, 0, 0.6);
    padding: 4px 11px;
    text-align: center;
    justify-self: center;
    margin: 2px;
    flex: 1;
    font-weight: bold;
}

#amend {
    justify-self: flex-end;
    padding: 2px;
    margin: 2px;
    margin-right: 10px;
}

#message {
    margin-top: 15px;
}

/*                                     newpwrd.php */
#username,
#emailaddress,
#extract {
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

/*                                     popCorn pages.html */
#saving,
#stay,
#leave,
#forget,
#savehere,
#redirect {
    background-color: rgba(0.2, 0.1, 0.2, 0.5);
    color: #ccddcc;
}

.row {
    flex-direction: row;
    display: flex;
    justify-content: center;
}