/*
 ******* Anmelden *******
*/
.signup_errormessage{
	background: #8a070769;
	width: 400px;
}

.anmelden_content{
	width: 70%;
	background: transparent;
	border-radius: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	color: transparent;	
}
.anmelden_box{
	background: #2a2629;
	width: 400px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: 0 0 50px #0b0b0b;
	border-radius: 10px;
}
.anmelden_titel {
	position: relative;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;	  
}
.anmelden_titel a {
	background: transparent;
	color: white;
	text-decoration: none;
	font-size: 25px;
	text-transform: Arial;
	font-weight: 600;	
}
.anmelden_linie {
	margin-top: 20px;
	width: 400px;
	color: #393939;
	height: 1px;
	border-bottom: 1px solid #e4e4e4;	
}
.anmelden_form input[type="text"],.anmelden_form input[type="email"],.anmelden_form input[type="password"]{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 300px;
	background-color: #18171a;
	color: white;
    border: 0;
	font-size: 20px;
	text-transform: Arial;
	font-weight: 600;
    text-align: center;
}
.anmelden_form input[type="text"]:focus,.anmelden_form input[type="email"]:focus,.anmelden_form input[type="password"]:focus{
    border: none;
    border-radius: 2pt;
    box-shadow: 0 0 0 1pt green;
    outline: none;
    transition: .1s;
}
.anmelden_form input[type="submit"]{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 200px;
	background-color: #18171a;
	color: white;
    border: 0;
	font-size: 20px;
	text-transform: Arial;
	font-weight: 600;
    text-align: center;
}
.anmelden_form input[type="submit"]:hover{
    border: none;
    border-radius: 2pt;
    box-shadow: 0 0 0 1pt green;
    outline: none;
    transition: .1s;
}
.anmelden_button_box{
	margin-top: 30px;
}
.anmelden_button{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	height: 30px;
	width: 250px;
	background-color: #18171a;
    border: 0;
	font-size: 15px;
	text-transform: Arial;
	font-weight: 600;
    text-align: center;
}
.anmelden_button:hover{
    border: none;
    border-radius: 2pt;
    box-shadow: 0 0 0 1pt red;
    outline: none;
    transition: .1s;
}