/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

/* Für Newsletter Anmeldung */
.adminform legend span {
	color: #c9cbc6 !important;
}
#acyuserinfo label, 
#acyusersubscription label {
	color: #6e6d6d;
}
.adminform input {
	border-color: #6e6d6d;
}
.adminform input:focus {
	border-color: rgba(255, 0, 0, 0.6);
}
.acymodifybutton input {
	background-color: rgba(255, 0, 0, 0.4);
}
.acymodifybutton input:hover {
	background-color: rgba(255, 0, 0, 0.6);
}

