.admin-form,#loginForm{flex-direction:column;display:flex}.form-title-wrapper,.username-wrapper{margin:1rem 0}.form-title-wrapper label,.form-body-wrapper textarea,.username-wrapper input,.password-wrapper input,#contactForm label{flex-direction:column;display:flex}.form-title-wrapper input,#username,#password,#contactForm input{background-color:var(--darkGrey);border:1px solid var(--permBlack);height:45px;color:var(--white);border-radius:5px;margin-top:.25rem;padding:0 1rem;font-size:1rem}.form-body-wrapper textarea,#contactForm textarea{resize:none;background-color:var(--darkGrey);border:1px solid var(--permBlack);width:100%;max-width:100%;min-height:325px;color:var(--white);border-radius:5px;margin-top:.25rem;padding:.75rem;font-family:inherit;font-size:1rem}.form-title-wrapper input:hover,.form-body-wrapper textarea:hover,#contactForm textarea:hover,#contactForm input:hover{border-color:var(--theme)}.form-title-wrapper input:focus,.form-body-wrapper textarea:focus,#contactForm textarea:focus,#contactForm input:focus{outline:solid 2px var(--theme)}.form-submit,.login-button,.contact-button{background-color:var(--theme);border:1px solid var(--theme);width:125px;height:45px;color:var(--permWhite);cursor:pointer;text-transform:uppercase;border-radius:5px;margin:1rem 0;transition:all .3s;box-shadow:0 0 10px 1px #0000}.form-submit:hover,.login-button:hover,.contact-button:hover{box-shadow:0 0 10px 1px #00000059}
.notification-wrapper{border-radius:10px;padding:1rem}.notification-wrapper.success{background-color:#e2f5e5;border:2px solid green}.notification-wrapper.failed{background-color:#f5e2e2;border:2px solid red}.notification-wrapper.warning{background-color:#f5f2e2;border:2px solid #8a7300}.notification-title{font-weight:700}.notification-wrapper.success .notification-title{color:green}.notification-wrapper.failed .notification-title{color:red}.notification-wrapper.warning .notification-title{color:#8a7300}.notification-title i{margin-right:.25rem}.notification-desc{color:var(--permBlack);margin-top:.5rem}
