/* *** `STRUCTURE *** */
ul{ list-style-type: none; }
.block50 { 
    width: 45%;
    display: inline-block;
}

section {
    padding-top: 50px;
}

/* *** COLOR *** */
.text-blue-600 { color: rgb(37 99 235 / var(--tw-text-opacity, 1)); }
.text-blue-700 { color: rgb(29 78 216 / var(--tw-text-opacity, 1)); }
.text-gray-900 { color: rgb(17 24 39 / var(--tw-text-opacity, 1)); }
.bg-background-white { background-color: #fff; }
.bg-background-blue { background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)); }}


/* *** SIZE AND ALIGNMENT *** */
.justify-center { justify-content: center; }
.text-center { text-align: center; }
.font-bold { font-weight: 700; }
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

nav { background: #3a3a3a; }



.btnGetStarted {
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
}

.btnGetStarted:hover { background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)); }
.card { margin: 10px; }

.JumboTronText-lg {
  max-width: 800px;
  margin:20px auto;
  font-size: 1.25rem;
}

.JumboTronText {
  max-width: 800px;
  margin: 20px auto;
}

footer {
    background: #3a3a3a;
    padding-top: 30px;
    color: #7e7e7e;
}


/* *** CAPTCHA *** */
fieldset { 
  border: 1px solid #ccc; 
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.CaptchaWrap { position: relative; }

.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 343px;
}

#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat; 
  background-size : 100%;
  width: 32px; 
  height: 32px;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  border: 0px;
  cursor: pointer;
}

.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}

.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

.validation { 
    display: none; 
    color: red;
}

#sendmessage {
    display: none; 
    color: green;
    font-weight: bold;
    font-size: 14px;
}

#errormessage {
    display: none; 
    color: red;
    font-weight: bold;
    font-size: 14px;
}