/* define variables for the primary colors */
/* use the variables */
/* line 10, ../../scss/style.scss */
:root {
  box-sizing: border-box;
}

/* line 14, ../../scss/style.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 23, ../../scss/style.scss */
body {
  font-family: courier;
  background-color: #000000;
  position: relative;
  display: block;
  margin: 10px;
}

/* line 31, ../../scss/style.scss */
p, h1, h2, h3, ul, li {
  color: #ffffff;
  text-align: center;
}

/* line 36, ../../scss/style.scss */
p, li {
  font-size: 16px;
}

/* line 40, ../../scss/style.scss */
ul {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* line 47, ../../scss/style.scss */
td {
  color: #ffffff;
}

/* line 51, ../../scss/style.scss */
a {
  color: #38aedd;
}

/* line 55, ../../scss/style.scss */
table, th, td {
  border: None;
}

/* line 59, ../../scss/style.scss */
table {
  margin-left: auto;
  margin-right: auto;
}

/* line 64, ../../scss/style.scss */
form {
  text-align: center;
}

/* line 69, ../../scss/style.scss */
input, table {
  width: 80%;
  height: 50px;
}

/* line 76, ../../scss/style.scss */
input {
  padding-left: 15px;
  padding-right: 30px;
}

/* line 81, ../../scss/style.scss */
table {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding-left: 0px;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 92, ../../scss/style.scss */
#login_button {
  width: 80%;
  background-color: #38aedd;
}

/* line 98, ../../scss/style.scss */
#post_button {
  width: 10%;
  float: right;
  margin-right: 20%;
  color: #000000;
  height: 30px;
  background-color: #38aedd;
}

/* line 107, ../../scss/style.scss */
td:first-child {
  width: 30%;
  text-align: right;
}

/* line 112, ../../scss/style.scss */
td:first-child + td {
  width: 70%;
}

/* line 116, ../../scss/style.scss */
input {
  margin-bottom: 5px;
  appearance: none;
  -webkit-appearance: none !important;
  border: white;
  font-size: 16px;
  color: black;
}

/* line 125, ../../scss/style.scss */
input::placeholder {
  color: #837b7b;
  font-size: 16px;
}

/* line 130, ../../scss/style.scss */
input[type="text"] {
  color: black;
}

/* line 134, ../../scss/style.scss */
input[type="password"] {
  color: black;
}

/* line 138, ../../scss/style.scss */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none !important;
  color: white;
  background-color: #38aedd;
  font-size: 16px;
}

/* line 147, ../../scss/style.scss */
.start_section {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 152, ../../scss/style.scss */
#logout_button {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: white;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  float: right;
  margin-right: 20%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 171, ../../scss/style.scss */
  ul {
    width: 80%;
  }

  /* line 175, ../../scss/style.scss */
  #post_box {
    width: 100%;
    height: 120px;
    font-size: 16px;
    padding: 10px;
  }

  /* line 182, ../../scss/style.scss */
  #post_button {
    width: 120px;
    float: right;
    margin-right: 0%;
    margin-top: 5px;
    color: #ffffff;
    height: 30px;
    background-color: #38aedd;
  }

  /* line 193, ../../scss/style.scss */
  #logout_button {
    margin-right: 0%;
  }

  /* line 197, ../../scss/style.scss */
  #login_form {
    width: 100%;
  }

  /* line 201, ../../scss/style.scss */
  table {
    width: 100%;
  }

  /* line 204, ../../scss/style.scss */
  td:first-child {
    width: 10%;
    text-align: right;
  }

  /* line 209, ../../scss/style.scss */
  td:first-child + td {
    width: 90%;
  }

  /* line 213, ../../scss/style.scss */
  input {
    width: 100%;
  }

  /* line 217, ../../scss/style.scss */
  #login_button {
    width: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* line 226, ../../scss/style.scss */
  ul {
    width: 80%;
  }

  /* line 230, ../../scss/style.scss */
  #post_box {
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 10px;
  }

  /* line 237, ../../scss/style.scss */
  #post_button {
    width: 120px;
    float: right;
    margin-top: 5px;
    margin-right: 0%;
    color: #ffffff;
    height: 30px;
    background-color: #38aedd;
  }

  /* line 247, ../../scss/style.scss */
  #logout_button {
    margin-right: 0%;
  }

  /* line 251, ../../scss/style.scss */
  #login_form {
    width: 100%;
  }

  /* line 255, ../../scss/style.scss */
  table {
    width: 100%;
  }

  /* line 258, ../../scss/style.scss */
  td:first-child {
    width: 10%;
    text-align: right;
  }

  /* line 263, ../../scss/style.scss */
  td:first-child + td {
    width: 90%;
  }

  /* line 267, ../../scss/style.scss */
  input {
    width: 100%;
  }

  /* line 271, ../../scss/style.scss */
  #login_button {
    width: 100%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* line 282, ../../scss/style.scss */
  ul {
    width: 40%;
  }

  /* line 286, ../../scss/style.scss */
  #post_box {
    width: 60%;
    height: 100px;
    font-size: 16px;
    padding: 10px;
  }

  /* line 293, ../../scss/style.scss */
  #post_button {
    width: 120px;
    float: right;
    margin-top: 5px;
    margin-right: 20%;
    color: #ffffff;
    height: 30px;
    background-color: #38aedd;
  }

  /* line 303, ../../scss/style.scss */
  p {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 310, ../../scss/style.scss */
  #logout_button {
    margin-right: 20%;
  }

  /* line 315, ../../scss/style.scss */
  #login_form {
    width: 100%;
  }

  /* line 319, ../../scss/style.scss */
  table {
    width: 80%;
  }

  /* line 322, ../../scss/style.scss */
  td:first-child {
    width: 30%;
    text-align: right;
  }

  /* line 327, ../../scss/style.scss */
  td:first-child + td {
    width: 70%;
  }

  /* line 331, ../../scss/style.scss */
  input {
    width: 60%;
  }

  /* line 335, ../../scss/style.scss */
  #login_button {
    width: 60%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
