<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #777777;
	
	height: 100%;
	width: 100%;
	
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-top: 4px solid #575757;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

input[type='submit']
{
    margin: 10px 1px 10px 0px;
}

.editor-label
{
	width: auto;
	padding-top: 10px;
}

.editor-field input
{
	width: 220px;
}

.editor-field input[type='checkbox']
{
    width: auto;
    float: left;
    margin: 10px 5px 0px 0px;  
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .validation-summary-errors
{
    color: #b94a48;
}

.input-validation-error
{
    border: 1px solid #b94a48;
}

.field-validation-valid, .validation-summary-valid
{
    display: none;    
}

.field-validation-error ul, .validation-summary-errors ul{
    list-style: none;
    list-style-position: inside;
    margin-left: 0;
}

/* Styles for info Containers
-----------------------------------------------------------*/
.leftPipe20px
{
	border-left: 1px solid #DDDDDD; 
	padding: 10px 0px 10px 20px;
	margin-left: 20px;
}

/* Styles for Text
-----------------------------------------------------------*/

.highlightedTextBlue
{
	color: #003a76;
	font-weight: bold;
}

.highlightedTextGray
{
	color: #363636;
	font-weight: bold;
}

/* Styles for page contents
-----------------------------------------------------------*/
header
{
    line-height:140px;
    vertical-align:middle;
}

footer {
    width: 100%;
    bottom: 0;
    position: fixed;
    background: #262626;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
}

.placeholder {color: #999!important;}

.loginPromobLogo {
    width: 128%;
    max-width:128%;
    margin: 24px -21px;
}

.signup-serialnumber {
    margin-top: 20px;
}

.idendity-providers {
    min-height:120px; 
    border-left:1px solid #DDDDDD;
    padding-left: 20px;
    margin-left: -1px;
}

.idendity-providers-list {
    list-style: none;
    font-size: 14px;
}

.idendity-providers-list li {
    margin-left: -20px;
}

.identity-provider-button-icon {
    margin-top: -3px;
    /*margin-left: -3px;*/
}

.aditional-identity-providers {
    margin-top:20px;
}

.identity-provider-button
{
    opacity: 0.5;
    -moz-transition: opacity linear 0.30s;
    -o-transition: opacity linear 0.30s;
    -webkit-transition: opacity linear 0.30s;
    transition: opacity linear 0.30s;
}

.identity-provider-button:hover {
    opacity: 1;
}

.appRealm
{
    background-repeat: no-repeat;
    width: 420px;
    height: 420px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.app-realm-content {
    min-height: 310px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url('/Content/images/AppRealmThemes/default.png');
}

.app-realm-footer{
    height: 130px;
    padding: 10px;
    width: 400px;
    background-color: #3c4146;
}

.app-real-title {
    font-size: 22px;
    clear: both;
    color: white;
}

.app-realm-text
{
    font-size: 16px;
    clear: both;
    color: white;
    -ms-word-break: break-word;
    word-break: break-word;
}

.app-realm-button {
    font-size: 16px;
    color: white;
    display: inline-block;
    background-color: #82c8f0;
    padding: 5px;
    min-width: 70px;
    text-align: center;
}

.input-hex-color{
    width: 180px;
}

.centered-div {
    max-width: 100%;
    padding-bottom: 45px;
}

@media (max-width: 767px) {
    .show-phone {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}</pre></body></html>