
@font-face {
	font-family:'FWT Irma Round Light';
	src:url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Light.eot");
	src:url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Light.woff") format('woff'),url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Light.ttf") format('truetype'),url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Light.svg") format('svg');
	font-weight:normal;
	font-style:normal
	}

@font-face {
	font-family:'FWT Irma Round Regular';
	src:url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Regular.eot");
	src:url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Regular.woff") format('woff'),url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Regular.ttf") format('truetype'),url("https://watercorporationb2cpages.blob.core.windows.net/externalcontractortest/fonts/FWT_IrmaRound-Regular.svg") format('svg');
	font-weight:normal;
	font-style:normal
	}	
	
body {
    font-family: 'Segoe UI', 'WeblySeek', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    background-color: #fff;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: white;
	text-decoration: underline;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h2 {
  font-family: "FWT Irma Round Regular",Helvetica,Arial,sans-serif;
  color: #FFF;
  font-size: 24px;
  text-align: center;
}

img { max-width: 100%; }

label {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
::-moz-selection { background: #66d6c5; color: #000; text-shadow: none; }
::selection { background: #66d6c5; color: #000; text-shadow: none; }

.right-content { 
  padding-left :30px;
  }

.left-content { 
  padding-right :20px;
  }

.right-content h2 { 
  font-family: "FWT Irma Round Regular",Helvetica,Arial,sans-serif;
  color: #1B365D; 
  font-size: 24px;
  text-align: left;
  margin-top: 0px;
  }


.heading {
    padding-top: 70px;
    width: 100%;
}

.info {
    margin-top: 20px;
}

.signin {
  margin-top: 50px;
  color: #000;
  margin-bottom: 20px;
}

#api-wrapper {
  background-color: #0a4876;
  padding: 20px;
  border-radius: 4px;
}

#api {
  background-color: #0a4876;
}

.branding {
  float: right;

}

.help {
  clear: both;
  display: block;
}

.howto {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.intro {
  display: none;
}

.entry-item {
  color: #FFF;
  font-size: 14px;
}

#forgotPassword {
  color: #FFF;
  font-size: 14px;
}

.left-content .text h1 { 
  font-family: "FWT Irma Round Regular",Helvetica,Arial,sans-serif;
  color: #1B365D; 
  margin-top: 10px;
  font-size: 38px;
  }

.left-content .description {
	margin: 20px 0 10px 0;
}



.help {
  font-size: 18px;
}

.left-content .description a,
.help a {
	color: #286090;
}
.left-content .description a:hover, 
.left-content .description a:focus,
.help a:hover,
.help a:focus { color: #1B365D; border-bottom: 1px dotted #fff; }



#email_ver_but_send {
  content: "Click to confirm your email address";
}

#email_ver_but_edit {
  display: none;
  visibility: hidden;
}

.pwresetform { 
    margin-top: 150px;
  }

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

#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{
  clear: both;
  display: block;
  cursor: pointer;
  color: #0a4876;
  background-color: #fff;
  border-radius: 4px;
  width: 70%;
  margin-left: 15%;
  margin-top: 15px;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
  border-color: #fff;
  border-style: solid;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;

}

.create p {
  margin-bottom: 0px;
}

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

#logonIdentifier,
#password,
#signInName {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  margin: 10px 0;
  padding: 6px 12px;
  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(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

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

.attrEntry input[type=radio] {
  height: 20px;
  position: absolute;
  margin-top: 15px;
  margin-left: -50px;
}

.attrEntry input,
.attrEntry select,
.phoneEntry input,
.phoneEntry select,
#codeVerification input {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !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: 40px;
  line-height: 1.42857143;
  padding: 6px 12px;
  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(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,
.phoneEntry.validate,
#codeVerification.validate {
  color: #fff;
}

.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: 60px;
  width: 49%;
}

@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: #5cb85c;
  border-bottom: 5px solid #449d44;
  border-color: #4cae4c;
  color: #fff;
  font-size: 18px;
  height: 60px;
  width: 49%;  
}


.buttons button[disabled]#continue {
  display:none;
}

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

.buttons button:hover#continue {
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
  color: #fff;
}

.buttons button[disabled]#continue,
.buttons button[disabled]:hover#continue {
  background-color: #f7e600;
  background-image: none;
  border-color: #f7e600;
  color: #0a4876;
}

.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: #f7e600;
  background-image: none;
  border-color: #f7e600;
  color: #0a4876;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
  background-color: #f7e600;
  background-image: none;
  border-color: #f7e600;
  color: #0a4876;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {      
  background-color: #5cb85c;
  border-bottom: 5px solid #449d44;
  border-color: #4cae4c;
  color: #fff;
  font-size: 18px;
  height: 60px;
  margin-right: 9px;
  width: 49%;  
}

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

.buttons button#verifyPhone {      
  display: none; 
}

.create p {
  text-align: center;
  color: #fff;
}

.divider {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.divider h2 {
  color: #fff;
  line-height: 20px;
  margin: 20px 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.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: #f7e600;
  color: #0a4876;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
  height: 60px;
  width: 100%;
  font-weight: bold;
}

.entry .buttons button:hover {
  background-color: #f7e600;
  border: none;
  font-weight: bold;
  color: #0a4876;
}

.error.itemLevel p {
  color: #0a4876;
  background-color: #e1e1e1;
  padding-left: 10px;
}


.error.pageLevel p,
.error.pageLevel {
  color: #fff;
  background-color: #DD1E35;
  padding-left: 10px;
}

.error.itemLevel p:before,
.error.pageLevel p:before,
.error.pageLevel: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;
}
.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(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 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(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

#verifying_blurb {
  color: #0a4876;
  font-size: 32px;
  line-height: 42px;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 10px;
 }

@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);
  }
}
/***** footer styles goes here *****/
.em footer {
  float: left;
  width: 100%;
min-width: 898px;
  background: #006197;
  padding: 38px 0;
}
.em footer .ftr-area {
  float: left;
  width: 31%;
}
.em footer .ftr_logo {
  max-width: 220px;
  width: 100%;
}
.em footer .ftr-area1 {
  float: left;
  width: 27%;
}
.em footer .ftr-area2 {
  float: left;
  width: 22%;
}
.em footer .ftr-area3 {
  float: left;
  width: 20%;
}
.em footer h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 15px;
}
.em footer ul {
  list-style: none;
}
.em footer ul li {
  float: left;
  width: 100%;
  padding: 5px 0 5px 0;
line-height: 13px;
}
.em footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.em footer ul li a:hover {
  text-decoration: underline;
}
div.em {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #060202;
  background: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.em .main {
  width: 1140px;
  margin: 0 auto;
}
h6 {
  color: #084976;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
p {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
  padding-top: 9px;
  line-height: 21px;
  margin: 0;
}

.phoneNumbers .phoneNumber {
  color: white;
  padding-left: 15px;
}

/***** footer styles end *****/