body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  color: #000;
}
.errorlist{
  list-style: none;
  padding: 0 10px;
  text-align: center;
}


/*************************************/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/*********main-body******/
#main-body {
  width: 100vw;
}

.body-col {
  border: 17px solid #2eb9ed;
  padding: 10px;
  background-color: #FFF;
}

/********info-row*********/
.info-row {
  max-width: 1000px;
  margin: 0 auto;
}
.info-row h1 {
  font-weight: 600;
  font-size: 26px;
  color: #23b9e3;
  padding-bottom: 10px;
}

.info-row p,
.info-row ul {
  font-size: 18px;
}

.info-row h2 {
  font-weight: 700;
  font-size: 35px;
}

.info-row h3 {
  font-weight: 300;
  font-size: 23px;
  color: #23b9e3;
}

.info-row a {
  font-weight: 300;
  color: #23b9e3;
  font-size: 18px;
  text-decoration: underline;
}

.info-row a:hover {
  color: #118daf;
  text-decoration: underline;
}

.imghref:hover {
  -webkit-box-shadow: 0px -9px 12px 2px rgba(231, 166, 26, 0.3);
  -moz-box-shadow: 0px -9px 12px 2px rgba(231, 166, 26, 0.3);
  box-shadow: 0px -9px 12px 2px rgba(231, 166, 26, 0.3);
}

.regular-info {
  font-weight: 500;
}

/******login*******/
.socbutt {
  padding-right: 10px;
  margin-bottom: 40px;
}

.login-form input {
  background-color: #dddddd;
  width: 90%;
  color: black;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 20px;
  border: 0;
}

.login-form input::-webkit-input-placeholder {
  color: black;
}

.login-form input::-moz-placeholder {
  color: black;
}

.login-form input:-moz-placeholder {
  color: black;
}

.login-form input:-ms-input-placeholder {
  color: black;
}

.invalid-field {
  border-bottom: 2px solid red !important;
}


.info-row .hrefloginform {
  margin-bottom: 20px;
  margin: 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-row {
  display: block;
  margin-bottom: 20px;
}

.href-secure-row {
  height: 80px;
  text-align: center;
}

.href-secure-row img {
  padding-top: 10px;
  width: 17px;
  position: relative;
  top: 3px;
}

.text-secure-row {
  padding-left: 10px;
}

.hrefelement {}

.imghref,
.imgintext {
  width: 100%;
  height: auto;
}

.login-form #submitForm {
  -webkit-appearance: none;
  width: auto;
  margin: 0 auto;
  background-color: #fb9900;
  font-family: 'Bebas Neue', "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 1px;
  padding: 5px 50px;
  position: relative;
  text-transform: uppercase;
  outline: none;
  border: none;
}

/* .login-form:before,
.login-form:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 34px;
  left: 3.5%;
  width: 40%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.login-form:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 3.5%;
  left: auto;
} */

.social-login img {
  max-width: 43px;
}

.login-failed h2 {
  color: #0a4e68;
}

.login-failed p {
  margin-top: 5px;
}

@media(min-width: 0px) and (max-width: 360px) {
  .info-row h1 {
    font-size: 20px;
  }

  .info-row p,
  .info-row ul {
    font-size: 1px;
  }

  .info-row h2 {
    font-size: 18px;
  }

  .info-row h3 {
    font-size: 18px;
  }

  .info-row a {
    font-size: 13px;
  }

  .login-form input {
    font-size: 13px;
    width: 80%;
  }

  .text-secure-row {
    font-size: 11px;
  }

  .secure-img {
    height: 15px;
  }

  .socbutt {
    height: 40px;
  }

}