body,
html {
  margin: 0px;
  padding: 0px; }

html {
  background: url(/static/images/sky-bg-fullhd-kraken.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #464646;
  font-family: "Open Sans", Vardana, Arial;
  color: white;
  text-shadow: 8px 8px 8px black; }

.cc-banner {
  text-shadow: none; }

header {
  display: block;
  height: 100px;
  padding: 0 20px 0 20px; }

a {
  text-decoration: none;
  color: white; }

a:hover {
  cursor: pointer; }

header {
  font-family: lumos; }

/* Underline From Left */
header a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

header a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

header a:hover:before,
header a:focus:before,
header a:active:before {
  right: 0; }

header a:hover hover a {
  border: 1px solid red; }

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  float: right; }

ul.menu li {
  float: left; }

ul.menu li,
.logo a {
  font-size: 40px; }

ul.menu li:before {
  content: "$";
  padding: 0 10px 0 10px;
  font-size: 25px; }

.logo {
  position: absolute;
  margin-top: 10px;
  cursor: pointer;
  width: 250px;
  max-width: 50vw; }

.logo img {
  width: auto;
  height: auto;
  max-width: 100%; }

.foots {
  background-color: red;
  overflow: hidden;
  zoom: 1; }

#content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 5px; }

.title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .title h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
    font-family: lumos;
    color: white;
    text-shadow: 8px 8px 8px black;
    text-transform: uppercase;
    font-weight: normal; }

.register {
  text-align: center; }

.register_link {
  font-size: 35px;
  font-family: lumos;
  color: white;
  text-shadow: 8px 8px 8px black;
  text-transform: uppercase; }

.screens {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around; }

.mask {
  width: 100%;
  height: 100%;
  background-color: grey;
  opacity: 0.3; }

.screens li {
  width: 200px;
  height: 170px;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 1s;
  /* For Safari 3.1 to 6.0 */
  transition: 1s; }

.screens li:hover {
  cursor: pointer;
  width: 350px;
  height: 300px;
  -webkit-transition: 1s;
  /* For Safari 3.1 to 6.0 */
  transition: 1s; }

.screens li:hover .mask {
  display: none; }

.screens .screen_1 {
  background-image: url(/static/images/screen_1.jpg); }

.screens .screen_2 {
  background-image: url(/static/images/screen_2.jpg); }

.screens .screen_3 {
  background-image: url(/static/images/screen_3.jpg); }

.center {
  margin: 0 auto; }

label {
  display: inline-block;
  width: 200px;
  text-align: left; }

input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-bottom: 1px solid white;
  color: white;
  height: 20px;
  font-size: 15px;
  padding-left: 5px; }

input:focus,
input:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline: none; }

#modal_center {
  position: absolute;
  left: 50%;
  top: 0; }

.register_form {
  text-align: center;
  padding-bottom: 10px; }
  .register_form div {
    margin-top: 10px; }

#modal {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  padding: 30px;
  font-size: 20px;
  display: none; }

#modal .close {
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px; }

#modal .close:hover {
  cursor: pointer; }

.alert {
  color: white;
  position: relative !important;
  padding: 2px;
  padding-left: 5px;
  margin-bottom: 5px !important;
  border: 1px solid transparent !important;
  border-radius: 2px !important;
  font-size: 17px;
  width: 70%;
  display: inline-block;
  text-shadow: none;
  text-align: left; }
  .alert.danger {
    background-color: #f44336; }
  .alert.warning {
    background-color: #ff9800; }
  .alert.success {
    background-color: #4caf50; }

@media (max-width: 850px) {
  .no-mobile {
    display: none; }
  #content {
    width: 80%; } }

.button {
  width: 120px;
  padding: 0;
  margin: 10px 20px 10px 0;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
  border: 0px;
  cursor: pointer; }

.btnBlueGreen {
  background: #1e9364; }

.btnFade.btnBlueGreen:hover {
  background: #21825b; }

/* menu */
@media (max-width: 850px) {
  div.border-menu {
    display: block; }
  header .logo a {
    font-size: 30px; }
  header ul.menu {
    display: none; }
  header.open ul.menu {
    display: block;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
  header.open ul.menu li {
    display: block;
    float: none; } }

.border-menu {
  display: none;
  position: relative;
  padding-left: 50px; }

.border-menu:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 5px;
  border-top: 15px double white;
  border-bottom: 5px solid white; }

.social-login {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px; }
  .social-login div {
    margin-top: unset; }

.facebook-login-button {
  width: 220px;
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  background: #1877f2;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600; }

.facebook-login-button:hover {
  background: #166fe5; }

.discord-login-button {
  width: 220px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #5865f2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none; }

.discord-login-button:hover {
  background: #4752c4;
  color: #fff; }

@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: "lumos";
  src: url("/static/fonts/lumos.eot");
  src: local("\263A"), url("/static/fonts/lumos.woff") format("woff"), url("/static/fonts/lumos.ttf") format("truetype"), url("/static/fonts/lumos.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "harryp";
  src: url("/static/fonts/harryp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

