@font-face {
	font-family: 'SpartanMB';
	src: url('./SpartanMB-Bold.otf');
	src:
		local('SpartanMB'),
		local('SpartanMB'),
		url('./SpartanMB-Bold.otf')
		format('opentype');
}

/*Hier wird der Text Box Style formatiert*/

input {
  color: white;
  border-style: none;
  outline: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  padding: 0 15px;
  margin: 0 auto;
  background-image: radial-gradient(circle at 0% 0%, #706AFE, 51%, #8a6afe);
  background-color: #f9f9f9;
  margin: 0;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  background-color: #4783EB;
  font-family: "SpartanMB", Serif;
}

#anmeldefenster{
  margin: 15px;
  margin-bottom: 12%;
  text-align: center;
  color: #4783EB;
  font-size: 35px;
  margin: auto;
  width: 45%;
  height: 45%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 2px 20px -12px rgba(0,0,0,0.75);
  padding: 5%;
  font-family: "SpartanMB", Serif;
}
input.passwortfeld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 88%;
  border-radius: 10px;
  padding: 3%;
  margin: 0 auto;
  font-size: 39px;
  line-height: 2.4rem;
  border: 4px solid #414141;
  transition: .3s;
  background-color: #706AFE;
  background-image: radial-gradient(circle at 0% 0%, #706AFE, 51%, #7e69fe);
  border: solid 4px white;
  box-shadow: 0px 2px 5px #8c8c8c;
}
input.passwortfeld:focus{
  box-shadow: 0px 2px 20px -8px rgba(0,0,0,0.75);
  transition: .3s;
}

.submitpassword {
	outline: none;
  cursor: pointer;
  width: 120px;
  height: 50px;
  background-color: #706AFE;
  background-image: radial-gradient(circle at 0% 0%, #706AFE, 51%, #7e69fe);
  z-index: 1;
  border-radius: 5px;
  border: solid 2px white;
  box-shadow: 0px 2px 5px #8c8c8c;
  font-family: "SpartanMB", Serif;
  color: white;
  padding: 0;
  margin: 15%;
	font-size: 17px;
}

button.home:active {
    transform: translateY(1px);
}
