﻿/*********************** COLOR DEFS ***********************/
/*********************** UI COLORS ***********************/
#mainLogo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-device-width: 414px) {
  #mainLogo {
    width: 350px;
    height: 50px;
  }
}
@media only screen and (max-device-width: 320px) {
  #mainLogo {
    width: 300px;
    height: 43px;
  }
}
.centerblock-content {
  display: table;
  margin-bottom: 20px;
  margin: 0 auto;
  padding: 0 0;
  width: 310px;
}
@media only screen and (max-device-width: 320px) {
  .centerblock-content {
    width: 290px;
  }
}
.centerblock-button {
  border-radius: 2px;
  color: #bbbbbb;
  background-color: #222222;
  border: 2px solid #bbbbbb;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0;
  margin-top: 30px;
  padding: 9px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.centerblock-button:hover {
  color: #222222;
  background-color: #bbbbbb;
}
.centerblock-button:focus {
  color: #222222;
  background-color: #bbbbbb;
}
.centerblock-twobutton-left {
  margin-right: 30px;
  width: 135px;
}
.centerblock-twobutton-right {
  width: 135px;
}
.centerblock-twobutton-small {
  margin-right: 30px;
  width: 90px;
}
.centerblock-twobutton-large {
  width: 180px;
}
@media only screen and (max-device-width: 320px) {
  .centerblock-twobutton-left {
    margin-right: 28px;
    width: 126px;
  }
  .centerblock-twobutton-right {
    width: 126px;
  }
  .centerblock-twobutton-small {
    margin-right: 28px;
    width: 84px;
  }
  .centerblock-twobutton-large {
    width: 168px;
  }
}
.centerblock-input {
  color: #bbbbbb;
  background-color: #222222;
  border: 2px solid #bbbbbb;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
  margin-bottom: 10px;
}
input:focus {
  outline: none !important;
}
.centerblock-headline {
  color: #bbbbbb;
  background-color: #222222;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 35px;
}
@media only screen and (max-device-width: 320px) {
  .centerblock-headline {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.validation_message {
  color: #d03636;
  text-align: center;
}
.security_question {
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
}
.centerblock-input-container {
  margin-bottom: 15px;
}
.centerblock-box-container {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  margin: 10px;
  padding: 25px 50px 25px 50px;
}
/*# sourceMappingURL=CenterBlock.css.map */