 input[type=checkbox] {
  transform: scale(1.5);
 
}
.error {
color: #ff2828;
//text-shadow: 1px 1px 1px black;
//font-weight:bold;
}
.error1 {
color: #ff2828;
text-shadow: 1px 1px 1px black;
font-weight:bold;
}

.succes {
color: #3c4345;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
}

#divshow {
 display:none;
 height:100%;
}
.error {
 color:#e60011;
 font-size: 15px;
 
}

.errorp {
color: #ff2828 !important;
 font-size: 15px !important;
 margin-top:-10px !important;
 
}

#registerform {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#registerform h3 {
    padding-bottom: 12px;
}

/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#registerform {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    background-color:#ffffff;
}

#registerform .form-control {
  background: transparent;
 // border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff !important;
  margin-bottom: 16px;
}

#registerform input {
 // height: 45px;
  color: #ffffff;
}

#registerform input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#registerform input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#registerform form {
    padding-top: 12px;
  }
  
#registerform p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

#registerform .form-control::-moz-placeholder
{color:#ffffff;opacity:1}


.r-form-1-box button.btn {
  width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #898989;
    border-radius: 4px !important;
    border: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    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;
}

.r-form-1-box button.btn:hover { opacity: 0.6; color: #fff; }
.r-form-1-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.r-form-1-box button.btn:focus { outline: 0; opacity: 0.6; background: #0092b7; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #0092b7; color: #fff; }


.select5  {
	height: 50px;
    margin: 0;
    width:100%;                                                                    
    padding: 0 15px;
    vertical-align: middle;
  //  background: #fff;
  background: transparent;
    border: 3px solid #00447A;
    border-radius: 10px !important;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -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;
}
.selectoption  {

    color: #333942;

}

.r-form-1-box input[type="text"], 
.r-form-1-box input[type="email"], 
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 50px;  
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: transparent;
    border: 3px solid #898989;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949 !important;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -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;
}

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

.r-form-1-box input[type="email"]:focus,
.r-form-1-box input[type="text"]:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box .select5:focus, 
.r-form-1-box textarea.form-control:focus {
	outline: 0; background: transparent; border: 3px solid #f4f4f4;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}




#registerform {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#registerform h3 {
    padding-bottom: 12px;
}

/*---------------------------------------
    Regsiter section podujatie              
-----------------------------------------*/
#registerform1 {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #494949;
    background-color:#ffffff;
}

#registerform1 .form-control {
  background: transparent;
 // border: 2px solid #ffffff;
  border-radius: 10px;
  color: #494949 !important;
  margin-bottom: 16px;
}

#registerform1 input {
 // height: 45px;
  color: #ffffff;
}

#registerform1 input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#registerform1 input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#registerform1 form {
    padding-top: 12px;
  }
  
#registerform1 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

#registerform1 .form-control::-moz-placeholder
{color:#ffffff;opacity:1}



#registerform1 {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#registerform1 h3 {
    padding-bottom: 12px;
}





/*------------------------------------------------------------

POLOZENIE OTAZKY

-------------------------------------------------------------*/



#detail {
//    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
//    -webkit-background-size: cover;
//    background-size: cover;
//    background-position: center center;
//    color: #ffffff;
//    background-color:#ffffff;
}

#detail .form-control {
  background: transparent;
//  border: 2px solid #ffffff;
  border-radius: 10px;
//  color: #ffffff !important;
  margin-bottom: 16px;
}



#detail input {
 // height: 45px;
  color: #ffffff;
}

#detail input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#detail input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#detail form {
    padding-top: 12px;
  }
  

#detail .form-control::-moz-placeholder
{color:#ffffff;opacity:1}


#detail .r-form-1-box button.btn {
  width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #294057;
    border-radius: 4px !important;
    border: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    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;
}

#detail .r-form-1-box button.btn:hover { opacity: 0.6; color: #fff; }
#detail .r-form-1-box button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#detail .r-form-1-box button.btn:focus { outline: 0; opacity: 0.6; background: #0092b7; color: #fff; }
#detail .r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 0.6; background: #0092b7; color: #fff; }


#detail .select5  {
	height: 50px;
    margin: 0;
    width:100%;                                                                    
    padding: 0 15px;
    vertical-align: middle;
  //  background: #fff;
  background: transparent;
    border: 3px solid #00447A;
    border-radius: 10px !important;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -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;
}
#detail .selectoption  {

    color: #333942;

}

#detail .r-form-1-box input[type="text"], 
#detail .r-form-1-box input[type="email"], 
#detail .r-form-1-box textarea, 
#detail .r-form-1-box textarea.form-control {
	height: 50px;  
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: transparent;
    border: 3px solid #898989;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949 !important;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -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;
}




#detail .r-form-1-box textarea, 
#detail .r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

#detail .r-form-1-box input[type="email"]:focus,
#detail .r-form-1-box input[type="text"]:focus, 
#detail .r-form-1-box textarea:focus, 
#detail .r-form-1-box .select5:focus, 
#detail .r-form-1-box textarea.form-control:focus {
	outline: 0; background: transparent; border: 3px solid #294057;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #898989 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #898989 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #898989 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #898989 !important;
}




#detail {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#detail h3 {
    padding-bottom: 12px;
}

.radius {
  border-radius: 10px !important;
}






















