@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

input:focus {
    outline: none;
}

* {
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-size:14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	display: flex;
	align-items: center;
    justify-content: center;
	height: 100vh;
	background:#f0f3fc;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	width: 300px;
    padding: 20px;
	background:#fff;
	border-radius: 14px;
	box-shadow: 0px 0px 0px 1px #f5f5f5, 0px 0px 20px 0px #dee2ee;
}

.login-header {
    margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.login-header h2 {
    font-size: 24px;
    color: #333;
}

.login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-form button {
    width: 100%;
    padding: 10px;
    background-color: #db0a33;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-weight: bold;
}

.login-form button:hover {
    background-color: #61ab3a;
}


.bezahlen {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	width: 300px;
    padding: 20px;
	background:#fff;
	border-radius: 14px;
	box-shadow: 0px 0px 0px 1px #f5f5f5, 0px 0px 20px 0px #dee2ee;
}

.bezahlen-header {
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.bezahlen a {
	text-decoration: none;
}


.bezahllink{
	border: 0px;
	  background: #4bbc60;
	  color: #fff;
	  padding: 8px;
	  border-radius: 5px;
	  font-weight: bold;
	  box-shadow: var(--primary-shadow);
	  cursor: pointer;
}

.bezahllink:hover{
	background: #fff;
	color:#4bbc60;
}
