﻿/* @override 
	http://localhost:8888/wp-content/plugins/do-login/css/style.css?ver=4.5.1 */

#signupform h3 {
	font: 3em Georgia, Times;
	font-style: italic;
	margin-top: 60px;
	margin-bottom: 30px;
}
#signupform .form-row {
	margin-bottom: 20px;
	font-size: 13pt;
}
#signupform label, #loginform label, #password-lost-form label {
	display: block;
	font-weight: bold;
}
#signupform input, #loginform input, #password-lost-form input, #signupform textarea {
	display: block;
	width: 100%;
	line-height: 44px;
	font-size: 17pt;
	padding: 5px;
	color: #333;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #f8f8f9;
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Tahoma;
	margin-top: 5px;
	margin-bottom: 15px;
}
#signupform .profile-select select {
	background: transparent;
	width: 100%;
	padding-left: 10px;
	padding-right: 64px;
	font-size: 17px;
	font-family: Verdana, Tahoma;
	line-height: 44px;
	border: 0;
	border-radius: 5px;
	height: 34px;
	-webkit-appearance: none;
}
#signupform .profile-select {
	   width: 100%;
	   height: 44px;
	   overflow: hidden;
	   background: url(/wp-content/plugins/do-login/images/select.png) 98% center no-repeat #f8f8f9;
	   border: 0;
	   border-radius: 5px;
	   border-bottom: 1px solid #ccc;
	   margin-top: 5px;
	   margin-bottom: 15px;
	   background-size: 44px;
}
#signupform input:focus, #loginform input:focus, #password-lost-form input:focus, #signupform textarea:focus {
	color: #45200d;
	border-bottom-color: #45200d;
}
#signupform input[disabled] {
	background-color: transparent;
	border: 1px solid #ccc;
}
#loginform p.login-remember input, #loginform p.login-remember label {
	display: inline;
	width: auto;
}
#signupform table {
	width: 100%;
}
#signupform input[type="radio"], #signupform input[type="checkbox"] {
	display: none;
}
#signupform .profile_radio_container, #signupform .profile_checkbox_container {
	margin-top: 5px;
	margin-bottom: 15px;
}
#signupform .classes label, #signupform .confession_option label, #signupform .profile_radio label, #signupform .profile_checkbox label {
	font-size: 12pt;
	display: inline-block;
	width: 100%;
	min-height: 64px;
	padding: 10px;
	font-weight: normal;
	box-sizing: border-box;
	margin-bottom: 5px;
	background-color: #f9f8f9;
	border-radius: 5px;
	padding-right: 64px;
	border-bottom: 1px solid #ccc;
}

#signupform table.classes tbody tr td.second.class label {
	border-left: none;
	border-right: none;
}

#signupform table td {
	width: 33%;
}
#signupform table td.second.class {
	width: 34%;
}

#signupform .last.confession_option label {
	float: none;
	clear: both;
}

#signupform input[type="radio"] + label {
	background: url(/wp-content/plugins/do-login/images/radio.png) 98% center no-repeat #f8f8f9;
	background-size: 44px;
	color: #45200d;
    padding-right: 64px;
}
#signupform input[type="radio"]:checked + label {
	background: url(/wp-content/plugins/do-login/images/radio-checked.png) 98% center no-repeat #f8f8f9;
	background-size: 44px;
}

#signupform input[type="checkbox"] + label {
	background: url(/wp-content/plugins/do-login/images/checkbox.png) 98% center no-repeat #f8f8f9;
	background-size: 44px;
	color: #45200d;
    padding-right: 64px;
}
#signupform input[type="checkbox"]:checked + label {
	background: url(/wp-content/plugins/do-login/images/checkbox-checked.png) 98% center no-repeat #f8f8f9;
	background-size: 44px;
}

#signupform input[type="submit"], #loginform input[type="submit"], #password-lost-form input[type="submit"] {
	height: 44px;
	color: white;
	background-color: maroon;
	border: none;
	border-radius: 44px;
	font: italic 13pt Georgia;
	width: 50%;
	margin: auto;
	opacity: 0.75;
}
#signupform input[type="submit"]:hover, #loginform input[type="submit"]:hover, #password-lost-form input[type="submit"]:hover {
	opacity: 1;
}
a.forgot-password, a.already-a-member {
	font-size: 13pt;
	font-style: italic;
	display: block;
	text-align: center;
	margin: 25px;
}
#current-user {
	font-size: 13pt !important;
	font-weight: 300 !important;
}

#errors, .login-info {
	padding: 10px;
	background-color: maroon;
	margin: 0 0 10px;
	color: white;
	font-weight: bold;
	width: 100%;
	border-radius: 10px;
}
#errors p {
	margin: 0;
}

#errors a {
	color: white;
	opacity: 0.75;
}
#errors a:hover {
	color: white;
	opacity: 1;
}

p.already-signed-in {
	text-align: center;
}

body, #content, p, .form-row, #sidebar-left, #sidebar-right {
	font-family: Verdana, 'Tahoma', sans-serif;
}

.login-info {
	background-color: #45200d;
	border-radius: 10px;
}

#profile p.login-error {
	text-align: center;
	font-size: 2em;
	background-color: #f9f8f9;
	margin-bottom: 25px;
}

/* Autocomplete Styles */
.autocomplete-suggestions {
	border-style: none;
	background: #f7f8f9;
	cursor: default;
	overflow: auto;
	text-align: left;
	-moz-box-shadow: 0 4px 10px #b4b4b4;
	box-shadow: 0 4px 10px #b4b4b4;
	margin-top: -5px;
	font-size: 17px;
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-no-suggestion {
	padding: 2px 5px;
}
.autocomplete-selected {
	background: #eee;
}
.autocomplete-suggestions strong {
	text-decoration: underline;
}
.autocomplete-group {
	padding: 2px 5px;
}
.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/

.profile-completion {
	margin-bottom: 30px;
}