input[type="text"], input[type="email"], input[type="date"], input[type="password"], select.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #ffffffb8;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

input[type="file"] {
    height: 35px;
    margin: 0;
    padding: 0 20px;
    vertical-align: bottom;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type=radio] {
    margin-top: 8px !important;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #eba320;
    border: 1px solid #eba320;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 30px !important;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}

button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #26A69A;
    ;
    color: #fff;
}


/*style.css**/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: #26A69A;
    ;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

::-moz-selection {
    background: #26A69A;
    ;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #26A69A;
    ;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #26A69A;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.form-box {
    font-family: 'Roboto', sans-serif !important;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #26A69A;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.form-top h3 {
    color: #fff;
}

.form-bottom {
    padding: 25px 25px 15px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

form .form-bottom button.btn {
    min-width: 105px;
}

form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

body {
    background-image: url(./image/Sourced_Platform_BackgroundImage@2x-min.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed;
}
.main-logo {
    text-align: left;
}

p.login-box-msg {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    border-bottom: 2px solid #eba320;
    line-height: 3px;
    margin-bottom: 20px;
}	
.login-box{
    width: 50% !important;
}
.login-page .login.form input::placeholder {
    text-transform: uppercase;
}

.login.form input.form-control {
    background: #ffffffa8 !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
body:before {
    background-color: #00000066;
}
.login.form p.login-box-msg {
    font-size: 32px;
	font-family: 'Josefin Sans', sans-serif !important;
}	
.login.form .btn-flat {
    letter-spacing: 2px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif !important;
}
.has-feedback input::placeholder {
    color: #646464;
}
.form-top, .form-bottom {
    background: transparent;
}

.form-bottom:hover {
    box-shadow: none;
}
.Event-page {
    height: 100vh;
}

.Event-page .c-logo {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.Event-page .Event-box p.login-box-msg {
    line-height: 40px;
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif !important;
    text-transform: uppercase;
}
.Event-page .Event.form input::placeholder {
    color: #fff;
	
}
.Event-page .Event.form input {
    background: #eba320;
	border: 1px solid #eba320;
	text-transform: uppercase;
	font-size: 16px !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
.Event-page .Event.form .eventform input {
    background: #68bd45;
	border: 1px solid #68bd45;
}
.Event-page .Event-box .col-12 {
    margin-top: 30px;
}
.Event-page .Event-box .row {
    margin: 0;
}
.heading {
    padding-left: 40px;
    padding-right: 40px;
}
.heading h3 {
    display: inline-block;
    text-align: right;
    color: #fff;
    font-size: 18px;
    line-height: initial;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 2px solid #eba320;
}
.form-bottom {
    padding-top: 0;
}
.main-heading {
    text-align: right;
}
/* .heading h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 146px;
    right: 0;
    background-color: #eba320;
    bottom: 0;
} */
.Event-page .Event-box {
    width: 50% !important;
    margin: auto;
   
}

.Event-page .Event-box .col-12 .btn-flat {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif !important;
}
.form-box .events-form #age-sec button.btn, .events-form #drink-sec .form-bottom button.btn {
    background: #eba320;
    border: none !important;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif !important;
}
.form-box #race-sec .form-bottom button.btn{
    background: #68bd45;
    border: none !important;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif !important;
	
}
.odd button.btn:hover {
    background-color: #ffb836 !important;
}
.even button.btn:hover {
    background-color: #3d911b !important;
}
.form-box .events-form #age-sec button.btn:hover, .events-form #drink-sec .form-bottom button.btn:hover, .form-box #race-sec .form-bottom button.btn:hover {
    opacity: 1;
}
.form-box #race-sec .form-bottom .col-sm-12 button.btn {
    width: 50%;
}
.form-box #race-sec .form-top h3:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background: #68bd45;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.form-top h3 {
   position: relative;
   font-family: 'Josefin Sans', sans-serif !important;
   text-transform: uppercase;
   font-size: 32px;
   margin-top: 0;
}
.Event-page .Event-box .col-12 a {
    width: 100%;
    border-radius: 50px;
    padding: 15px;
    background: #eba320;
	border-color: #eba320;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 18px;
	transition: all .5s;
}
.Event-page .Event .eventform {
    background: rgb(104, 189, 69, .7);
	padding: 5px;
	border-radius: 15px;
	transition: all .5s;
}

.Event-page .Event .eventform h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif !important;
    line-height: 20px;
}
.form-box #gender-sec .form-top h3:after, .form-box #age-sec .form-top h3:after, .form-box #drink-sec .form-top h3:after, .Event-page .form-top h3:after {
    content: "";
    position: absolute;
    height: 2px;
    max-width: 400px;
    background: #eba320;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.form-box #gender-sec .form-bottom .col-sm-6:first-child {
    text-align: right;
}

.form-box #gender-sec .form-bottom .col-sm-6:last-child {
    text-align: left;
}
.form-box #gender-sec .form-bottom .col-sm-6 img {
    width: 80%;
}
.Event-page .Event .eventform:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all .5s;
}
.Event-page .Event-box .col-12 a:hover {
    background: #68bd45;
	border-color: #68bd45;
	transition: all .5s;
}

footer {
    display: none;
}
.product-one-cat.even h3:after {
    background: #68bd45 !important;
}
.events-form #drink-sec .even .form-bottom button.btn {
    background: #68bd45;
    border: none !important;
}
.product-one-cat .row {
    display: flex;
    justify-content: center;
}
#age-sec button.btn:hover {
    background-color: #ffb836 !important;
}
#race-sec button.btn:hover {
    background-color: #3d911b !important;
}

@media (max-width:1199px) and (min-width:768px){
.form-bottom {
   padding-bottom: 0;
}

.form-top {
   padding-bottom: 10px;
}
}
@media(max-width: 991px){
	.c-logo.col-md-6, .heading.col-md-6 {
   width: 50%;
   float: left;
   padding-left: 15px;
   padding-right: 15px;
}
}

@media (max-width:767px){
	.form-bottom .form-group {
width: 100%;
}
.form-box #gender-sec .form-bottom .col-sm-6:first-child, .form-box #gender-sec .form-bottom .col-sm-6:last-child {
   text-align: center;
}
}