/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #435165;
  	margin: 0;
}
.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 10px auto;
}
.register h1, h2 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.spiggfisher {
             width:100%;
             max-width:100%;
}

$accentColor: #aaaaff;

html, body {
	height: 100%;
}

body {
	display: grid;
	place-items: center;
	font: 400 100%/1.5 sans-serif;
}

.section {
	max-width: 25rem;
	margin: 2rem;

	&__title {
		font-size: 2rem;
		margin-bottom: 0.5em;
	}

	&__text {
		font-size: 1.15rem;
	}

	// Fist way - background befind the section
	// Pretty safe
	&--background {
		position: relative;
		background: white;
		padding: 2rem 1rem;

		&::before {
			content: "";
			position: absolute;
			top: -1rem;
			left: -1rem;
			display: block;
			background-color: #ffffff;
			background-image: linear-gradient(45deg, transparent 49%,
				$accentColor 50%, transparent 51%);
			background-size: 5px 5px;
			right: -1rem;
			bottom: -1rem;
			z-index: -1;
		}
	}

	
	// Using border image and repeating gradient
	&--border {
		padding: 2rem 1rem;
		border: 1rem solid $accentColor;
		border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, $accentColor 6px, $accentColor 15px, transparent 16px, transparent 20px) 20/1rem;
	}
}

/* Poput text */
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'
html, body { 
  font-family: 'Roboto Mono', monospace;
  background: #212121;
  height: 100%;
}
.container1 {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text { 
  font-weight: 100;
  font-size: 45px;
  font-weight:bold;
  color: #FFFFFF;
}
.dud {
  color: #ffffff;
  }