
.error_wid_login {
	background-color: #ffebe8;
	border: 1px dashed red;
	color: red;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding: 6px;
	margin-left: 200px;
	width: 80%;
	clear: both !important;
}

.login_wid li {
	margin: 5px;
}

.login_wid {
	list-style-type: none;
	width: 98%;
	float: left;
	padding: 5%;
}

.login_wid li {
	width: 98%;
	float: left;
	margin: 2px;
}

.openid_social_login {
	padding: 5px 0 0 0;
	clear: both;
	width: 100% !important;
}

.login_wid li input {
	width: 85%;
	float: left;
	margin: 2px;
}

.loginBtn {
	box-sizing: border-box;
	position: relative;
	margin: .2em;
	padding: 0 15px 0 46px;
	border: none;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	border-radius: .2em;
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	background-color: #2672ec;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}

.loginBtn:focus {
	outline: 0;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0, 0, 0, .1);
}

.loginBtn--facebook {
	background-color: #4c69ba;
	background-image: linear-gradient(#4c69ba, #3b55a0);
	font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-shadow: 0 -1px 0 #354c8c;
}

.loginBtn--facebook:before {
	border-right: #364e92 1px solid;
	background: url("https://www.recastsoftware.com/wp-content/plugins/login-with-azure/css/images/icons/icon_facebook.png") 6px 6px no-repeat;
}

.loginBtn--facebook:focus, .loginBtn--facebook:hover {
	background-color: #5b7bd5;
	background-image: linear-gradient(#5b7bd5, #4864b1);
}

.loginBtn--google {
	font-family: Roboto, Roboto, arial, sans-serif;
	font-weight: lighter;
	background: #dd4b39;
}

.loginBtn--google:before {
	border-right: #bb3f30 1px solid;
	background: url("https://www.recastsoftware.com/wp-content/plugins/login-with-azure/css/images/icons/icon_google.png") 6px 6px no-repeat;
}

.loginBtn--google:focus, .loginBtn--google:hover {
	background: #e74b37;
}

.loginBtn--windows {
	font-family: Roboto, Roboto, arial, sans-serif;
	font-weight: lighter;
	background: #00a1f1;
}

.loginBtn--windows:before {
	border-right: #2672ec 1px solid;
	background: url("https://www.recastsoftware.com/wp-content/plugins/login-with-azure/css/images/icons/windowslive.png") center no-repeat;
	background-size: 80% 80%;
}

.loginBtn--windows:focus, .loginBtn--windows:hover {
	background-color: #2672ec;
}

.loginBtn--generic {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	background: #dd4b39;
}

.loginBtn--generic:before {
	border-right: silver 1px solid;
	background: url("https://www.recastsoftware.com/wp-content/plugins/login-with-azure/css/images/icons/locked.png") center no-repeat;
	background-size: 80% 80%;
}

.loginBtn--generic:focus, .loginBtn--generic:hover {
	background-color: #cc2a28;
}
