@import url('https://fonts.googleapis.com/css?family=Nunito:600,700&display=swap');

body {
	background-color: white;
}

.login {
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}
.login form {
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	border: none;
}

form#loginform {
	box-shadow: none;
}

#backtoblog {
	display: none;
}

#nav {
	display: none;
}

.forgetmenot {
	display: none;
}

body.login div#login h1 a {
    background-image: url("/wp-content/themes/cotube_creators/logo.svg");
 	border-radius: 3px;
}

.wp-core-ui .button-primary {
	box-shadow: none;
	text-shadow: none;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	height: unset;
	line-height: unset;
	padding: 0px;
}

body.login div#login form#loginform p.submit input#wp-submit {
	background-color: #006D84;
	border: none;
	border-radius: 3px;
	color: #F9B233;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	width: 100%;
}

label {
	color: #5D5D5D;
}

input[type=text], input[type=password] {
	box-shadow: none;
	border-radius: 3px;
	border: none;
	background: #E9E9E9 !important;
}

.login #login_error, .login .message, .login .success {
	box-shadow: none !important;
	background-color: #E9E9E9 !important;
	border-radius: 3px;
	font-weight: 700;
	margin: 0px 20px 20px 20px;
}

input[type=text]:focus, input[type=password]:focus {
	border-color: white;
	box-shadow: none;
	outline: none;
}

.login #login_error::after {
	content: "Die eingegebenen Daten sind falsch."
}

button .wp-core-ui .button, .wp-core-ui .button-secondary {
	color: #006D84;
}
