@font-face {
  font-family: 'Lato-Regular';
  src:url("../../../fonts/lato/Lato-Regular.woff") format('woff');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url("../../../fonts/lato/Lato-Bold.woff") format('woff');
}

@font-face {
  font-family: 'OpenSans';
  src: url("../../../fonts/openSans/OpenSans-Regular.woff") format('woff');
}

html {
  height: 100%;
  background: none;
}

body {
  height: 100%;
  color: white;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../../img/home_background_overlay.png");
}

@media(max-width:480px) {
body {
  background-image: none;
  background-color: #f2f2f2;
}

.divider h2 {    
  margin: 10px 0 !important;
}

.login-logo {
  height: 80px !important;
  margin-top: -65px !important;
}
}

::-moz-placeholder {
color: rgba(0, 0, 0, 0.54);
}

::-moz-placeholder {
color: rgba(0, 0, 0, 0.54);
}

:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.54);
}

::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.54);
}

label{
display: none;
}
.password-label {
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;
}

#forgotPassword {
width: 100%;
height: 17px;
outline: none;
display: block;
cursor: pointer;
margin-top: 8px;
font-size: 14px;
color: #ffffff;
font-style: normal;
text-align: center;
margin-bottom: 24px;
line-height: normal;
font-stretch: normal;
letter-spacing: normal;
text-decoration: underline;
font-family: "Lato-Regular";
}

#IdentifyServerExchange {
background-color: #28B1E6;
background-image: url("../../../img/wingtipcorp.png");
background-repeat: no-repeat;
background-size: 50px;
margin-top: 10px;
padding-left: 55px;
}

#IdentifyServerExchange:hover {
background-color: #189DCF;
}

#logonIdentifier,
#password,
#signInName {
width: 100%;
height: 36px;
font-size: 16px;
padding-left: 8px;
font-style: normal;
border-radius: 2px;
line-height: normal;
border-style: solid;
font-stretch: normal;
letter-spacing: normal;
border-color: #ffffff;
font-family: Lato-Regular;
background-color: #ffffff;
color: rgba(0, 0, 0, 0.54);
outline: none;
border-width: 1px;
}

#logo img {
float: left;
height: 50px;
width: 50px;
}

.accountButton {
border: none;
border-radius: 2px;
color: whitesmoke;
font-size: larger;
height: 45px;
width: 284px;
}

.accountButton:hover {
border: none
}


.attrEntry input,
.attrEntry select,
.phoneEntry input,
.phoneEntry select,
#codeVerification input {
width: 100%;
height: 36px;
font-size: 16px;
padding-left: 8px;
font-style: normal;
border-radius: 2px;
line-height: normal;
border-style: solid;
font-stretch: normal;
letter-spacing: normal;
border-color: #ffffff;
font-family: Lato-Regular;
background-color: #ffffff;
color: rgba(0, 0, 0, 0.54);
outline: none;
border-width: 1px;
}

.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;
}


p{
color: #fff;
}

.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;
}

.buttons{
margin: 0px;
}

.buttons button#email_ver_but_edit,
.buttons button#email_ver_but_resend {
width: 80%;
outline: none;
color: #ffffff;
font-size: 14px;
margin-left: 10%;
min-height: 36px;
margin-right: 10%;
line-height: 2.57;
border-width: 1px;
text-align: center;
font-style: normal;
padding-left: 23px;
padding-right: 23px;
border-style: solid;
white-space: normal;
border-radius: 100px;
font-stretch: normal;
font-family: Lato-bold;
letter-spacing: normal;
border-color: #ffffff;
background-color: transparent;
}


.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[disabled]#continue,
.buttons button[disabled]:hover#continue {
opacity: 0.5;
border-color: #ffffff;
background-color: transparent;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
margin-top: 5px;
}

.buttons button#cancel,
.buttons button#continue,
.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
width: 80%;
outline: none;
margin-left: 10%;
margin-right: 10%;
font-size: 14px;
min-height: 36px;
color: #ffffff;
line-height: 2.57;
border-width: 1px;
text-align: center;
font-style: normal;
padding-left: 23px;
padding-right: 23px;
border-style: solid;
white-space: normal;
border-radius: 100px;
font-stretch: normal;
border-color: #ffffff;
font-family: Lato-bold;
letter-spacing: normal;
background-color: transparent;
}

.buttons button:hover#cancel,
.buttons button:hover#continue,
.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
width: 80%;
color: #ffffff;
font-size: 14px;
min-height: 36px;
margin-left: 10%;
margin-right: 10%;
line-height: 2.57;
border-width: 1px;
text-align: center;
font-style: normal;
padding-left: 23px;
padding-right: 23px;
border-style: solid;
white-space: normal;
border-radius: 100px;
font-stretch: normal;
border-color: #E62B87;
font-family: Lato-bold;
letter-spacing: normal;
background-color: #E62B87;
}

.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: 32%;  
}

@media(max-width:767px){
.buttons button#verifyCode,
.buttons button#verifyPhone {
  height: 50px;
}
}

.create p {
text-align: center;
}

.divider {
margin: 0 auto;
position: relative;
text-align: center;
text-shadow: 0 1px 0 #fff;
}

.divider h2 {
color: #ccc;
line-height: 20px;
margin: 20px 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 {
width: 80%;
outline: none;
color: #ffffff;
font-size: 14px;
margin-left: 10%;
min-height: 36px;
margin-right: 10%;
line-height: 2.57;
border-width: 1px;
text-align: center;
font-style: normal;
padding-left: 23px;
padding-right: 23px;
border-style: solid;
white-space: normal;
border-radius: 100px;
font-stretch: normal;
border-color: #ffffff;
font-family: Lato-bold;
letter-spacing: normal;
background-color: transparent;
}

.entry .buttons button:hover {
background-color: #E62B87;
border-color: #E62B87;
color: #fff;
}

.error.itemLevel p {
color: #a94442;
display: none;
}

.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;
text-align: center;
padding-bottom: 10px;
}

.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: 24px;
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;
}

@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);
}
}

.entry-item{
display: flex;
flex-direction: column-reverse;
}
/*******/
.title {
  padding: 0%;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin-bottom: 24px;
  line-height: normal;
  font-stretch: normal;
  font-family: Lato-Bold;
  letter-spacing: normal;
}

.help-arrow {
  font-size: 20px;
  color: #ffffff;
}


.help-container{
  width: 100%;
  height: auto;
  font-size: 20px;
  margin-top: 1px;
  padding-left: 10%;
  padding-right: 7%;
  border-radius: 2px;
  padding-top: 24px;
  padding-bottom: 36px;
  background-color: rgba(255, 255, 255, 0.12);
}

input[type="submit"],
div.discover{
width: 80%;
outline: none;
margin-left: 10%;
margin-right: 10%;
font-size: 14px;
min-height: 36px;
color: #ffffff;
line-height: 2.57;
text-align: center;
font-style: normal;
padding-left: 23px;
padding-right: 23px;
border-style: solid;
border-radius: 100px;
font-stretch: normal;
font-family: Lato-bold;
letter-spacing: normal;
white-space: normal;
background-color: #E62B87;
border-color: #E62B87;
border-width: 1px;
}

input[type="submit"]:hover,
div.discover:hover{
outline: none;
border-color: #ffffff;
background:transparent;
}

a.discover:hover{
  text-decoration: none;
}

.login-details-container{
  height: 32%;
  display: flex;
  align-items: center;
  flex-flow : wrap row;
  align-content: center;
}

.details-title{
  height: auto;
  font-size: 48px;
  color: #ffffff;
  font-family: Lato-Regular;
  line-height: 1.13;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.subtitle{
  height: auto;
  font-size: 24px;
  margin-top: 14px;
  color: #ffffff;
  line-height: 1.33;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Lato-Regular;
}

.help-title{
  height: auto;
  font-size: 20px;
  color: #ffffff;
  margin-top: 12px;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Lato-Regular;
  text-decoration: underline;
}

.login-container{
  width: 100%;
  display: flex;
  font-size: 24px;
  padding-left: 10%;
  padding-right: 7%;
  padding-top: 24px;
  border-radius: 2px;
  padding-bottom: 36px;
  flex-flow: column wrap;
  background-color: rgba(255, 255, 255, 0.12);
}

.title-container {
height: 100%;
display: flex;
align-items: center;
background-blend-mode: exclusion;
}

.title-container .title{
margin: 0px;
font-size: 26px;
color: #ffffff;
line-height: 1.31;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-family: OpenSans;
letter-spacing: -0.8px;
}

.title-container .separator{
width: 1px;
height: 100%;
margin-left: 11px;
margin-right: 11px;
background-color: white;
}

.title-container .description{
font-size: 12px;
color: #ffffff;
font-style: normal;
line-height: normal;
font-stretch: normal;
letter-spacing: -0.4px;
font-family: Lato-Regular;
}
input[type=password]{
  width: 100%;
  padding-left: 8px;
  height: 36px;
  margin-top: 12px;
  border-radius: 2px;
  border-color: #ffffff;
  background-color: #ffffff;
  font-family: Lato-Regular;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  border-style: solid;
}
input[type=email]{
  width: 100%;
  height: 36px;
  font-size: 16px;
  padding-left: 8px;
  font-style: normal;
  border-radius: 2px;
  line-height: normal;
  border-style: solid;
  font-stretch: normal;
  letter-spacing: normal;
  border-color: #ffffff;
  font-family: Lato-Regular;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}

.box{
  margin: 0%;
  padding: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 2%;
  flex-flow: column;
  padding-left: 1.75%;
  padding-right: 1.75%;
}

.box .header{
  height: 5%;
  flex: 0 1 auto;
}

.box .content{
  margin: 0%;
  height: 95%;
  display: flex;
  flex-flow: row;
  flex: 1 1 auto;
  align-items: center;
}

.flex-column{
  padding: 0%;
}
/******/
