/************ RedEye Colours ************/
/************ Grey Scale ************/
/************ General Colours ************/
/* #e51d41 */
/* #f0f0f0 */
/* #23afe6 */
/************ Text Colours ************/
/* #495057 */
/************ Button Colours ************/
/* #aaaaaa */
/* #f7f7f7 */
/* #23afe6 */
/************ Input Colours ************/
/* #f0f0f0 */
/* #23afe6 */
/* #5172fc1a */
/* #23afe6 */
.loginArea .colorbandContainer .errorBox {
  position: relative;
  height: 150px;
  width: 340px;
  display: block;
  border-radius: 4px;
  margin: 10px auto;
}
.loginArea .colorbandContainer .errorBox .errorHeading {
  font-family: "Open Sans", sans-serif;
  color: #002a4d;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 180px;
}
.loginArea .colorbandContainer .errorBox .errorText {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #002a4d;
  margin-bottom: 15px;
  margin-top: 0;
}
.loginArea .colorbandContainer .errorBox .loginBtn {
  width: 285px;
  text-decoration: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  border: 1px solid #23afe6;
  background: #23afe6;
  border-radius: 4px;
  padding: 9px 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .errorBox {
    width: 90%;
    margin: 0 auto;
  }
}
