/* ============= */
/*    globals    */
/* ============= */

html,
body {
    cursor: url('../images/hand.ico'), pointer;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../images/loginBackground2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(255, 119, 0);
    top: 550px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

/*/////////////////////////////////////////////////////////*/
/*///                   LOGIN FORM                     ////*/
/*/////////////////////////////////////////////////////////*/

#loginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-image: url('../images/InlogPapyrus.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px;
    width: 670px;
    height: 600px;
    bottom: 10px;
    cursor: url('../images/hand.ico'), pointer;
    z-index: 0;
}

#loginFailText {
    position: relative;
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
}

#accessDeniedBox {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    z-index: 2;
}

#accessDenied {
    width: 200px;
    height: 30px;
}

#usernameBox,
#passwordBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    padding: 30px;
    border-color: transparent;
    border: none;
    cursor: url('../images/hand.ico'), pointer;
}

#usernameBox:checked,
#passwordBox:checked {
    scale: 1.1;
}

#usernameBox:focus,
#passwordBox:focus {
    outline: none;
    scale: 1.1;
}

#usernameInput,
#passwordInput {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 20px;
    width: 350px;
    height: 100px;
    padding: 5px;
    border-style: none;
    border-color: transparent;
    background: transparent;
    background-image: url('../images/loginNamePlate.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: url('../images/hand.ico'), pointer;
}

#usernameInput::placeholder,
#passwordInput::placeholder {
    position: relative;
    top: -3px;
    color: white;
}

#usernameInput:hover,
#passwordInput:hover {
    scale: 1.1;
}

#usernameInput:focus,
#passwordInput:focus {
    outline: none;
    scale: 1.1;
}

#usernameInput:checked,
#passwordInput:checked {
    outline: none;
    scale: 1.1;
}

#submitBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 510px;
    height: 80px;
    top: 10px;
    right: 5px;
    cursor: url('../images/hand.ico'), pointer;
}

#submitNewUser {
    background-image: url('../images/loginButtonRight.png');
    position: relative;
    outline: none;
}

#submitLogin {
    background-image: url('../images/loginButtonLeft.png');
    outline: none;
}

#submitNewUser,
#submitLogin {
    text-align: center;
    color: white;
    font-size: 13px;
    width: 110px;
    height: 80px;
    border-color: transparent;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: url('../images/hand.ico'), pointer;
}

#submitLogin:hover,
#submitNewUser:hover {
    scale: 1.1;
}

#submitLogin:focus,
#submitNewUser:focus {
    scale: 1.1;
}


#submitLogin:active,
#submitNewUser:active {
    scale: 1.1;
}

/*/////////////////////////////////////////////////////////*/
/*///                NEW USER FORM                     ////*/
/*/////////////////////////////////////////////////////////*/

#newUserForm {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    position: relative;
    background-image: url('../images/newUser.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px;
    width: 700px;
    height: 600px;
    cursor: url('../images/hand.ico'), pointer;
}

#newUserContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 550px;
    position: relative;
    top: 35px;
    max-height: 330px;
}

#sealContainer {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

#newCredoContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0px;
    padding-right: 20px;
}

#credoSealContainer,
#newUserPassbloodContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    width: 200px;
    max-height: 330px;
}

#newUsernameBox,
#newPasswordBox,
#newBloodTypeBox {
    padding-left: 20px;
}

#newUsernameBox,
#newPasswordBox,
#newBloodTypeBox,
#newCredoBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 150px;
    margin: 0px;
    border-color: transparent;
    border: none;
    cursor: url('../images/hand.ico'), pointer;
}

#newUsernameInput,
#newPasswordInput,
#newBloodTypeInput,
#newCredoInput {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: red;
    font-size: 18px;
    width: 200px;
    height: 25px;
    padding: 5px;
    border-style: none;
    border-color: transparent;
    background: transparent;
    cursor: url('../images/hand.ico'), pointer;
    margin: 0px;
}

#newUsernameBanner,
#newPasswordBanner,
#newBloodTypeBanner,
#newCredoBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/newUserBanner.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 75px;
    border-radius: 10px 10px 0 0;
    margin: 0px;
}

#newUsernameInput::placeholder,
#newPasswordInput::placeholder,
#newBloodTypeInput::placeholder,
#newCredoInput::placeholder {
    position: relative;
    top: -3px;
    color: red;
}

#newUsernameInput:hover,
#newPasswordInput:hover,
#newBloodTypeInput:hover,
#newCredoInput:hover {
    scale: 1.1;
}

#newUsernameInput:focus,
#newPasswordInput:focus,
#newBloodTypeInput:focus,
#newCredoInput:focus {
    outline: none;
    scale: 1.1;
}

#newUsernameInput:checked,
#newPasswordInput:checked,
#newBloodTypeInput:checked,
#newCredoInput:checked {
    outline: none;
    scale: 1.1;
}

#newCredoInput {
    resize: vertical;
}

#addNewUser {
    background-image: url('../images/sealYourSoul.png');
    position: relative;
    right: 5px;
    z-index: 1;
}

#addNewUser:hover {
    cursor: url('../images/hand.ico'), pointer;
}

#sealYourSoul {
    position: relative;
    text-align: center;
    font-size: 15px;
    color: bisque;
    top: 30px;
    left: 66px;
    z-index: 2;
    height: 45px;
    width: 45px;
}

#addNewUser {
    position: relative;
    top: 20px;
    text-align: center;
    color: white;
    font-size: 13px;
    width: 100px;
    height: 100px;
    border-color: transparent;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

#addNewUser:hover {
    scale: 1.1;
}

#fillAllFields {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    background-color: black;
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    border: 2px ridge red;
    border-radius: 25px;
}

#fillAllFields:hover {
    scale: 1.1;
}

#goBack {
    cursor: url('../images/hand.ico'), pointer;
}
