/**********************
** LOGIN BASE STYLES
***********************/

.top-nav .container {max-width: 980px;}

.aiche-top-level-bg-color {
  /* fixes bug preventing the interaction when page is devoid of content*/
  z-index: -1;
}

.login-wrapper{display: flex;}

/*.login-form {padding: 40px 0 90px 0;}*/

#zone-content.login-wrapper {padding: 0;max-width: 980px;}

.userProfileIcon {
  color: #c3c3c3;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  padding: 1.1em 0.5em 1em 0.5em;
}

.footer-top {
  background: #2e2e2e;
  text-align: center;
  padding: 8px 0;
}

.footer-top a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 5px 0;
}

.footer-top .tel{
  font-size: 18px;
  font-weight: bold;
}

.footer-top .separator:before{
  content:"|";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}

.footer-top .tel svg{
  width: 15px;
  height:15px;
  fill: #fff;
  margin-right: 10px;
}

.footer-bottom{
  background: #232323;
  color: #bcbcbc;
  text-align: center;
  padding: 15px 0;
}

.footer-bottom .copyright{margin: 0;}

.quick-link-group .last img {padding: 0;margin-right: 10px;}


/* responsive styles */

@media (max-width: 767px) {
  .login-wrapper{flex-direction: column;}

  #zone-content.login-wrapper {max-width: none;width: 100%;}

  #zone-branding #logo-wrapper {text-align: left;}
  #zone-branding #logo-wrapper .logo-img {margin: 0;}

  #page{padding-top: 0;}
  .section-header{padding: 1.8em 0}
}

@media (min-width: 768px) and (max-width: 1023px){
  #zone-content.login-wrapper {max-width: none;width: 100%;}

  .section-wrapper.section-left,
  .section-wrapper.section-right {width: 50%;}
}

@media (min-width: 1024px){
  /*.login-wrapper .section-wrapper {
    position: relative;
  } */

  .login-wrapper .section-left:before, .login-wrapper .section-right:after { content: ""; display: inline-block; position: absolute;}
  .login-wrapper .section-left:before { border-bottom: 576px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0,0,0,0.3); left: -10px; top: 10px; }
  .login-wrapper .section-right:after {border-bottom: 526px solid rgba(0, 0, 0, 0);border-left: 10px solid rgba(0,0,0,0.3);right: -10px;top: 52px;}

  .section-wrapper.section-left {width: 54%;}

  .section-wrapper.section-right {width: 47%;}
}

@media (min-width: 800px) {

  .quick-link-group{width: auto;}

  .quick-link-group li{width: auto;}
}

@media (min-width: 1024px) {
#zone-content {
    box-shadow: none;
  }
}

/*****************************
** LOGIN SECTION STYLES
******************************/
.login-form .page-heading {
  text-align: center;
  font-size: 1.750rem;
  color: #1d70a4;
  margin-bottom: 1.3em;
}

.login-form .meeting-form__label > span, .login-form .meeting-form__label > a.forgot{display: inline-block;}

.login-form .meeting-form__label > span {
  font-weight: bold;
}

.login-form .meeting-form__label > a.forgot {
  float: right;
  color: #1d70a4;
}

.login-form .meeting-form__label > input{
  clear: both;
}

.login-form .meeting-form__label .showPass {border: 0;background: none;margin: 5px 0;display: inline-block;font-size: .875rem;color: #1d70a4;}

.login-form .meeting-form__label .showPass svg { width: 12px;  height:12px; fill: #1d70a4; display: inline-block; }

.login-form > fieldset{ display: flex; flex-direction: column; justify-content: center;}

.login-form .meeting-form__row.row--single-input .meeting-form__group { width: 100%; max-width: 300px; padding-right: 0; margin: 0 auto; display: block;}

.login-form .meeting-form__button, .login-form .meeting-form__button:link {margin: 0 auto;}

.login-form .label--checkbox {display: flex; justify-content: center; margin: 20px 0; }

.bottomAccessNote {border-top: 1px solid #e8e8e8; color: #3d474d;padding: 20px 10px;}

@media (max-width: 767px) {
  .login-form .meeting-form__row.row--single-input {
    padding: 0 10px;
  }
}


/*****************************
** RIGHT SECTION STYLES
******************************/
.section-right {
    color: #000;
    background: url() no-repeat center center;
    background-image: url('../../../images/Login/side-bg.jpg');
    background-size: cover;
}

.section-right .side-title {font-size: 1.50rem;color: #000;font-weight: normal;margin-bottom: 1em;}
.section-right .side-list > li{list-style-type: disc;}

.side-buttons a {color: #000;font-size: 1em;text-transform: uppercase;font-weight: bold;}

a.button-transparent {background: transparent;border: 2px solid #000;border-radius: 5px;}

a.button-transparent:hover {border-color: #fff;}

a.side-button {padding-right: .75em;color: #000;box-shadow: none;text-transform: uppercase;font-size: 1em;font-weight: bold;margin-bottom: 0;}

a.side-button:after {content:"";display: inline-block;border-left: 7px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;margin: 0 0 0 15px;}

a.side-button:hover:after{border-left-color: #fff;}


@media (max-width: 767px){
  
  .section-right .side-text{padding: 20px 10px;}

  .section-right .side-content{font-size: 1.1em;}
  
  .section-right .side-list li {font-size: 1em;}

  .section-right .side-buttons a {display: inline-block;}

  .section-right .side-buttons a.button {margin: 0 40px 20px 0}
}

@media (min-width: 768px){
  .section-right .side-text{padding: 40px;}
  .section-right .side-content,.section-right .side-list li {font-size: 1.2em;}
}
.validation--error .label--checkbox legend,
	.validation--error .label--checkbox .required__error-message {
			color: red;
	}

	.validation--error .label--radios legend,
	.validation--error .label--radios .required__error-message {
			color: red;
	}

	.error__message {
			
			display: block;
			margin-bottom: 0px;
			margin-top: 0.25rem;
			color: #f00;
			padding-right: 15px;

			position: static;
            width:auto;
			/*bottom: -11px;*/
			font-size: .9em;
	}
    .aiche-requiredblock .aiche-reqblock-inner {
    position: relative;
    width: 96%;
    margin: .5em auto;
    border: 1px solid #FF0000;
    border-radius: 10px;
    padding: 10px;
    padding-inline-start: 30px;
    margin-left: 10px;
    font-size: 14px;
    color: #FF0000;
}