body {
  background: url("../img/bg_desktop.jpg");
}
#header
{
  overflow: hidden;
  background: #457cb9;
}

#header-elements {
  float: left;
  display: block;
  padding: 14px 15px;
}


.logo-text {
  float: right;
  margin-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 21px;
  color: #ffffff;
  margin-top: 23px;
}

#header-elements img {
  height: 60px;
  margin-left: 230px;
}

#body-contents {
  width: 900px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 5px;
}


#body-contents h1
{
  font-family: Verdana, Geneva, sans-serif;
  font-size: 21px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}

#error-messages-div {
  display: none;
  width: 80%;
  height: auto;
  background: #cce4f0;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #457cb9;
  margin-top: 10px;
  padding: 2px;
}

#body-contents p
{
  font-family: "Gotham", "Helvetica", "sans-serif";
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
  padding: 5px;
}

.option-wrapper {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.option-radius {
  width: 30%;
  height: 140px;
  background: #ffffff;
  border: #457cb9;
  border-style: solid;
  border-radius: 10px;
  margin: 10px;
}

.option-radius h1 {
  font-family: "Gotham", "Helvetica", "sans-serif"!important;
  font-size: 18px!important;
  text-align: center!important;
}

.option-radius img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 30%;
}

.float-left {
  float: left;
  margin-left: 15%;
}

.float-right {
  float: right;
  margin-right: 20%;
}

.clear {
  clear: both;
}

#back-button {
  margin-top: 10px;
  margin-left: 10px;
}

#back-button a  {
  font-family: "Gotham", "Helvetica", "sans-serif";
  font-size: 18px;
  text-align: center;
  color: #457cb9;
  text-decoration: none;
}

/* FORMS */

.form {
  width: 80%;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form__group {
    display: block;
    position: relative;
}

.form__group label {
    font-family: "Gotham", "Helvetica", "sans-serif";
    font-size: 18px;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin-top:10px;
    padding-bottom: 10px;
}

.form__group input, .form__group select, .form__group textarea {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: "Gotham", "Helvetica", "sans-serif";
    padding: 10px 15px;
    text-align: left;
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
    border: solid 2px rgba(55, 131, 217, 0.5);
}



.form__group input[type="checkbox"]:checked + label::after, .form__group input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    background: #1B1C1D;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form__group input[type="radio"]:checked + label::after {
    width: 12px;
    height: 12px;
    left: 8px;
    top: 7px;
    background: #1B1C1D;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
}

.form__group input[type="checkbox"]:checked + label::before, .form__group input[type="radio"]:checked + label::before {
    background: #ffffff;
}

.form__group input[type="radio"] + label::before {
    border-radius: 100%;
}

.form__group input[type="checkbox"] + label::before, .form__group input[type="radio"] + label::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    margin-left: -30px;
    border-radius: 3px;
    border: solid 1px #CCCCCC;
    background: white;
}

.form__group input[type="checkbox"] + label, .form__group input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
        padding-bottom: 0px;
        padding-left: 0px;
    padding-bottom: 10px;
    padding-left: 35px;
    line-height: 1.5;
}

.form__group input[type="checkbox"], .form__group input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.form__group input[type="radio"]:checked + label::after {
    width: 12px;
    height: 12px;
    left: 8px;
    top: 7px;
    background: #1B1C1D;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
}




input[type="text"] {
    line-height: 1.4;
    width: 100%;
}

input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.button--primary {
	    display: inline-block;
	    width: auto;
	    text-align: center!important;
	    text-transform: uppercase;
	    font-family: "Gotham", "Helvetica", "sans-serif";
	    padding: 10px;
		margin-left:20px;
	    line-height: normal;
	    font-weight: 500;
	    outline: none;
	}


	.button--primary {
	    background: #3783d9;
	    color: #fff
	}

	.button--md {
	    font-size: 20px
	}
	
	.button--primary:disabled,.button--primary[disabled]
{
	background: #7f8c8d;
}


button::after, a[role="button"]::after, .button::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
}

.button, a[role="button"], button {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--primary {
    background: #3783d9;
    color: #fff;
}

/* Form Validation */

.error{
	display: none;
	margin-left: 10px;
}

.error_show{
	color: red;
	margin-left: 10px;
}

input.invalid, textarea.invalid{
	border: 2px solid red;
}

input.valid, textarea.valid{
	border: 2px solid green;
}

#receiving-unit-group {
  display: none;
}

.g-recaptcha
{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 600px) {
   #body-contents {
     width: 80%;
   }

   #header-elements {
     display: block;
     padding: 14px 15px;
   }

   .logo-text {
     margin-left: 10px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 21px;
     color: #ffffff;
     margin-top: 23px;
   }

   #header-elements img {
     height: 60px;
     margin-left: 1em;
   }


   .option-radius {
     width: 40%;
     height: 10em;
     background: #ffffff;
     border: #457cb9;
     border-style: solid;
     border-radius: 10px;
     margin: 10px;
   }

   .float-left {
     float: left;
     margin-left: 3%;
   }

   .float-right {
     float: right;
     margin-right: 3%;
   }

   .option-radius img {
     display: block;
     margin-top: 15px;
     width: 50%;
   }

   .form {
     width: 70%;
     height: auto;
     margin-top: 40px;
   }

   .form__group input, .form__group select, .form__group textarea {
       padding: 5px 0px;
   }

   .g-recaptcha {
     width: 100%;
     transform:scale(0.77);
     -webkit-transform:scale(0.77);
     transform-origin:0 0;
     -webkit-transform-origin:0 0;
   }


}

    .form__group input[type=submit]
  {
	width: 50%!important;
	margin-left: auto;
	margin-right: auto;
 }
 
 #login-error
 {
	 width:100%; 
	 height: auto; 
	 padding: 5px; 
	 background: pink;
     border: 2px solid red;
     margin: 10px; margin-bottom: 10px;
 }

@media only screen and (max-width: 600px) {
   #body-contents {
     width: 80%;
   }

   #header-elements {
     display: block;
     padding: 14px 15px;
   }

   .logo-text {
     margin-left: 10px;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 16px;
     color: #ffffff;
	 font-weight:bold;
     margin-top: 26px;
   }

   #header-elements img {
     height: 60px;
     margin-left: 1em;
   }


   .option-radius {
     width: 40%;
     height: 10em;
     background: #ffffff;
     border: #457cb9;
     border-style: solid;
     border-radius: 10px;
     margin: 10px;
   }

   .float-left {
     float: left;
     margin-left: 3%;
   }

   .float-right {
     float: right;
     margin-right: 3%;
   }

   .option-radius img {
     display: block;
     margin-top: 15px;
     width: 50%;
   }

   .form {
     width: 70%;
     height: auto;
     margin-top: 40px;
   }

   .form__group input, .form__group select, .form__group textarea {
       padding: 5px 0px;
   }
   
    .g-recaptcha {
    width: 100%;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
   }
   
   .add_more {
	   width: 105%; 
	   margin-left: auto; 
	   margin-right:auto;
   }
  
    .form__group input[type=submit]
  {
	width: 70%!important;
 }
 
  #login-error
 {
	 width:100%; 
	 height: auto; 
	 padding: 5px; 
	 background: pink;
     border: 2px solid red;
     margin: 5px;
	 margin-bottom: 5px;
 }


}

