
.cspf-disconnect-button {
	display: inline-block;
	background-color: #ef8181;
	color: #fff;
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	transition: background-color 0.3s ease;
}

.cspf-disconnect-button:hover {
	background-color: #e34545;
}

.cspf-disconnect-button .icon {
	background: url("../../providers/google/google.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.cspf-disconnect-button .text {
	vertical-align: middle;
}


.google-login-btn {
	display: inline-block;
	background-color: #fff;
	color: #757575;
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	transition: background-color 0.3s ease;
}

.google-login-btn:hover {
	background-color: #f5f5f5;
}

.google-login-btn .icon {
	background: url("../../providers/google/google.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.google-login-btn .text {
	vertical-align: middle;
}

.facebook-login-btn {
	display: inline-block;
	background-color: #4267B2;
	color: #fff !important;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	transition: background-color 0.3s ease;
}

.facebook-login-btn:hover {
	background-color: #314c86;
}

.facebook-login-btn .icon {
	background: url("../../providers/facebook/facebook.png") no-repeat;
    background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.facebook-login-btn .text {
	vertical-align: middle;
}

.facebook-login-span-text {
	color: #fff;
}

.twitter-login-btn {
	display: inline-block;
	background-color: #333;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	transition: background-color 0.3s ease;
}

.twitter-login-btn:hover {
	background-color: #0c0c0c;
}

.twitter-login-btn .icon {
	background: url("../../providers/twitter/twitter.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.twitter-login-btn .text {
	vertical-align: middle;
	text-decoration: none;
}

.twitter-login-span-text {
	color: #fff;
}

.wordpresscom-login-btn {
	display: inline-block;
	background-color: #fff;
	color: #757575;
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	transition: background-color 0.3s ease;
}

.wordpresscom-login-btn:hover {
	background-color: #f5f5f5;
}

.wordpresscom-login-btn .icon {
	background: url("../../providers/wordpresscom/wordpresscom.png") no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.wordpresscom-login-btn .text {
	vertical-align: middle;
}

.social-login-span {
    width: 90%;
    text-align: center;
}

.social-login-notice-success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
    padding-top: 10px;
    padding-bottom: 10px;
}

.social-login-notice-error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
    padding-top: 10px;
    padding-bottom: 10px;
}

.caseproof-social-login-footer::before {
	content: '';
	clear: both;
	display: table;
}

.caseproof-social-login-footer {
	clear: both;
	display: block;
	text-align: center;
}

.caseproof-social-login-footer a {
	display: block;
	margin: 0.5em 0;
}

.caseproof-social-login-footer span {
	width: 84%;
}

/* Button Login Shortcodes */

.cspf-shortcode-login-button::before {
	content: '';
	clear: both;
	display: table;
}

.cspf-shortcode-login-button {
	clear: both;
	text-align: center;
}

.cspf-shortcode-login-button a {
	display: block;
	margin: 0.1em 0;
	text-decoration: none !important;
}

.cspf-shortcode-login-button span {
	width: 100%;
	margin-bottom: 0.5em;
}

table.cspf-connect-disconnect-table {
	width: 90%;
	border: none;
}

td.cspf-connect-disconnect-td-label {
	border: none;
}

td.cspf-connect-disconnect-td-button {
	text-align: right;
	border: none;
}

td.cspf-connect-disconnect-td-button a {
	text-align: center !important;
}

.cspfsl-div-content {
    margin: 10px auto;
    width: 100%;
}

.cspfsl-or-text {
    text-align: center;
    color: #7a7777;
    font-weight: bold;
    background:
        linear-gradient(#c6c5c5 0 0) left,
        linear-gradient(#c6c5c5 0 0) right;
    background-size: 45% 1px;
    background-repeat: no-repeat;
}
