body {
    background-attachment: fixed;
    background-color: #F1F1F1;
    
    /*background-image: url("../application_images/Homepage_background_image_3.jpg");*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.stratus_content {
	overflow: hidden;
}
.soteiral_header {
    float: left;
    width: 100%;
    height: 70px;
    background: #333333;
    border-color: #333333;
    margin-bottom: 45px;
    color: #888888;
    background: url('../application_images/blank.png') repeat-x;
}
.header_left {
	width:100%;
	height:100px;
	background-image: url("../application_images/logos/blank.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}
.header_site {
    display:none;
}

.header_filler {
    height: 120px;
    width:100%;
    float:left;
    background: url('../application_images/blank.png') repeat-x;
}

.header_title {
    display:none;
}
.header_right {
    height: 120px;
    width: 391px;
    overflow-x: visible;
    float: right;
    background-position: right center;
    background: url('../application_images/blank.png') no-repeat;
}
form {
	margin-top:15px;
}
.form_brand {
    background: url('../application_images/logos/logo_ss.svg') no-repeat;
    background-color: #0069E0;
    height: 100px;
    width: 150%;
    margin-left: -25%;
    margin-top: -2%;
    background-size: 35%;
    background-position: 50% 64%;
}
.login_label {
	margin-top:3px;
	margin-right: 5px;
	float:left;
	width: 15%;
	text-align: center;
	font-size: medium;
	border-right: solid 1px #aaaaaa;	
}

#site_selection {
	float: left;
	width: 50%;
	font-size: medium;
}

.save_checkbox {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.save_label {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	font-size: medium;
}

#error {
	float:left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	color: red;
}

.message {
	float:left;
	width: 50%;
	margin-left: 15%;
	color: red;
}

#info {
	float: left;
	width: 70%;
	
}

.login_choice {
	cursor: pointer;
	
}
.login_choice_label {
	float:left;
	width: 80%;
}
.login_choice_arrow {
	float:right;
	width:19%;
}
.soteiral_subcontent .login_forgot_password {
	width:30%;
	margin-top: 50px;
	margin-left: 35%;
	margin-right: 35%;
}
.login_button {
	cursor: pointer;
	font-size: large;
}
.login_forgot_password {
	cursor: pointer;
}

#diagBox {
	background: #FFF;
	opactiy:0.9;
}
.after-tag {
	text-align:center;
	color: #FFFFFF;
	/* font-weight: bold; */
	text-shadow: 4px 4px 8px rgb(0 0 0);
	margin-top:20px;
}
.btn-contact { 
  color: #ffffff; 
  background-color: #FF8A00; 
  border-color: #FF8A00; 
} 
 
.btn-contact:hover, 
.btn-contact:focus, 
.btn-contact:active, 
.btn-contact.active, 
.open .dropdown-toggle.btn-contact { 
  color: #ffffff; 
  background-color: #F08000; 
  border-color: #FF8A00; 
} 
 
.btn-contact:active, 
.btn-contact.active, 
.open .dropdown-toggle.btn-contact { 
  background-image: none; 
} 
 
.btn-contact.disabled, 
.btn-contact[disabled], 
fieldset[disabled] .btn-contact, 
.btn-contact.disabled:hover, 
.btn-contact[disabled]:hover, 
fieldset[disabled] .btn-contact:hover, 
.btn-contact.disabled:focus, 
.btn-contact[disabled]:focus, 
fieldset[disabled] .btn-contact:focus, 
.btn-contact.disabled:active, 
.btn-contact[disabled]:active, 
fieldset[disabled] .btn-contact:active, 
.btn-contact.disabled.active, 
.btn-contact[disabled].active, 
fieldset[disabled] .btn-contact.active { 
  background-color: #FF8A00; 
  border-color: #FF8A00; 
} 
 
.btn-contact .badge { 
  color: #FF8A00; 
  background-color: #ffffff; 
}


.ss-login-page:before{
	content: "";
    /* background: #0000004f; */
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    /* background-image: linear-gradient(to right top, #0069e0, #008cf5, #00abfe, #00c9ff, #00e4ff); */
    background-image: linear-gradient(to right top, #191635, #181c3d, #162244, #13294b, #0e2f52, #073354, #023755, #003b56, #003d51, #003e4a, #003e42, #003e3a);
}
.ss-login{}
.login_section{
	background-color: #fff;
	overflow-x: hidden;
	padding: 0 30px 30px 30px;
	border-radius: 24px;
}


.toggle.btn-sm{
	 min-width: 60px !important;
    min-height: 30px !important;
    border-radius: 38px !important;
    width: 60px !important;
    height: 30px !important;
    background: #0069E0 !important;
}
.toggle.off {
    border: 1px solid #d6d6d6;
    background: #e9e9e9 !important;
    /* box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.3); */
}
.toggle-on.btn-sm {
    padding-right: 3px !important;
    color: #fff;
    background-image: none !important;
}
.toggle .toggle-group{
	white-space: nowrap;
	display: inline-block;
}
.toggle.off .toggle-group{
	left: -195% !important;
}
.toggle.off .toggle-group .btn{ 
	white-space: nowrap;
}
.toggle-off.btn-sm {
    padding-left: 55px;
    padding-right: 11px;
}
.toggle .toggle-group .btn.toggle-handle{
	background-color: #fff;
	left: -85px;
	width: 24px;
    height: 24px;
    border-radius: 50px;
}
.toggle.off .toggle-group .btn.toggle-handle {
    right: 0;
    left: initial;
    background-color: #9298a7;
}
.toggle.off .toggle-group .toggle-off.btn{
	background: #e9e9e9;
   /*  box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.3); */
}
.toggle .toggle-group .toggle-on.btn{
	background-color: transparent !important;
}

label{
	 color: #374558;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
}