@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@font-face {
    font-family: 'uni_sansheavy_caps';
    src: url('uni_sans_heavy-webfont.woff2') format('woff2'),
         url('uni_sans_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h1-games {
 font-size: 45px; 
 text-align: center;  
 font-family: Spartan;
}
.h1-title {
/*height: 855px; Box covers some games */
font-family: 'Spartan', sans-serif;
margin: 0px;
}
.poweredby-a {
  color: red;
}
body {
  margin: 0;
  font-family: 'Roboto Condensed',
  sans-serif;
}
.item img {
    border-radius: 3%;
   }
.title {
	background-size: cover;
	margin: 0px;
	font-size: 45px;
	color: white;
	height: 100px;
	background: #18191c;
	/*background-image: url(img/h1background.webp);
	background: linear-gradient(45deg,#636363, #4f3a3a, #751c1c, #636363, #4f3a3a, #751c1c ) no-repeat center center fixed;
	background-size: 600% 600%;*/
	positon: relative;
    /*animation: gradient 30s ease-in-out infinite;*/
}
/*
@keyframes gradient {
    0% {background-position: 0 50%}
	50% {background-position: 100% 50%}
    100% {background-position: 0 50%}
}*/

.title h1 {
	font-size:2.8vw;

}
.item {
  display: grid;
}
div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 188px;
    margin-bottom: 30px;
    margin-left: 10px;
    flex: 1 1 auto;
    margin-right: 5px;
    margin-left: 5px;

}
.item img {
    width: 188px;
    height: 188px;
}
.caption {
    display: block;
} 
.dark-mode {
       background-color: #000000;
        color: white;
      }
a {
  color: #008037;
      }  
.dmbutton button{
height: 50px;
width: 300px;
background-image: linear-gradient(to bottom right, #0fcf62, #163fd4);
font-family: 'Spartan',
sans-serif;
margin-top: 15px;
color: black;
}
.contact {
  font-family: spartan;
  font-size: 60px;
}

div.total{
	text-align: center;
}
div.total p{
	max-width: none;
	font-size: 30px;
}


.nav-button{
    width: 600px;
    font-size: 2vw;
    margin-top: 10px;
    height: 7vh;
    line-height: 0;
}

.nav-button1{
    font-size: 1.25rem;
    font-family: var(--font_interactive);
    font-weight: 500;
    line-height: 1.3;
    margin: 12px;
    max-width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


ins.adsbygoogle[data-ad-status="unfilled"] {
   display: none !important;
}




#block_container
{
    text-align: center;
}
.inline-container, .inline-container
{
    display: inline-block;
}




@layer properties {
  @property --inner-glow-1 {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --inner-glow-2 {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --inner-glow-opacity {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --inner-glow-size {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --btn-shadow-offset {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --btn-scale {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --btn-ts-y {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
  @property --btn-after-opacity {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --color-1: 0;
  /* later calc() in degrees */
  --color-2: 222;
  /* later calc() in degrees */
  --bg-color: hsl(0deg 0% 11%);
  --outer-btn-color: hsl(274deg 5% 9%);
  --inner-btn-bg-start: hsl(calc(var(--color-1)*1deg) 100% 51%);
  --inner-btn-bg-end: hsl(calc(var(--color-2)*1deg) 99% 58%);
  --inner-glow-1: 100;
  --inner-glow-2: 100;
  --inner-glow-opacity: 10;
  --inner-glow-size: 30;
  --btn-shadow-offset: 0;
  --btn-scale: 1;
  --btn-ts-y: 0;
  --btn-inner-white-shadow: 70;
  --btn-after-opacity: 0;
  --btn-border-radius: 14;
  --cubic-bezier: cubic-bezier(0.6, -1.2, 0.2, 2.2);
}


body {
  font-family: "Mona Sans", sans-serif;
  display: grid;
  place-items: center;
  background: var(--bg-color);
}

.button-container {
  border-radius: 12px;
  background: radial-gradient(ellipse at center bottom, hsla(calc(var(--color-1)*1deg) 99% calc(var(--inner-glow-1) * 1%)/calc(var(--inner-glow-opacity) * 1%)), hsla(calc(var(--color-2)*1deg) 99% calc(var(--inner-glow-2) * 1%)/calc(var(--inner-glow-opacity) * 1%)) calc(var(--inner-glow-size)*1%), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  position: relative;
  z-index: 2;
  transition: --inner-glow-1 0.3s ease, --inner-glow-2 0.3s ease, --inner-glow-opacity 0.3s ease, --inner-glow-size 0.3s ease, --btn-shadow-offset 0.3s var(--cubic-bezier), --btn-ts-y 0.3s var(--cubic-bezier);
    width: 300px
}
.button-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--outer-btn-color);
  border-radius: calc(calc(var(--btn-border-radius)*1px)/1.30);
  z-index: -1;
}
.button-container button {
  position: relative;
  z-index: 2;
  all: unset;
  cursor: pointer;
  padding: 1em 3em;
  color: white;
  border-radius: calc(var(--btn-border-radius)*1px);
  transform: scale(var(--btn-scale)) translateY(calc(var(--btn-ts-y) * -1px));
  box-shadow: inset 0 0 2px rgba(255 255 255/calc(var(--btn-inner-white-shadow) * 1%)), 0 2px 6px -2px rgba(0, 0, 0, 0.45), 0 calc(var(--btn-shadow-offset) * 1px) calc(calc(var(--btn-shadow-offset)*1.5) * 1px) -10px var(--inner-btn-bg-start);
  transition: --btn-scale var(--cubic-bezier) 0.3s;
    width: 175px
}
.button-container button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(rgb(255 255 255/calc(var(--btn-after-opacity)*1%)), rgba(255, 255, 255, 0));
  border-radius: calc(var(--btn-border-radius)*1px);
  transition: --btn-after-opacity 0.2s ease;
}
.button-container button:hover {
  --btn-scale: 1.01;
}
.button-container button:hover:active {
  --btn-scale: 1;
  --btn-shadow-offset: 16;
  transition: --btn-shadow-offset var(--cubic-bezier) 0.3s, --btn-scale var(--cubic-bezier) 0.3s;
}
.button-container:has(button:hover) {
  --inner-glow-1: 78;
  --inner-glow-2: 58;
  --inner-glow-opacity: 100;
  --btn-shadow-offset: 22;
  --btn-ts-y: 2;
  --btn-inner-white-shadow: 90;
  --btn-after-opacity: 25;
}
.button-container:has(button:active) {
  --inner-glow-size: 10;
}







.photon-toolbartitle a:hover, .nav-button1 a:hover{
    opacity: 0.7;
}







/* Some Custom Styles 
--------------------------- */

body {
    font-family: "Inter", sans-serif;
    text-align: center;
    line-height: 1.4;
}

h1 {
    font-weight: 600;
    margin-top: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

p {
    max-width: 420px;
}

a {
    color: #333;
}

/* Light Mode Button Styles
--------------------------- */

.light-mode-button {
    background: 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    width: 100px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
}

.light-mode-button:focus {
    outline: none; /* Not ideal for accessibility */
}

.light-mode-button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background-color: #d6d7db;
    box-shadow: inset 1px 1px 3px 0 rgb(0 0 0 / 40%);
    transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
    transition: 0.3s;
}

/* Light & Dark Mode Styles
		--------------------------- */

body {
    background-color: #f6f6f6;
    transition: background-color 0.3s;
}

body[data-light-mode="dark"] {
    background-color: #2f3136;
    color: #ced4e2;
}

body[data-light-mode="dark"] .light-mode-button span:nth-child(1) {
    background-color: #ced4e2;
    color: #141516;
}

body[data-light-mode="dark"] .light-mode-button span:nth-child(2) {
    left: 65px;
    background-color: #141516;
}

body[data-light-mode="dark"] a {
    color: #ced4e2;
}








.card-title{
	width: 96%;
	margin-left: 2%;
	height: 50px;
	margin-top: 10px; 
	font-weight: 600;
	font-size: 35px;
	font-family: "uni_sansheavy_caps"
}

.card h1 {
  white-space:nowrap;
  max-width:15em;
  overflow:hidden;
}


body.hidden > *:not(.gamewindow) {
  display: none;
}













.badge {
	background: #4dd0e1;
    color: #2f3136;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18.5px;
    font-family: 'Roboto', sans-serif;
}





























#searchbar{

     padding:15px;
     border-radius: 10px;
   }
 
   input[type=text] {
      width: 50%;
      -webkit-transition: width 0.15s ease-in-out;
      transition: width 0.15s ease-in-out;
   }
 
   /* When the input field gets focus,
        change its width to 100% */
   input[type=text]:focus {
     width: 70%;
   }
 
  #list{
    font-size:  1.5em;
    margin-left: 90px;
   }



















@keyframes animate1 {
    0% {
        transform: translate(0, 0) 

          rotateX(0deg) 
          rotateY(0deg);
    }
    100% {
        transform: translate(0, 0)

          rotateX(-180deg)
          rotateY(0deg);
    }
}
@keyframes animate2 {
    0% {
        transform: translate(0, 0) 

          rotateX(-180deg) 
          rotateY(0deg);
    }
    100% {
        transform: translate(0, 0)

          rotateX(0deg)
          rotateY(0deg);
    }
}



.arrow-flip1 {
    animation: animate1 0.5s linear infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.arrow-flip2 {
    animation: animate2 0.5s linear infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.arrow-flipped{
    transform: rotate(180deg)
}

.fade-in {
  animation: fadeInText 500ms 0ms forwards;
}
.fade-out {
  animation: fadeOutText 500ms 0ms forwards;
}

@keyframes fadeInText {
  from {
    transform: translateY(-30px);
    opacity: 0;
  } to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutText {
  from {
    transform: translateY(0);
    opacity: 1;
  } to {
    transform: translateY(-30px);
    opacity: 0;
  }
}






























.photon-toolbar {
    width: 100%;
    display: flex;
    z-index: 1100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    height: 64px;
    padding: 4px 12px;
    position: fixed;
    left: 0;
    top: 0;
    background: #18191c;
    color: #fff;
    transition: none var(--animation_speed_fast) var(--animation_curve);
    transition-property: box-shadow;
}
.material-icons.waves-effect.waves-ink {
    overflow: visible!important;
    font-size: 24px;
}
.photon-toolbar i.material-icons {
    padding: 12px;
    margin: 4px -4px;
    border-radius: 50%;
    position: relative;
}
.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    user-select: none;
    vertical-align: middle;
}
.photon-toolbar .photon-toolbartitle {
    font-size: 1.25rem;
    font-family: var(--font_interactive);
    font-weight: 500;
    line-height: 1.6;
    margin: 12px;
    max-width: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
@media (max-width: 720px){
	.nav-button {
		display: none!important;
	}
}
.nav-button {
    position: absolute;
    height: 48px;
    top: 0;
    margin: 8px 0;
    border-radius: 4px;
    right: 11px;
    background: #18191c;
}
.nav-button .photon-input {
    margin: -2px 0 0;
    overflow: hidden;
    width: calc(100% - 2px);
}
.photon-input.variant-filled input {
    border-bottom: 1px solid var(--palette_divider);
    border-bottom-color: var(--palette_divider)!important;
}
.photon-input.variant-filled input {
    border-radius: var(--shape);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--palette_body_hover);
    padding: 24px 16px 8px;
}
.nav-button .photon-input input {
    margin-top: 0;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    border-bottom: none;
    border-radius: 4px;
    width: calc(100% - 67px);
    padding-left: 52px!important;
}
.photon-input.variant-filled input {
    border-bottom: 1px solid var(--palette_divider);
    border-bottom-color: var(--palette_divider)!important;
}
.photon-input.variant-filled input {
    border-radius: var(--shape);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--palette_body_hover);
    padding: 24px 16px 8px;
}
.photon-input input {
    margin-top: 30px;
    padding: 8px 0;
    border: none;
    background: transparent;
    transition: none var(--animation_speed_fast) var(--animation_curve);
    transition-property: border-color,border-size;
    min-width: 100px;
}
.photon-input input, .photon-input label {
    display: block;
    color: var(--palette_body_body);
    font-family: var(--font_body);
    font-size: 1rem;
}
.photon-input span.suffix.prefix, .photon-input span.prefix.prefix {
    right: auto;
    left: 0;
}
.photon-input span.suffix.prefix, .photon-input span.prefix.prefix {
    right: auto;
    left: 0;
}
.nav-button .photon-input .prefix {
    font-family: Material Icons;
    font-size: 24px;
    transform: translate(2px,-2px);
}
.photon-input span.suffix, .photon-input span.prefix {
    position: absolute;
    right: 0;
    color: var(--palette_body_subtitle);
    margin-top: -35px;
    font-size: 1rem;
    font-family: var(--font_body);
    pointer-events: none;
    padding: 0 16px;
}
.photon-input.variant-filled input:placeholder-shown~label, .photon-input.variant-filled input.contains-content~label, .photon-input.variant-filled input:focus~label {
    transform: translateY(-50px) scale(.75)!important;
}
.photon-input.variant-filled input:placeholder-shown~label, .photon-input.variant-filled input.contains-content~label, .photon-input.variant-filled input:focus~label {
    transform: translateY(-50px) scale(.75)!important;
}
.photon-input.variant-filled label {
    transform: translateY(-35px);
    margin: 0 16px;
    transition: none var(--animation_speed_fast) var(--animation_curve);
    transition-property: transform,color;
    transform-origin: bottom left;
    pointer-events: none;
    color: var(--palette_body_subtitle);
}
.photon-input.variant-filled label {
    transform: translateY(-35px);
    margin: 0 16px;
    transition: none var(--animation_speed_fast) var(--animation_curve);
    transition-property: transform,color;
    transform-origin: bottom left;
    pointer-events: none;
    color: var(--palette_body_subtitle);
}
.photon-input input, .photon-input label {
    display: block;
    color: var(--palette_body_body);
    font-family: var(--font_body);
    font-size: 1rem;
}
.photon-input.variant-filled .bar.transitioning {
    transition-property: width,left,opacity,background;
}
.photon-input.variant-filled .bar.transitioning {
    transition-property: width,left,opacity,background;
}
.photon-input.variant-filled .bar {
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
    background: var(--palette_body_body);
    margin-top: -20px;
    transition: background var(--animation_speed_fast) var(--animation_curve);
}
.photon-toolbar .photon-toolbaractions {
    pointer-events: none;
}
.photon-toolbar .photon-toolbaractions .btn, .photon-toolbar .photon-toolbaractions i.material-icons {
    margin-right: 0;
}
.photon-toolbar .photon-toolbaractions i.material-icons {
    margin: 8px;
}
.material-icons.waves-effect.waves-ink {
    overflow: visible!important;
    font-size: 24px;
}
.material-icons.waves-effect.waves-ink {
    overflow: visible!important;
    font-size: 24px;
}
.photon-toolbar i.material-icons {
    padding: 12px;
    margin: 4px -4px;
    border-radius: 50%;
    position: relative;
}
.photon-toolbar .photon-toolbaractions i {
    pointer-events: all;
}
.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    user-select: none;
    vertical-align: middle;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.photon-toolbar .photon-toolbaractions {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    vertical-align: middle;
    line-height: 64px;
    max-height: 64px;
    font-size: 0;
    padding: 0 8px;
}
.photon-toolbar .photon-toolbaractions {
    pointer-events: none;
}
.photon-toolbar .photon-toolbartitle a {
    color: inherit;
    text-decoration: none;
}
.photon-toolbar i.material-icons+.photon-toolbartitle {
    transform: translateY(-56px);
    margin-left: 52px;
}
.photon-toolbar .photon-toolbartitle {
    font-size: 1.25rem;
    font-family: var(--font_interactive);
    font-weight: 500;
    line-height: 1.6;
    margin: 12px;
    max-width: 10%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}























.bubbly-button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
  padding: 0.3em 0.8em;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FF0037;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #e60074;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}








/* The alert message box */
.alert {
  padding: 10px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
	font-size: 25px
}

.alert.danger {background-color: #f44336;}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

















.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.overlay.visible {
  opacity: 1;
  visibility: visible;
}

.main-popup {
  position: fixed;
  left: 0;
  top: 30px;
  margin: 0;
  width: 100%;
  height: 450px;
  background-color: #e7e7f6;
  border-radius: 5px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all .5s ease;
  /*overflow: hidden;*/
}

.main-popup.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
  transition: all .5s ease;
}

@media (min-width: 500px) {
  .main-popup {
    width: 500px;
    left: 50%;
    margin: 0 0 0 -250px;
  }
}

.popup-header {
  position: relative;
  padding: 0;
  margin: 0;
  height: 62px;
  width: 100%;
}

#popup-close-button a {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 22px;
  height: 22px;
}

#popup-close-button a::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-close-button a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-header ul {
  margin: 0;
  padding: 0;
}

.popup-header ul li {
  text-align: center;
  list-style: none;
  width: 50%;
  float: left;
}

.popup-header ul li a {
  display: block;
  padding: 20px 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.2em;
}

#sign-in {
  background-color: #ceaee8;
  color: #fff;
  border-radius: 5px 0 0 0;
}

#sign-in.active {
  color: #ceaee8;
  background-color: transparent;
}

#register {
  background-color: #ceaee8;
  color: #fff;
  border-radius: 0 5px 0 0;
}

#register.active {
  color: #ceaee8;
  background-color: transparent;
}

.popup-content {
  height: 400px;
  overflow: hidden;
}

form.sign-in {
  position: relative; 
  top: 40px;
  left: 0;
  font-size: 1em;
  opacity: 1;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

form.sign-in.move-left {
  opacity: 0;
  transform: translateX(-450px);
}

form label {
  font-size: 1.1em;
  color: #ceaee8;
  margin-left: 23px;
}

form.sign-in input {
  border-radius: 5px;
  width: 90%;
  height: 40px;
  margin: 5px 5% 30px 5%;
  padding: 10px;
  font-size: 1em;
  color: #ceaee8;
  outline: none;
  border: none;
}

input#submit {
  background-color: #ceaee8;
  color: #fff;
  height: 50px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 25px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  font-size: 1em;
  border: none;
}

form.register {
  position: relative; 
  top: -280px;
  left: 0;
  font-size: 1em;
  opacity: 0;
  transform: translateX(450px);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

form.register.move-left {
  opacity: 1;
  transform: translateX(0);
}

form.register input {
  border-radius: 5px;
  width: 90%;
  height: 40px;
  margin: 5px 5% 15px 5%;
  padding: 10px;
  font-size: 1em;
  color: #ceaee8;
  outline: none;
  border: none;
}

p.check-mark {
  position: relative;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  padding: 0;
  text-align: center;
  color: #ceaee8;
  font-size: .8em;
}

p.check-mark a {
  color: #a48bb9;
}

p.check-mark input {
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 2em;
  color: #ceaee8;
  outline: none;
  border: none;
}

p.check-mark label {
  margin-left: 5px;
}