/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.wonkasoft-logout-wrap {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.wonkasoft-input {
	width: 350px;
}

.logo {
	max-width: 225px;
	margin: 15px;
}

.wonkasoft-logout-wrap h2 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
}