

/**************************************************/
/*   Module: auth.css                             */
/**************************************************/




.font100 {
  font: 100 0.82em "Open Sans", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 940px) {
  .font100 {
    font: 100 0.9em "Open Sans", Arial, Helvetica, sans-serif;
  }
}
.fontInput {
  font: 100 1em "Open Sans", Arial, Helvetica, sans-serif;
}
.fontRepsonsiveInput {
  font-size: 16px;
}
.transitionBGColor {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.borderBox {
  box-sizing: border-box;
}
div.flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 70%;
  margin: 30px auto;
  padding: 1em 1.5em;
  border: 1px solid #b0b0b0;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 940px) {
  div.flexContainer {
    display: block;
    padding: 1em 1em;
    border-left: none;
    border-right: none;
    width: auto;
    margin: 0;
  }
}
div.flexContainer > div.section {
  margin: 0 auto;
  width: 50%;
  vertical-align: top;
  padding: 0.0em 1.0em 1.0em 1.0em;
}
@media only screen and (max-width: 940px) {
  div.flexContainer > div.section {
    width: 100%;
    padding: 0;
  }
}
div.section .label {
  margin: 20px 0 10px 0;
}
div.section .align {
  text-align: center;
}
@media only screen and (max-width: 940px) {
  div.section .align {
    text-align: center;
  }
}
a.action {
  line-height: 30px;
}
@media only screen and (max-width: 940px) {
  a.action {
    line-height: 50px;
  }
}
input {
  width: 100%;
  box-sizing: border-box;
}
ul.dontHaveAccount {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
ul.dontHaveAccount li {
  line-height: 1.5em;
  opacity: 0.7;
}
input.login {
  box-sizing: border-box;
  padding: 15px !important;
  width: 100% !important;
}
iframe.signout {
  display: none;
}
div.externalProviders {
  margin: 0.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
div.externalProvidersOr {
  padding-top: 1.0em;
  text-align: center;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}
div.externalProvidersOr > span {
  position: relative;
  top: 0.5em;
  background-color: #e9e9e9;
  padding: 1.0em;
}
.provider {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 0.5em 0;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  padding: 0.5em !important;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media only screen and (max-width: 940px) {
  .provider {
    font-weight: bold !important;
    padding: 0.8em !important;
  }
}
.loginFacebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.loginGoogle {
  color: #ffffff !important;
  background-color: #c32f10 !important;
}
/*#UDS_LOGIN {
	width: 100% !important;
	@media only screen and (max-width:@mediaSplit) {
		width: 100% !important;
	}
}*/
