@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

@keyframes slideInFromTop {
  from {
    top: -20%; }
  to {
    top: 50%; } }

@keyframes slideOutToBottom {
  from {
    top: 50%; }
  to {
    top: 120%; } }

@keyframes slideOutToRight {
  from {
    left: 50%; }
  to {
    left: 120%; } }

@keyframes slideInFromLeft {
  from {
    left: -20%; }
  to {
    left: 50%; } }

login-box #login-box {
  position: relative;
  width: 100vw;
  height: 100vh; }

login-box form {
  height: auto;
  border: 2px solid black;
  background-color: #1f5593;
  position: absolute;
  padding: 10px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 15px;
  animation-name: slideInFromTop;
  animation-duration: 2s;
  opacity: 1;
  overflow: hidden; }
  login-box form h2 {
    margin: 0px;
    padding-bottom: 15px;
    text-align: center; }
  login-box form input[type="button"] {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }
  login-box form input[type="text"],
  login-box form input[type="password"] {
    margin-left: auto;
    margin-right: auto; }
  login-box form p {
    margin: 5px; }
  login-box form #response {
    font-weight: bold; }
  login-box form #no-account {
    margin-top: 10px; }

@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

body {
  background-color: #333333;
  margin: 0px;
  font-family: ubuntu; }

form {
  width: 300px;
  font-size: 20px;
  box-shadow: 15px 15px 27px rgba(0, 0, 0, 0.73); }

input[type="button"] {
  display: flex;
  width: 130px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  background-color: #2d7ad2;
  border-radius: 5px;
  border: 1px solid black;
  cursor: pointer; }
  input[type="button"]:active {
    background-color: #1b497e; }
  input[type="button"]:hover {
    border: 2px solid #2d7ad2; }
  input[type="button"]:disabled {
    background-color: #0d253f;
    border: 1px solid black;
    cursor: auto; }

input[type="text"],
input[type="password"],
input[type="email"] {
  text-align: center;
  font-size: 1rem;
  width: 290px;
  color: white;
  background-color: #163d69;
  border-radius: 5px;
  border: 1px solid black;
  cursor: pointer; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover {
    border: 1px solid #163d69;
    background-color: #123154; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="email"]:disabled {
    background-color: #09182a;
    border: 1px solid black;
    cursor: auto; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus {
    outline: none;
    background-color: #0d253f;
    cursor: text; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

@keyframes slideInFromTop {
  from {
    top: -20%; }
  to {
    top: 50%; } }

@keyframes slideOutToBottom {
  from {
    top: 50%; }
  to {
    top: 120%; } }

@keyframes slideOutToRight {
  from {
    left: 50%; }
  to {
    left: 120%; } }

@keyframes slideInFromLeft {
  from {
    left: -20%; }
  to {
    left: 50%; } }

signup-box #signup-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0px; }

signup-box form {
  height: auto;
  border: 2px solid black;
  padding: 10px;
  background-color: #1f5593;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-family: Ubuntu;
  border-radius: 15px;
  animation-name: slideInFromTop;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  opacity: 1; }
  signup-box form input[type="button"] {
    margin-left: auto;
    margin-right: auto; }
  signup-box form input[type="text"],
  signup-box form input[type="password"],
  signup-box form input[type="email"] {
    margin-left: auto;
    margin-right: auto; }
  signup-box form #response {
    margin-bottom: 0px;
    margin-top: 5px; }
  signup-box form h2,
  signup-box form h3 {
    margin: 0px;
    padding-bottom: 10px; }

signup-box #signup-confirmation-box form {
  box-shadow: 1.1px 1.1px 28.7px rgba(0, 0, 0, 0.268), 3.1px 3.1px 46.8px rgba(0, 0, 0, 0.301), 7.5px 7.5px 53.8px rgba(0, 0, 0, 0.314), 25px 25px 56px rgba(0, 0, 0, 0.4);
  width: 250px;
  height: auto;
  border: 2px solid black;
  padding: 10px;
  background-color: #1f5593;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-family: Ubuntu;
  font-size: 15px;
  border-radius: 15px;
  animation-name: slideInFromLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  opacity: 1; }
  signup-box #signup-confirmation-box form h2 {
    margin: 0px;
    padding-bottom: 10px;
    text-align: center; }
  signup-box #signup-confirmation-box form p {
    margin-bottom: 10px;
    margin-top: 0px; }
  signup-box #signup-confirmation-box form input[type="button"] {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    margin-left: auto;
    margin-right: auto; }
  signup-box #signup-confirmation-box form input[type="text"],
  signup-box #signup-confirmation-box form input[type="password"] {
    margin-top: 5px;
    width: 240px;
    margin-left: auto;
    margin-right: auto; }

@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

password-recovery-box #form-container {
  position: relative;
  width: 100vw;
  height: 100vh; }
  password-recovery-box #form-container form {
    height: fit-content;
    border: 2px solid black;
    background-color: #1f5593;
    position: absolute;
    padding: 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-family: Ubuntu;
    border-radius: 15px;
    animation-name: slideInFromLeft;
    animation-duration: 1.5s;
    opacity: 1;
    overflow: hidden; }
    password-recovery-box #form-container form h2,
    password-recovery-box #form-container form h3,
    password-recovery-box #form-container form p,
    password-recovery-box #form-container form label {
      margin: 0px;
      margin-bottom: 10px; }
    password-recovery-box #form-container form input[type="button"] {
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px; }
    password-recovery-box #form-container form input[type="text"],
    password-recovery-box #form-container form input[type="password"],
    password-recovery-box #form-container form input[type="email"] {
      margin-left: auto;
      margin-right: auto;
      margin-top: 5px; }

@font-face {
  font-family: ubuntu;
  font-weight: normal;
  src: url(/commons/fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: ubuntu;
  font-weight: bold;
  src: url(/commons/fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: ubuntu;
  font-style: italic;
  src: url(/commons/fonts/Ubuntu-Italic.ttf); }

body {
  color: white; }

a {
  cursor: pointer;
  color: #5795db;
  text-decoration: underline;
  text-decoration-color: #5795db; }
  a:hover {
    color: #2d7ad2;
    text-decoration-color: #2d7ad2; }
  a:active {
    color: #123154;
    text-decoration-color: #123154; }

#delete #form-container {
  position: relative;
  width: 100vw;
  height: 100vh; }
  #delete #form-container form {
    width: 250px;
    height: auto;
    border: 2px solid black;
    padding: 10px;
    background-color: #1f5593;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 15px;
    animation-name: fadeIn;
    animation-duration: 2s;
    opacity: 1; }
    #delete #form-container form h2 {
      margin: 0px;
      padding-bottom: 10px;
      text-align: center; }
    #delete #form-container form div {
      position: relative;
      height: 30px;
      padding: 10px; }
      #delete #form-container form div input[type="button"] {
        width: 100px;
        height: 30px;
        position: absolute; }
      #delete #form-container form div #confirm {
        right: 10px; }

@keyframes slideInFromTop {
  from {
    top: -20%; }
  to {
    top: 50%; } }

@keyframes slideOutToBottom {
  from {
    top: 50%; }
  to {
    top: 120%; } }

@keyframes slideOutToRight {
  from {
    left: 50%; }
  to {
    left: 120%; } }

@keyframes slideInFromLeft {
  from {
    left: -20%; }
  to {
    left: 50%; } }

body {
  overflow: hidden;
  overflow-y: hidden;
  /* Hide vertical scrollbar */
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  background-color: #2a73c5; }

img {
  position: absolute;
  right: 0px;
  opacity: 0.9;
  height: 100%;
  animation-name: blurIn;
  animation-duration: 2s;
  filter: blur(0.5vw); }

@keyframes blurIn {
  from {
    filter: none; }
  to {
    filter: blur(0.5vw); } }
