a {
  color: #1963AB;
}

#header-wrapper, #banner-wrapper, #footer-wrapper {
  font-family: 'Lato Regular', sans-serif;
}

html.meta-page, #header-wrapper, #banner-wrapper, #footer-wrapper {
  background: #F5F6F7;
}

html.dashboard, #footer, #footer .wrapper, html.teamstatus #banner_short .wrapper {
  background: #6699FF;
}

#banner-wrapper {
  height: 70px;
}

#header-content, #banner-content, #footer-content {
  color: #1963AB;
}

#banner-content h1 {
  font-weight: 500;
}

#header-content .tab {
  margin-top: 10px;
}

#header-content .tab a {
  padding: 10px 15px;
  margin-left: 5px;
}

#content-wrapper {
  padding: 80px 0;
  background: #FFFFFF;
  font-family: 'Lato Light', sans-serif;
}

#content, p.terms {
  color: #475A66;
}

#content .msg {
  color: #DD2222;
  display: inline-block;
  max-width: 720px;
  min-height: 0;
}

#logo-configurator {
  display: block;
}

#logo-main {
  display: block;
}

#logo-main img {
  width: 250px;
}

.signup-body {
  background: url(../img/signup/background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form.meta input:not([type="submit"] ) {
  border-color: #38AEFF;
}

.form.meta input[type="submit"] {
  background-color: #fda100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fda100),
    to(#e68c00));
  background-image: -webkit-linear-gradient(top, #fda100, #e68c00);
  background-image: -moz-linear-gradient(top, #fda100, #e68c00);
  background-image: -o-linear-gradient(top, #fda100, #e68c00);
  background-image: linear-gradient(to bottom, #fda100, #e68c00);
}

.form.meta input[type="submit"]:hover {
  background-color: #e68c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e68c00),
    to(#fda100));
  background-image: -webkit-linear-gradient(top, #e68c00, #fda100);
  background-image: -moz-linear-gradient(top, #e68c00, #fda100);
  background-image: -o-linear-gradient(top, #e68c00, #fda100);
  background-image: linear-gradient(to bottom, #e68c00, #fda100);
}

.form.meta input[type="submit"]:disabled {
  background-color: #e68c00;
}

/* ----styles for new signup page */
.hide {
  display: none;
}

#signup-container .inputs {
  width: auto;
  margin-bottom: 0;
}

#signup-container .inputs input, #dd-input li {
  font-family: "Lato", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dd-input:before {
  content: "";
  background: url(../img/signup/dropdown.gif) no-repeat;
  position: absolute;
  width: 17px;
  height: 15px;
  margin-top: 8px;
  margin-left: 250px;
  cursor: pointer;
  background-size: contain;
}

#signup-container {
  font-family: "Lato", system-ui, sans-serif;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}

#image-filler {
  background-image: url(../img/signup/filler.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
}

.inner-wrapper {
  display: flex;
  flex-direction: row;
  width: 65vw;
  margin-top: 80px;
  justify-content: center;
}

/* for iPad  */
@media ( max-width : 1025px) {
  #signup-container {
    background-size: contain;
  }
}

@media ( max-width : 1280px) {
  .inner-wrapper {
    width: 80vw;
  }
}

@media ( max-width : 1080px) {
  .inner-wrapper {
    width: 90vw;
  }
}

/* mobile view */
@media ( max-width : 991px) {
  .inner-wrapper {
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }
  #image-filler {
    height: 100%;
  }
  body, #site-wrapper {
    width: 100vw !important;
    min-width: 100vw !important;
  }
  #leftBlock {
    margin-bottom: 60px;
  }
  #empty-block {
    height: 300px !important;
  }
  #signup-container {
    background-size: contain;
  }
}

#empty-block {
  height: 340px;
  width: 100%;
}

#leftBlock {
  width: 404px;
  min-width: 404px;
  height: 443px;
  top: 138px;
  background: #FFFFFF;
  border-radius: 10px;
  display: block;
  margin: 10px;
  padding: 40px;
}

#leftBlock img {
  width: auto;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}

#rightBlock {
  width: 484px;
  min-width: 484px;
  height: 523px;
  top: 138px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 10px;
}

#signup-container .form.meta.signup {
  border-radius: 10px;
  border: 2px solid white;
  background-color: white;
  overflow: hidden;
}

#signup-container .form.meta.signup.label {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  width: 200px;
  height: 34px;
  left: 150px;
  position: relative;
  top: 18px;
  color: #475A66;
}

#signup-container .form.meta.signup.confirmation {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  width: 330px;
  height: 300px;
  left: 75px;
  position: relative;
  top: 200px;
  color: #475A66;
}

#signup-container input[type="text"], #signup-container input[type="password"] {
  width: 260px;
  border: 2px solid #c0ccc8;
  color: #475A66;
}

#signup-container .form.meta.signup input[type="submit"] {
  width: 180px;
  background-color: #ff9900;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

#signup-form {
  text-align: center;
  padding: 35px 0 0 0;
}

#signup-form h4 {
  width: 120px;
  font-size: 18px;
  color: #475A66;
  margin-right: 5px;
  white-space: nowrap;
}

#signup-form input {
  margin-bottom: 0;
}

#termsAndPolicy p {
  width: 230px;
  float: left;
  text-align: left;
  font-size: 16px;
}

#termsAndPolicy p a {
  color: #38AEFF;
  text-decoration: underline;
}

#termsAndPolicy input {
  float: left;
  margin-left: 7px;
  margin-right: 12px;
  color: #475A66;
}

#signup-form #pwd-errors {
  width: 100%;
  padding: 5px 0 5px 0;
}

#signup-form .msg {
  color: #DD2222;
}

#signup-form .msg:empty {
  display: none;
}

#signup-form #pwd-errors ul li {
  background-position: 5px 3px;
  padding: 0 0 0 28px;
}

/* ---------new SIGNUP END */
#header-content .tab a:hover {
  text-decoration: underline;
}

#pwd-errors {
  background: rgba(255, 255, 255);
  border-color: #38AEFF;
  padding: 5px 0 5px 10px;
  border-radius: 5px;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#pwd-errors ul {
  text-align: left;
  color: black;
  padding: 5px;
  line-height: 23px;
}

#pwd-errors ul li {
  padding: 0 0 0 21px;
}

#pwd-errors ul li.valid {
  color: #06b456;
  background: url("../img/greencheckmark.png") no-repeat 0 3px;
}

#pwd-errors ul li.invalid {
  color: #db1617;;
  background: url("../img/redx.png") no-repeat 0 3px;
}

#pwd-errors:empty {
  display: none;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 3px solid #9c9c9c;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(156, 156, 156, 0);
  border-bottom-color: #38AEFF;
  border-width: 14px;
  margin-left: -14px;
}

.form.meta input[type="submit"]:disabled {
  background-color: #B3AEAE;
  background-image: linear-gradient(to bottom, #B3AEAE, #969595);
}

#signup-form .required {
  float: right;
  margin-right: 10px;
  margin-top: -10px;
  font-size: 14px;
}

