body {
  background-color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
body.agreementPage {
  background-color: #fff;
}

.codeSection {
  position: absolute;
  margin: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 15px;
  font-size: 0.7rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  max-width: 480px;
  margin: 0 auto;
}
.codeSection .innerContent {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: auto;
  flex-direction: column;
}
.codeSection .innerContent .hide {
  display: none;
}
.codeSection .innerContent:nth-of-type(2) {
  margin: auto;
}
.codeSection .innerContent:last-child {
  margin-bottom: 20px;
}
.codeSection .innerContent:last-child img {
  padding: 10px;
  width: 40px;
  vertical-align: middle;
}
.codeSection .innerContent .ip_error {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #666;
  display: block;
}
.codeSection .innerContent .ip_error span {
  font-size: 1.5rem;
  color: #000;
}
.codeSection .innerContent .btn_div {
  display: block;
  margin-top: 25px;
}
.codeSection .innerContent .btn-primary {
  cursor: pointer;
  color: #fff;
  background-color: #0A84FF;
  border-color: #0A84FF;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 1em;
  text-decoration: none;
}
.codeSection .innerContent .btn-primary:hover {
  background-color: rgba(51, 122, 183, 0.9098039216);
  border-color: rgba(51, 122, 183, 0.9098039216);
}
.codeSection .innerContent .connect_msg {
  margin: 0;
  font-size: 1.5em;
}
.codeSection .innerContent .formSection {
  width: 96%;
}
.codeSection .innerContent .formSection input {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  background: #E2E2E2;
  border: none;
  padding: 10px;
  border-radius: 4px;
}
.codeSection .innerContent .formSection .error {
  color: red;
  margin: 0;
  font-size: 1em;
}
.codeSection .innerContent .formSection button {
  cursor: pointer;
  color: #fff;
  background-color: #0A84FF;
  border-color: #0A84FF;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 1em;
}
.codeSection .innerContent .formSection button:hover {
  background-color: rgba(51, 122, 183, 0.9098039216);
  border-color: rgba(51, 122, 183, 0.9098039216);
}
.codeSection .innerContent .title {
  display: block;
  font-size: 1.3em;
  width: 100%;
  font-weight: normal;
}
.codeSection .innerContent .subtitle {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.4em;
  display: block;
  width: 100%;
}

.agreementSection .innerContent .logo {
  text-align: center;
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 3em auto;
}
.agreementSection .innerContent .agreement {
  font-size: 0.9em;
  padding: 0em 3em;
  color: #333;
}
.agreementSection .innerContent .agreement h1 {
  font-size: 1em;
  text-align: center;
}
.agreementSection .innerContent .agreement h2 {
  font-size: 0.9em;
}
.agreementSection .innerContent .agreement p {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 2.5em;
  text-align: justify;
}
.agreementSection .innerContent .agreement p:last-child {
  margin-bottom: 1em;
}
.agreementSection .innerContent .btnSection {
  text-align: center;
  margin: 3em 0 5em 0;
}
.agreementSection .innerContent .btnSection .btn-primary {
  cursor: pointer;
  color: #fff;
  background-color: #0A84FF;
  border-color: #0A84FF;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  margin-top: 1em;
  text-decoration: none;
}
.agreementSection .innerContent .btnSection .btn-primary:hover {
  background-color: rgba(51, 122, 183, 0.9098039216);
  border-color: rgba(51, 122, 183, 0.9098039216);
}

.castingSuccess {
  position: absolute;
  margin: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 15px;
  font-size: 0.7rem;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.castingSuccess .innerContent {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: auto;
}
.castingSuccess .innerContent .top_heading {
  font-size: 1.8em;
  width: 60%;
  line-height: 1.4em;
}
.castingSuccess .innerContent:nth-of-type(2) {
  margin: auto;
}
.castingSuccess .innerContent:last-child {
  margin-bottom: 20px;
}
.castingSuccess .innerContent:last-child div {
  display: block;
  width: 100%;
}
.castingSuccess .innerContent:last-child img {
  padding: 15px 10px;
  zoom: 0.9;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */