
body, html {
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: 'Catamaran', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  overflow-x: hidden;
  background-color: #C8D9E5;
}

a {
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

a:hover, a:active {
  text-decoration: none;
}

.textcolor-black {
  Color: black !important;
}

.banner {
  background-color: #f7f7f5;
  padding: 10px 20px;
}

.header {
  background-image: url("../assets/img/Header-Banner.jpg");
  height: auto;
  padding: 50px 50px 70px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-size-25 {
  font-size: 25px;
}

.helpbackground {
  background-color: white;
}

.help-content {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 200ms ease-in-out;
  border-radius: 2px;
  border-bottom: 5px #EAEAEA solid;
}

.help-content:hover {
  border-bottom: 5px #7492BB solid;
}

.help {
  padding: 70px 20px;
  border-top: 2px #EAEAEA solid;
  border-bottom: 2px #EAEAEA solid;
}

@media (min-width: 990px) {
  .help .container {
    max-width: 1000px;
  }
}

.border-color {
  border-color: #7492BB !important;
  width: 80px;
  display: block;
  border-bottom: 1px solid;
  margin: auto;
}

.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/*
* Card component
*/

.card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card img {
  margin: auto;
}

/*
* Form styles
*/

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail, .form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: #7492BB;
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  border-radius: 0;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
  background-color: #022C4F;
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover, .forgot-password:active, .forgot-password:focus {
  color: rgb(12, 97, 33);
}

.register {
  color: rgb(104, 145, 162);
}

.register:hover, .register:active, .register:focus {
  color: rgb(12, 97, 33);
}

.contact-form {
  margin-top: 15px;
}

.contact-form .textarea {
  min-height: 220px;
  resize: none;
}

.form-control {
  box-shadow: none;
  border-color: #eee;
  height: 49px;
  border-radius: 0;
}

.form-control3:focus {
  box-shadow: none;
  border-color: #00b09c;
}

.main-btn {
  background: #7492BB;
  border-color: #7492BB;
  color: #fff;
  width: 100%;
  border-radius: 0;
}



.main-btn:hover {
  background: #022C4F;
  color: #fff;
}

.contact {
  padding: 70px 50px;
}

.footer-title {
  text-align: center;
}

div.text-aligner {
  max-width: 200px;
  margin: auto;
}

.footer {
  background-color: #022C4F;
  Color: #fff;
  padding: 70px 50px 30px 50px;
  text-align: left;
}

.schoolinfo {
  Color: #fff;
}

.schoolinfo:hover {
  Color: #fff;
}

.color-cstm-link,
.color-cstm-link-hover {
  color: #b9defd;
}

.color-cstm-link-hover:hover {
  color: #87c7fc;
}

@media (max-width: 575px) {
  div.container.wrapper {
    padding: 0 !important;
    margin: 0;
    width: 100vw;
  }
}
