/* 
    label{
	display: block;
	font-size: 20px;
}

input {
	margin: 0 0 20px;
    width: 250px;
    height: 48px;
    font-size: 20px;
	padding: 0 10px;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -20px;
  width: 130px;
  height: 40px;
  text-align: center;
}
#submit_btn {
  outline: none;
    height: 50px;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    background: #1ecd97;
    border: 2px solid #1ecd97;
    color: white;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;

}
#submit_btn:hover {
  color: #1ecd97;
  background: white;
}
#submit_btn:active {
  letter-spacing: 2px;
}
#submit_btn:after {
  content: "SUBMIT";
}
.onclic {
  width: 40px;
  border-color: #bbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #1ecd97;
  animation: rotating 2s 0.25s linear infinite;
}
.onclic:after {
  content: "";
}
.onclic:hover {
  color: #1ecd97;
  background: white;
}
.validate {
  font-size: 13px;
  color: white;
  background: #1ecd97;
}
.validate:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

input#enroll_another {
    background: none!important;
    color: inherit;
    border: none;
    padding: 25px;
    font: inherit;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

input#enroll_another:hover{
	color: #1ecd97;
}

input[type=checkbox] {
      border-radius: 5px;
    border: 2px solid #555;
    width: 3%;

}

input.remove {
    margin: 20px;
}

.small_text{
	   width: 100%;
     float: none;
}

.text_checkbox{
	    margin: auto;
    display: inline-block;
    width: 35%;
}

@media only screen and (max-width: 500px) {
  .text_checkbox {
    margin: auto !important;
    display: inline-block;
    width: 100%;
}
  .small_text{
      width: 100%;
      float: none;
  }
  input[type=checkbox] {
    border-radius: 5px;
    border: 2px solid #555;
    width: 5%;
}
}

#myform{
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    width: 100%
}

.input_field{
    text-align: left;
    display: inline-block;
} 
*/

/* NEW STYLES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

label {
    display: block;
    font-size: 20px;
}

input {
    margin: 0 0 20px;
    width: 250px;
    height: 48px;
    font-size: 20px;
    padding: 0 10px;
}

.parent_div {
    width: 100%;
    display: inline-block;
//    float: left;
}

.child_div {
    display: inline-block;
//    float: right;
    width: 100%;
}

.parent_outside {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.another_child {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 30px;
    border-top: 1px solid rgba(0, 0, 0, .8);
}

/*.another_child:after {
    content: ” “;
    display: block;
    height: 0;
    clear: both;
}*/

.parent_outside:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#child_form_2 {
    width: 100%;
    display: inline-block;
//    float: right;
}

#child_form_3 {
    display: inline-block;
//    float: left;
    width: 100%;
}

#child_form_4 {
    width: 100%;
    display: inline-block;
//    float: right;
}

#child_form_5 {
    display: inline-block;
    float: left;
    width: 50%;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -20px;
    width: 130px;
    height: 40px;
    text-align: center;
}

#submit_btn {
    outline: none;
    height: 50px;
    text-align: center;
    width: 200px;
    border-radius: 5px;
    background: #1ecd97;
    border: 2px solid #1ecd97;
    color: white;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;

}

#submit_btn:hover {
    color: #1ecd97;
    background: white;
}

#submit_btn:active {
    letter-spacing: 2px;
}

#submit_btn:after {
    content: "SUBMIT";
}

.onclic {
    width: 40px;
    border-color: #bbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #1ecd97;
    animation: rotating 2s 0.25s linear infinite;
}

.onclic:after {
    content: "";
}

.onclic:hover {
    color: #1ecd97;
    background: white;
}

.validate {
    font-size: 13px;
    color: white;
    background: #1ecd97;
}

.validate:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#enroll_another {
    background: none !important;
    color: inherit;
    border: none;
    padding: 25px;
    font: inherit;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

#enroll_another:hover {
    color: #1ecd97;
}

#enroll_another_mobile {
    background: none !important;
    color: inherit;
    border: none;
    padding: 25px;
    font: inherit;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

#enroll_another_mobile:hover {
    color: #1ecd97;
}

.enroll_mobile {
    background: none !important;
    color: inherit;
    border: none;
    padding: 25px;
    font: inherit;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

input[type=checkbox] {
    border-radius: 5px;
    border: 2px solid #555;
    width: 3%;

}

input.remove {
    margin: 20px;
}

.small_text {
    width: 100%;
    float: none;
}

.text_checkbox {
    margin: auto;
    display: inline-block;
    width: 35%;
}

@media only screen and (max-width: 500px) {
    .text_checkbox {
        margin: auto !important;
        display: inline-block;
        width: 100%;
    }

    .small_text {
        width: 100%;
        float: none;
    }

    input[type=checkbox] {
        border-radius: 5px;
        border: 2px solid #555;
        width: 5%;
    }
}

/* DISABLED MOBILE ADD ANOTHER CHILD BUTTON */

input#enroll_another_mobile {
    display: none;
}

/* DISABLED MEDIA QUERIES DUE TO WEBISTES UNRESPONSIVENESS. */

/*@media only screen and (min-width: 1401px) {*/
/*    #enroll_another_mobile {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1400px) {*/
/*    .parent_outside {*/
/*        text-align: center;*/
/*        width: 100%;*/
/*        display: inline-block;*/
/*    }*/

/*    .parent_div {*/
/*        width: 100%;*/

/*        float: none !important;*/
/*    }*/

/*    .child_div {*/
/*        width: 100%;*/

/*        float: none !important;*/
/*    }*/

/*    #child_form_2 {*/
/*        width: 100%;*/
/*        display: inline-block;*/

/*    }*/

/*    #child_form_3 {*/
/*        display: inline-block;*/

/*        width: 100%;*/
/*    }*/

/*    #child_form_4 {*/
/*        width: 100%;*/
/*        display: inline-block;*/

/*    }*/

/*    #child_form_5 {*/
/*        display: inline-block;*/

/*        width: 100%;*/
/*    }*/

/*    #enroll_another {*/
/*        display: none;*/
/*    }*/
/*}*/


#myform {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    width: 100%
}

.input_field {
    text-align: left;
    display: inline-block;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}