﻿@font-face {
	font-family: 'Avenir Book';
	src: url(https://saciamlayoutstst.blob.core.windows.net/idp-v2/fonts/avenir-book.woff);
	font-weight: normal;
}
html {
	background: none
}
body {
	font-family: "Avenir Book", sans-serif;
	background-attachment: fixed;
	background-color: #E0DEEE;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left
}
a:focus {
	outline: none
}
p {
	margin: 0px;
}
.container {
	text-align: center;
	width: 100%;
	display: table;
	height: 100vh;
	padding: 0
}
#api {
	margin: 0 auto
}
.col-lg-6 {
	max-width: 470px;
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0
}
.row {
	width: 100%;
	margin: 0;
	display: table-cell;
	vertical-align: middle
}
ul {
	padding: 0
}
#simplemodal-container .simplemodal-data {
	padding: 5px 8px;
	overflow: hidden;
	background-color: white;
	border-radius: 3px;
	font-style: italic
}
button[disabled] {
	background-color: #5D64A6;
	opacity: .3;
	border-radius: .2rem;
	border: none;
	color: white;
}
ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style: none;
}

label {
	font-weight: 600;
	margin: 0px;
	float: left
}
.newPassword_li label {
	float: none;
}
#attributeList input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    outline: 0;
	margin-top: 9px;
}
#attributeList input[type=radio], 
#attributeList input[type=checkbox] {
    width: 20px!important;
    box-shadow: none;
    height: 20px;
    display: inline-block;
    float: left;
    clear: left;
}
#attributeList input[type=radio]:checked {
    background-color: #5D64A6;
}
#attributeList input[type=radio]+label, 
#attributeList input[type=checkbox]+label {
    float: left;
    display: inline-block!important;
    margin: .5rem;
    font-weight: 400;
}
.attrEntry .itemLevel {
	display: none
}

.helpLink {
	display: none
}

#requiredFieldMissing,
#passwordEntryMismatch,
#claimVerificationServerError{
	padding-bottom: 10px;
}

.rememberMe{
	display: none
}

.panel,
.panel_layout,
.panel_layout_row,
body,
html {
	height: 100%
}
a {
	color:#333333;
	text-decoration:underline;
}
.panel-body{
	max-width:470px;
	width:auto;
	margin:auto;
	padding:0;
	text-align: left;
}
.panel-body .companyLogo{
	display:block
}
.panel-body img{
	max-width:100%;
	width:auto;
	height:70px;
	margin:0 auto;
	display:block;
	float:left
}
.panel-body h3{
	font-size:1.5em;
	display:none
}
.panel-default #api{
	display:table;
	margin:0;
	width:100%
}
.localAccount{
	top:10px;
	width:100%
}
.error{
	color:#b00;
	text-align:left
}
.unified_container label,
.self_asserted_container label,
#attributeList .error{
	padding-top: 5px;
}
button{
	float:left;
	background-image:none;
	background-color:#5D64A6;
	border:none;
	border-radius:.2rem;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	font-weight:400;
	height:45px;
	line-height:1.3333333;
	margin-top:1rem;
	margin-right:0;
	margin-left:0;
	padding:10px 16px;
	text-align:center;
	touch-action:manipulation;
	user-select:none;
	vertical-align:middle;
	white-space:nowrap;
	width:inherit;
	-moz-user-select:none;
	-ms-touch-action:manipulation;
	-ms-user-select:none;
	-webkit-user-select:none;
	color:#fff;
	width:40%
}
button:hover{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#312290;
	color:#fff
}
@keyframes slideInFromLeft{
	0%{
		opacity:0;
		transform:translateX(-30%)
	}
	100%{
		opacity:1;
		transform:translateX(0)
	}
}
.create, .change{
	animation:0.5s ease-out 0s 1 slideInFromLeft
}
.localAccount .create p{
	text-align:right;
	margin-top:7rem;
	margin-right:-1.5rem
}
.localAccount .change p{
	text-align:right;
	margin-top: -1.6rem;
	margin-right:-1.5rem
}
.localAccount .create #createAccount, 
.localAccount .change #changeProfile{
	border-radius:.2rem;
	display:inline-block;
	font-size:1em;
	font-weight:400;
	height:inherit;
	line-height:1.3333333;
	padding:10px 16px;
	text-align:center;
	touch-action:manipulation;
	user-select:none;
	white-space:nowrap;
	-moz-user-select:none;
	-ms-touch-action:manipulation;
	-ms-user-select:none;
	-webkit-user-select:none;
	width:auto;
	margin-top:-3rem;
	cursor:pointer
}
input, select, input[type=radio], input[type=checkbox] {
	border: 1px solid #605e5c;
}
#api input{
	border-radius: .5rem!important;
	color: #555;
	display: inline-block;
	font-size: 1em;
	height: 45px;
	line-height: 1.42857143;
	padding: 6px 10px;
	width: 100%!important;
	margin: 5px 0px;
}
.unified_container #api{
	padding: 30px 30px 0px 30px;
	background-color:#babede;
}
.self_asserted_container #api{
	padding: 30px;
	background-color:#babede;
}
.panel-default{
	margin-top:auto;
	margin-bottom:auto;
	height:100%;
	background-color:white;
	min-width:350px;
	padding: 0px;
}
.companyLogo{
	padding: 30px 30px 0px 30px;
	background-color:#babede;
}
.unified_container .info,
.self_asserted_container .info{
	padding: 30px;
}
.self_asserted_error_container .info{
	padding: 0px 30px 30px 30px;
}
.verificationInfoText, 
.verificationSuccessText{
	font-weight: 600;
}
.buttons .sendCode{
	width: auto;
}
.buttons .sendNewCode{
	background: none!important;
  	border: none;
  	padding: 0!important;
  	text-decoration: underline;
  	cursor: pointer;
	float: right;
	color: #333333;
	width: auto;
}
.forgotPassword{
	padding-top: 22px;
    float: right;
}
.actions-primary{
	padding: 0px 30px;
	height: 90px;
	background-color:#babede;
}
.info .actions-secondary .strong{
	font-weight: 600;
}
.info .actions-secondary{
	margin-top: 30px;
}
.info .actions-secondary button{
	float: right;
	width: auto;
	margin-bottom: 30px;
}
.info p{
	margin: 5px 0px;
}
.nolabel #attributeList ul li.EmailBox label,
.nolabel #attributeList ul li.Password label,
.nolabel #attributeList ul li.TextBox label {
	display: none!important
}
h2,
.intro{
	font-weight: 600;
	font-size: larger;
	padding: 0px 0px 25px 0px;
}
