.dialog {
    font-family: 'Source Sans Pro', calibri, Trebuchet, Arial, sans-serif;
    font-size: 0.8em;
    display: none;
}

.dialog .introduction {
    margin-bottom: 10px;
}

.dialog .introduction p {
    margin: 4px 0px;
    line-height: 1.4em;
}

.dialog .introduction a {
    color: #c1282f;
}

.dialog .introduction a:hover {
    text-decoration: underline;
}

.dialog .buttons {
    clear: both;
    text-align: right;
    padding: 10px;
}

.dialog p.dont_show_again {
    font-size: 11px;
    margin-top: 12px;
}

.dialog p.dont_show_again input[type=checkbox] {
    vertical-align: sub;
}

.dialog .buttons button {
    min-width: 90px;
}

.logindialog .left {
    width: 280px;
}













@media (min-width: 768px) {
    .sso-row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }

    /*.sso-login .modal-body {
        max-width: 500px;
        margin: 0 auto;
    }*/
}

.sso-login h3 {
    text-align: center;
    color: #aaa;
    text-align: center;
	background-color: #fff;
	font-size: 1.5em;
}

.sso-login .sso-socialButtons a {
	color: white; // In yourUse @body-bg
	opacity:0.9;
}
.sso-login .sso-socialButtons a:hover {
    color: white;
	opacity:1;
}
.sso-login .sso-btn-facebook {
    background: none;
    color: white; // In yourUse @body-bg
    opacity:0.9;
}

.sso-login .sso-btn-facebook:hover {
    color: white;
    opacity:1;
}


.sso-login .sso-btn-google {
    background: none;
    color: white;
    opacity: 0.9;
}

.sso-login .sso-btn-google:hover {
    color: white;
    opacity:1;
}

.sso-login .sso-btn-twitter {
    background: none;
    color: white;
    opacity: 0.9;
}

.sso-login .sso-btn-twitter:hover {
    color: white;
    opacity:1;
}


.sso-login .sso-loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sso-login .sso-loginOr .sso-hrOr {
	background-color: #fff;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.sso-login .sso-loginOr .sso-spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: #fff;
	width: 3em;
	text-align: center;
}

.sso-login .input-group {
    margin-bottom: 1em;
}
