 body
{
	background: #212138;
	font-family: poppins;
}

#login h1 a, .login h1 a 
{
            background-image: url(/wp-content/themes/shentaweb-luna/icerikler/gorseller/wp-admin-logo.png);
            background-size: contain;
            width: 100px;
            height: 100px;
}
       
.login form
{
	border-radius: 12px;
	border: none;
}

input[type=text], input[type=password]
{
	border-radius: 8px;
	border: 1px solid #d5d5d5;
	font-size: 16px!important;
}

input[type=submit]
{
	border-radius: 8px!important;
	padding: 0px 20px!important;
	background: #7244ff!important;
	border: none!important;
}

.login #nav
{
	background: white;
	border-radius: 8px;
	padding: 5px 10px;
	text-align: center;
}

#backtoblog a
{
	background: #7244ff;
	border-radius: 8px;
	color: white!important;
	text-align: center!important;
	padding: 5px 20px;
}

#backtoblog
{
	width: 272px!important;
	text-align: center!important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary
{
	color: white!important;
}

.wp-core-ui select
{
	border: none!important;
	border-radius: 8px!important;
}

.language-switcher label .dashicons
{
	background: white;
	padding: 5px 5px 5px 5px;
	border-radius: 8px;
	margin-top: 1px;
}

.login #login_error, .login .message, .login .success
{
	border-radius: 8px!important;
}

.login .button.wp-hide-pw .dashicons
{
	color: #7244ff!important;
}