1@font-face {
  font-family: 'Ubuntu-Bold';
  src: url(../fonts/Ubuntu-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu-Regular';
  src: url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}

html {
  background: none;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	/* color:#494B74; */
}

/* body {
	height: 100vh;
    width: 100%;
   /* background:transparent linear-gradient(119deg, #0A6BB5 0%, #00345C 100%) 0% 0% no-repeat padding-box;*/
	  /* background:#161342; */
    /* background-size: cover; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    user-select: none;
 }  */

 a{
	 color:#0A6BB5
 }

.main-header{
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    width: 400px;
}

    .companyLogo {
            position: relative;
            /* Layout Properties */
            margin-top: 5%;
            text-align: center;
            width: 100%;
            height: 64px;
            /* UI Properties */
            /* background: transparent url('https://cloudlabsqab2cui.blob.core.windows.net/$root/Spektra_Systems_logo.svg') 0% 0% no-repeat padding-box; */ */ opacity: 1;
        }

.img{
    text-align: center;
    margin-top: 10%;
}


        /* Create two equal columns that floats next to each other */
        .column {
            float: left;
            width: 50%;
            padding: 0px;
						background-image: url("https://cloudlabsqab2cui.blob.core.windows.net/$root/image_7.jpg");
						background-size:cover;
						background-position-y:center;
						height: -webkit-fill-available;
						/* height: 100vh; */
			max-width: 100%;
            min-height: 100%;
            /* height: 100%; Should be removed. Only for demonstration */
        }

		.buttonview
		{
			float: left;
            width: 50%;
            padding: 0px;
			max-width: 100%;
            min-height: 100%;
						overflow-y: scroll;
			height: 100vh;
			/* position:relative; */
						/* overflow-y: scroll; */
		}

		.row
		{
			height: 100vh;
			overflow:hidden;
			/* height: -webkit-fill-available; */
		}

        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }

		.formData
		{
		margin: 0px 10%;
		padding: 4% 0;
		}

		.hrLine
		{
			color: #ccc;
    		line-height: 20px;
    		margin: 15px auto 12px auto; 
    		border: 1px solid;
    		width: 200px;
			background-color:#ccc;
		}

		.support
		{
			text-align: center;
			font-weight: bold;
			color: #74747B;
			font-size: 14px;
		}

		.responsive
		{
			    width: 100%;
    			height: 100%;
					/* float:left; */
    			object-fit: contains;
		}
		
		@media screen and (min-width: 1600px) {
  	.formData {
    /* margin: 0% 10%; */
    padding: 10% 0;
			}
		}

		@media screen and (max-width: 768px) {
   		.buttonview
	 	{
    		width: 100%;
		}
		.formData
		{
			margin: 0px -22px;
		}

		.column
		{
			display: none;
		}
		
		#forgotPassword
		{
			margin-top: 0px !important;	
		}
	}

	@media screen and (max-width: 1100px) {
   		.responsive
	 		{
    		height: 760px;
			}
		.formData
		{
			margin: 0px 40px;
			/* padding: 5% 0; */
		}	
	}
}

@media(max-width:480px) {
  body {
    background-image: none;
    background-color: #f2f2f2;
  }

  .divider h2 {    
    margin: 10px 0 !important;
		color:#74747B;
  }

  .login-logo {
    height: 80px !important;
    margin-top: -65px !important;
  }
}

::-moz-placeholder {
  /*color: transparent;*/
  color: #494B74 !important;
}

::-moz-placeholder {
  /*color: transparent;*/
  color: #555555!important;
}

:-ms-input-placeholder {
   /*color: transparent;*/
  color: #494B74!important;
}

::-webkit-input-placeholder {
  /*color: transparent;*/
  color: #b5b5c3 !important;
	font-weight:400; 
}

label,
.password-label {
  margin-top: 10px;
}

label {
    display: none;
		font-size: 14px;
}

#AdfsExchange {
  background-color: #28B1E6;
  background-image: url("../images/activedirectory.png");
  background-repeat: no-repeat;
  background-size: 50px;
  margin: 10px 0;
  padding-left: 55px;
}

/* #AdfsExchange:hover {
  border:1px solid #00345C;
} */

#api ul {
  list-style-type: none;
  padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
  text-align: center;
}

#api[data-name='Phonefactor'] .buttons button#cancel {
  width: 32%;
}

#api[data-name='SelfAsserted'] > div:first-child {
  display: none;
}

#createAccount{
  cursor: pointer;
  padding-left:2px;
  transition: 0.5s all;
	font-weight: bold;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#email_ver_input {
  margin-bottom: 10px 0;
}

#FacebookExchange {
  background-color: #3B5595;
  background-image: url("../images/facebook.png");
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 55px;
}

/* #FacebookExchange:hover {
   border:1px solid #00345C;
} */

a
{
text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#forgotPassword {
  clear: right;
  cursor: pointer;
  float: right;
	font-size:14px;
  margin-top: -25px;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#GoogleExchange {
  background-color: #C64A29;
  background-image: url("https://cloudlabsqab2cui.blob.core.windows.net/$root/google_icon.svg");
  background-repeat: no-repeat;
	background-size: 25px;
  /*background-size: 50px;
  margin: 10px 0;
  padding-left: 55px;*/
	/* background-position-x: 9px;
  background-position-y: 9px; */
}
 
#GoogleExchange:hover {
  /* border: 2px solid #00345C; */
	background-color: #F5F5F5;
} 

#LinkedInExchange:hover
{
	background-color: #F5F5F5;
}

#MicrosoftAccountExchange:hover
{
	background-color: #F5F5F5;
}

#AzureADExchange:hover
{
	background-color: #F5F5F5;
}

#IdentifyServerExchange {
  background-color: #28B1E6;
  background-image: url("../images/wingtipcorp.png");
  background-repeat: no-repeat;
  background-size: 50px;
  margin-top: 10px;
  padding-left: 55px;
}

#IdentifyServerExchange:hover {
  background-color: #189DCF;
}

input::placeholder {
  color: red;
}

#logonIdentifier,
#password,
#signInName {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #d1dceb;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(41, 120, 194, 0.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  margin: 10px 0px;
  padding: 6px 12px;
	outline-color: #80bdff;
  outline-width: 50px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(41, 120, 194, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

#logo img {
  float: left;
  height: 50px;
  width: 50px;
}

#MicrosoftAccountExchange {
  background-color: #FFFFFF;
  background-image: url(https://cloudlabsqab2cui.blob.core.windows.net/$root/microsoft_icon.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 17px;
  padding-left: 51px;
  font-weight: 500;
}

/* #MicrosoftAccountExchange:hover {
  border:1px solid #00345C;
} */

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#LinkedInExchange
{
  background-color: #0077B5;
  background-image: url(https://cloudlabsqab2cui.blob.core.windows.net/$root/linkedin_icon.svg);
  background-repeat: no-repeat;
  /*background-size: 50px;
  padding-left: 55px;*/
  /* background-position-x:5px;
  background-position-y:5px; */
}
/* #LinkedInExchange:hover{
	border:1px solid #00345C;
} */

#AzureADExchange{
	background-color: #505050;
  background-image: url(https://cloudlabsqab2cui.blob.core.windows.net/$root/microsoft_icon.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 17px;
  padding-left: 51px;
  font-weight: 500;
}
/* #AzureADExchange:hover{
	/* background-color:#918e8e; */
	/* border:1px solid #00345C; */
/* } */ 

#SignUpWithLogonEmailExchange {
  background-color: #ff5c62;
  /* background-image: url("../images/wingtiptoys.png"); */
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEU1pe/////t+v4uoe5btvNixPVVwfUsoe9tyfXU7/y95vu24vrd9f5NtfLH6/ys3/o/sPE6qfD2/f+f2vnAysuQAAAAaElEQVQ4y93SORKAIAwFUEGCsoT1/nd1JkkDFhY24qt+8VMkk20lu6DAaVBOBsVKsuO8aYo08IqlYyxoRTQExfyKheRIgu5Yl4KoVhSUgNOhoiYRsmb5g2u+LtzXDNOhjKgoAZ9/8k8uZWsGqcIav5wAAAAASUVORK5CYII=)
  background-repeat: no-repeat;
  background-size: 50px;
  color: #fff;
  margin-top: 10px;
  padding-left: 55px;
}

#SignUpWithLogonEmailExchange:hover{
  background-image: url("../images/wingtiptoys.png") !important;
}

#LinkedInExchange{
	background-image:url(https://cloudlabsqab2cui.blob.core.windows.net/$root/linkedin_icon.svg);
	/* background-color:#0077B5 */
}

.accountButton {
  border: none;
  border-radius: 5px;
  color: white;
  font-size: larger;
  height: 45px;
  width: 284px;
  margin:5px;
	background-color: white;
}

.accountButton:hover {
  background-color:#F5F5F5;
	border: 1px solid #B5B5C3;
	color: #0078D4
}
.accountButton:focus {
  border: 2px solid #00345C;
}

.accountButton, a, button{
	cursor:pointer;
	color:#0078D4;
}

.support > a{
	text-decoration: underline;
}

#createAccount{
	text-decoration: underline;
}

.attrEntry,
.phoneEntry {
  margin-bottom: 15px;
  padding-top: 0;
}

.attrEntry input,
.attrEntry select,
.phoneEntry input,
.phoneEntry select,
#codeVerification input {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #d1dceb !important;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857143;
  padding: 6px 12px;
	outline-color: #80bdff;
  outline-width: 50px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 95% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

.attrEntry input:invalid,
.phoneEntry input:invalid,
#codeVerification input:invalid {
  border-color: inherit;
}

.attrEntry.validate input:invalid,
.phoneEntry.validate input:invalid,
#codeVerification.validate input:invalid {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.attrEntry #email_intro {
  display: none !important;
}

.attrEntry .error.itemLevel,
.attrEntry .helpText,
.phoneEntry .error.itemLevel,
.phoneEntry .helpText,
#codeVerification .error.itemLevel,
#codeVerification .helpText {
  /*display: none;*/
}

.attrEntry .tiny,
.phoneEntry .tiny,
#codeVerification .tiny {
  display: none;
}

.buttons button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  line-height: 1.42857143;
  margin: 0;
  padding: 6px 12px;
  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;
}

.buttons{
  margin: 20px 0;
}
.buttons button#cancel,
.buttons button#email_ver_but_edit,
.buttons button#email_ver_but_resend {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.buttons button#cancel {
  font-size: 18px;
  height: 40px;
  width: 49.9%;
	float:right;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #80bdff
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #80bdff
	outline:0;
}

div#extension_dateOfBirth{
		width:100%;
		display: inline-flex;
	}

@media(max-width:767px) {
 .buttons button#cancel{
    height: 50px;
    width: 48.9%;
 }
}

.buttons button:hover#cancel,
.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  color: #333;
}

.buttons button#continue {      
  background-color: #0078D4;
  border-bottom: 5px solid #0078D4;
  border-color: #0078D4;
  color: #fff;
  font-size: 18px;
  height: 40px;
  width: 49%;  
}

@media(max-width:767px){
  .buttons button#continue {
    height: 50px;
  }
}

.buttons button:hover#continue {
  background-color: #286090;
  background-image: none;
  border-color:#204d74;
  color: #fff;
}

.buttons button[disabled]#continue,
.buttons button[disabled]:hover#continue {
  background-color:#0078D4;
  background-image: none;
  border-color:#0078D4;
  color: #fff;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
  margin-top: 5px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
  background-color: #0078d4;
  border-color: #0078d4;
  color: #fff;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
  color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {      
  background-color: #0078D4;
  border-bottom: 5px solid #0078D4;
  border-color: #0078D4;
  color: #fff;
  font-size: 18px;
  height: 60px;
  margin-right: 9px;
  width: 32%;  
}

@media(max-width:767px){
  .buttons button#verifyCode,
  .buttons button#verifyPhone {
    height: 50px;
  }
}

.create p {
  text-align: center;
	font-weight: bold;
	color:#74747B;
	font-size: 14px;
}

.divider {
  margin: -16px auto 0px auto;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.divider h2 {
  color:#74747B;
  line-height: 20px;
  /* margin: 1px 0; */
  text-align: center;
  text-transform: lowercase;
}

.divider h2:after,
.divider h2:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 40%;
}

.divider h2:after {
  background: rgb(126,126,126);
  background: linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  right: 0;
}

.divider h2:before {
  background: rgb(126,126,126);
  background: linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  left: 0;
}

.entry .buttons button {
  /*background-color: #337ab7;
  border-bottom: 5px solid #204d74;*/
	background: #0078D4 0% 0% no-repeat padding-box;
  border-radius: 4px;
	opacity: 1;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
  color: #fff;
	width:100%;
	height: 52px;
}

.entry .buttons button:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.error.itemLevel p {
  color: #a94442;
}

.error.itemLevel p:before {
  content: "\e101";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 3px;
  position: relative;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}

.highlightError {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}

.intro {
  display: none;
}

.localAccount .divider {
  display: none;
}

.login-logo {
  height: 140px;
  margin-top: -90px;
}

.options {
  display: block;
  /*margin-left: auto;
  margin-right: auto;*/
	margin:3.5% 11%;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}

.panel-body{
  padding: 15px 30px !important;
}

.panel-default {
  border: 1px solid #ccc !important;    
}

.phonefactor_container,
.self_asserted_container,
.unified_container {
  padding-top: 80px;
}

.phoneNumber .type {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}

.phoneNumbers {
  margin-top: 20px;
}

.social {
   /* margin-top: 30px;  */
}

.verify {
  margin-top: 5px;
  padding-top: 0 !important;
}

.working {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}

.working:before {
  background-color: rgba(0,0,0,0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.working:not(:required):after {
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  content: '';
  display: block;
  height: 1em;
  font-size: 10px;
  margin-top: -0.5em;
  width: 1em;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  -webkit-animation: spinner 1500ms infinite linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.bg-white
{
	background:#FFFFFF !important;
}

.error {
	color: #a94442;
}

.login-intro h2
{
	color: #1B1B28;
  line-height: 20px;
	margin-top:25px;
  text-align: center;
	font-size: 16px;
	font-weight:400;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
   .buttonview
	 {
    width: 100%;
		}
    
		.column
		{
			display: none;
		}
}
