/*
Theme Name: ap3sp2
Version: 1.6
Author: Daniel Střelec a Frantisek Sedlacek
Author URI: https://www.dyso.cz
*/

.bbp-login-form {
	
	display:none !important;
	
}

.dyso-msg {
	width:100%;
	text-align:center;
	padding:15px 0;
	color:#fff;
	margin-bottom:15px;
}

.dyso-msg-err {
	background-color:#a00000;
}
.dyso-msg-info {
	background-color:#00a000;
}
.dyso-msg a {
	color:#fff;
}
.dyso-msg a:hover {
	color:#fff;
	opacity:0.7;
}

.ab-sub-wrapper:nth-child(1) {
	display:none !important;
}

#wp-admin-bar-wp-logo, #wp-admin-bar-site-name, #wp-admin-bar-search {
	display:none !important;
}


.dyso-form input {
	padding:8px 13px;
	border:1px solid #ccc;
}
.dyso-form input[type="submit"] {
	cursor:pointer;
	cursor:hand;
	padding:10px 13px;
	background-color:#008a00;
	color:#fff;
	border:1px solid #008a00;
}
.dyso-form input[type="submit"]:hover {
	background-color:#fff;
	color:#008a00;
}

.google-login-button {
	background-image:url('img/google-logo.png');
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	padding:25px 35px 25px 80px;
	background-color:#e0e0e0;
	color:#000;
	border-radius:0;
	border:1px solid #b0b0b0;
	text-decoration:none;
}
.google-login-button:hover {
	background-color:#fff;
	color:#000;
	border-radius:0;
	text-decoration:none;
}
