.common_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0%;
  padding: 0%;
  background-color: #007ac1;
  font-size: 14px;
  font-family: "Qualtrics Grotesque","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.qualtrics_banner {
  height: 112px;
  width: 100%;
}
.qlogo {
  height: 40%;
  background-image: url(Graphics/q_logo_horizontal.min.svg);
  background-position: 10% 0%;
  background-repeat: no-repeat;
  background-size: contain;
}
.IE8 .qlogo {
  background-image: url(Graphics/q.png);
}
.login_form {
  width: 61%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 20%;
}
.IE .login_form,
.webkit .login_form,
.gecko .login_form {
  width: 100%;
}
.header {
  width: 100%;
}
.IE .header {
  width: 90%;
}
.logos {
  padding-top: 20px;
  max-width: 300px;
}
.IE .logos {
  max-width: 280px;
}
.IE .header {
  text-align: center;
}
.outer_container {
  margin: 0 auto;
  height: 100%;
  width: 310px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.inner_container {
  text-align: left;
}
.IE .inner_container {
  margin-left: 20px;     
}
.login_container {
  height: 85%;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1%;
}
.loading_container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20%;
}
.message_container {
  height: 5%;
  width: 100%;
  margin-top: 12%;
}
.login_elements {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button {
  height: 12%;
}
.google_oauth {
  height: 31px;
  width: 87%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 0.1em solid #969696;
  color: #969696;
  cursor: pointer;
}
.google_oauth:active,
.google_oauth:active:focus,
.google_oauth:focus {
  outline: none;
}
.google_oauth:active:focus {
  border-color: #787878;
  background-color: #f7f7f7;
  color: #787878;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.google_oauth:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.google_logo {
  height: 60%;
  width: 30%;
  background-image: url(Graphics/google_logo.min.svg);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: contain;
}
.google_sign_in {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.google_sign_in a{
  color: #969696;
  text-decoration: none;
}
.IE .google_sign_in {
  display: inline;
  float: left;
}
.IE .google_logo {
  display: inline;
  float: left;
}
.IE .google_oauth {
  padding-top: 5px;
  height: 20px;
  width: 92%;
}
.webkit .divider_container,
.gecko .divider_container {
  height: 40px;
  width: 100%;
}
.divider_container {
  height: 5px;
}
.divider_wrapper {
  width: 82%;
}
.webkit .divider,
.gecko .divider {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #a9a9a9;
  font-weight: normal;
}
.divider {
  display: none;
}
.divider:before,
.divider:after,
.divider-ie span.before,
.divider-ie span.after {
  flex-grow: 1;
  margin: .8em 1.5% 0%;
  content: '';
  background-repeat: repeat-x;
  background-size: 100% .1em;
}
.divider:before,
.divider-ie span.before {
  background-image: linear-gradient(to right, #a9a9a9, #a9a9a9);
}
.divider:after,
.divider-ie span.after {
  background-image: linear-gradient(to left, #a9a9a9, #a9a9a9);
}
.login_fields {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: .6em .3em;
  border: 0.1em solid #cccccc;
  background-position: 6% center;
  background-repeat: no-repeat;
  background-size: 4.5%;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  width: 74%;
  text-indent: 0;
}
.login_fields:focus {
  border: 0.1em solid #66afe9;
  -webkit-box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075), 0 0 0.8em rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075), 0 0 0.8em rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.1em 0.1em rgba(0, 0, 0, 0.075), 0 0 0.8em rgba(102, 175, 233, 0.6);
  outline: 0;
}
.IE8 .login_fields,
.IE9 .login_fields {
  padding-left: 10px;
  width: 85%;
  margin-right: 30px;
}
.username {
  background-image: url(Graphics/user.min.svg);
}
.password {
  background-image: url(Graphics/lock.min.svg);
}
.IE9 .username,
.IE9 .password,
.IE8 .username,
.IE8 .password 
 {
  background-image: none;
  margin-top: 10px;
}
.input_ie8 {
  display: none;
}
.IE8 .input_ie8,
.IE9 .input_ie8 {
  display: block;
  float: left;
  color: #969696;
  width: 20px;
  text-align: left;
}

.link_container {
  width: 100%;
  margin-bottom: 10px;
}
.link {
  width: 90%;
  padding-top: 10px;
}
.url-text {
    color: #428bca;
    text-decoration: none;
}
.btn-sign-in {
  height: 31px;
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 0.1em solid #04b26e;
  background-color: #04b26e;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}
.btn-sign-in:active,
.btn-sign-in:active:focus,
.btn-sign-in:focus {
  outline: none;
}
.btn-sign-in:active:focus {
  border-color: #04945c;
  background-color: #04945c;
}
.btn-sign-in:hover {
  border-color: #04c177;
  background-color: #04c177;
}
.alert {
  padding: 15px;
  width: 80%;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.register_redirect {
  height: 10%;
  width: 100%;
  margin-top: 510px;

}

.IE .register_redirect{
  text-align: center;
}
.register_redirect a {
  color: #ffffff;
  text-decoration: none;
}
.keepBottom {
  position: fixed;
  z-index: 100; 
  bottom: 0; 
  left: 0;
  width: 100%;
  max-height: 15%;
  overflow: scroll;
}
.IE .keepBottom {
  overflow: auto;
}
.brandText {
  background-color: #ffffff;
  width: 100%;
  padding-top: .6em;
  padding-bottom: .6em; 
}
.optionalText,
.brandEditableText {
  word-wrap: break-word;
  text-align: center;
}
/** Self-Enrollment **/

#SelfEnrollPopup div,
#SelfEnrollPopup a {
  font-family:arial !important;
  margin:0pt;
  padding:0pt;
}

#SelfEnrollPopup a{
  color:blue;
  cursor:pointer;
  text-decoration:underline;
  font-size:8pt;
}
#SelfEnrollPopup #SelfEnrollPersonal a {
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  left: 280px;
  width: 90px;
}
#SelfEnrollPopup {
  z-index:999;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
#SelfEnrollPopup input {
  background:white;
  width: 360px;
  font-size: 19px;
  height: 24px;
  padding: 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #999999;
}
#SelfEnrollPopup #SelfEnrollPersonal input {
  margin: 0 0 10px;
  width: 210px;
}
#SelfEnrollPopup input:focus {
  box-shadow: 0 0 3px 3px #90ACDE;
}
#SelfEnrollPopup .Invalid input,
#SelfEnrollPopup .Invalid input:focus {
  border: 1px solid #CC0000;
  box-shadow: 0 0 3px 3px #CC6666;
}
#SelfEnrollPopup .Valid input {
  background: url("../WRQualtricsControlPanel/CPGraphics/register/check.0.png") no-repeat scroll right 7px white;
}
#SelfEnrollPopup #closeLink {
  position:absolute;
  top:-20px;
  right:-20px;
  width:30px;
  height:30px;
  display:block;
  background:transparent url("../WRQualtricsShared/Graphics/black_popup_x.png") left top no-repeat;
  cursor:pointer;
  z-index: 1;
}
#SelfEnrollPopup #SelfEnrollLogo {
  background: url("Graphics/logo.png") no-repeat scroll left top transparent;
  width:250px;
  height:115px;
  float:left;
}
#SelfEnrollPopup #SelfEnrollContent {
  border: 12px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 5px 5px;
  height: 510px;
  margin: 0 auto;
  position: relative;
  top: 50px;
  width: 575px;
}
#SelfEnrollPopup #SelfEnrollContainer {
  background-color:white;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#SelfEnrollPopup #SelfEnrollBody {
  color:#333333;
  font-size:11pt;
  height:365px;
  width:100%;
  position:absolute;
  overflow:hidden;
  top: 145px;
  left: 0;
}
#SelfEnrollPopup #SelfEnrollForm {
  width: 360px;
  margin: 0 auto;
}
#SelfEnrollPopup #SelfEnrollPersonal {
  width: 480px;
  height: 365px;
}
#SelfEnrollPopup label {
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 4px;
  margin-top: 8px;
  display: block;
}
#SelfEnrollPopup .Invalid label {
  color: #CC0000;
}
#SelfEnrollPopup label em {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-left: 4px;
  color: #707070;
}
#SelfEnrollPopup #SelfEnrollForm .InfoBox {
  height: 16px;
  margin-top: 7px;
  margin-bottom: 11px;
  text-transform: uppercase;
  color: #CC0000;
  font-weight: bold;
  font-size: 12px;
}
#SelfEnrollPopup #SelfEnrollPerks {
  padding-top: 15px;
  text-align: right;
  padding-right: 15px;
}

#SelfEnrollPopup #SelfEnrollPerks #PerksLink {
  color: #9C9694;
  font-weight: bold;
  text-decoration: none;
  font-size: 130%;
}

#SelfEnrollPopup #ContinueButton {
  background: url("../WRQualtricsControlPanel/CPGraphics/register/registersprites.0.png") repeat-x scroll 0 -29px #3352AC;
  border: 1px solid #3352AC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 10px #8FACDF;
  color: white;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  padding: 0.5em 1.5em;
  text-shadow: 0 1px #333333;
  width: 90px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  left: 120px;
}
#SelfEnrollPopup #SelfEnrollPersonal div {
  width: 230px;
  float: left;
  padding: 0 5px;
}
#SelfEnrollPopup #SelfEnrollPersonal div#Info,
#SelfEnrollPopup #SelfEnrollPersonal div#InfoBox,
#SelfEnrollPopup #SelfEnrollPersonal div#InfoHeader {
  width: 455px;
  padding: 0;
}
#SelfEnrollPopup #SelfEnrollPersonal div#Info {
  padding: 15px 0;
  margin: 15px auto;
  border: 1px solid #FFDC81;
  background-color: #FFFFC7;
  height: 50px;
  text-align: center;
}
#SelfEnrollPopup #SelfEnrollPersonal div#InfoHeader {
  font-weight: bold;
}
#SelfEnrollPopup #SelfEnrollFinalize div#Info {
  background-color: #FFFFC7;
  border: 1px solid #FFDC81;
  margin: 0 30px;
  padding: 10px 25px;
  width: 460px;
}
#SelfEnrollPopup #SelfEnrollFinalize div#InfoHeader {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0.4em;
}
#SelfEnrollOverlay {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:black;
  opacity:0;
  filter:alpha(Opacity=40);
}

input:-webkit-autofill {
  color: black !important;
}