*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #4a4c61;
  background-color: #e3e3e3;
}

.headtext {
    color: #fff;
}

.headpar{
    color: #e7b724;
    font-weight: bold;
}

.text {
    color: #f5f5f5;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  color: #4a4c61;
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

select {
    padding-left: 4em;
}

input[type="checkbox"] + label:after {
    color: #4a4c61;
}
input:focus {
  outline: 0;
  border-color: #64ac15;
}
input:focus + .input-icon i {
  color: #0074a9;
}
input:focus + .input-icon:after {
  border-right-color: #0074a9;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  border-color: #64ac15;
}

input[type="checkbox"] {
  position: relative;
  display: inline;
  width: 1em;
  padding-left: 1.6em;
}


select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}

.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 50em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #397ac3;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
.col-quarter {
  padding-right: 10px;
  float: left;
  width: 66.66666666%;
}
.col-quarter:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}

.label {
    color: #f5f5f5;
    font-weight: normal;
    position: absolute;
    left: 1.4em;
}

.link {
    text-decoration: underline;
	color: #e7b724;
	cursor: pointer;
}

input[type="button"] {
  color: #0f9fcf;
}

.responsive {
    width: 90%;
    height: auto;
}

#dialog-form{
    display:none;
}

#logocontainer{
    text-align:center;
}

#logo{
    width: 60%;
    height: auto;
}

input[type="submit"] {
  background-color: #0074a9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #f9f9f9;
  font-weight:bold;
  cursor: hand;
}

#registration_messagebox ul li{
    color: #e7b724;
}

.ar_result{
    margin-bottom: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4c61;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4a4c61;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #4a4c61;
}

#privacy {
    display: none;
}

.support_box{
    text-align: right;
    padding: 10px;
}

input[type="text"]:disabled{
  background: #bfd2e8;
}



