* {padding:0; margin:0;}
select, input {border:none; outline:none;}
.pxl {height:0; width:0; overflow:hidden;}
.hidden { display:none; }
.clear {clear:both;}
li {list-style-type: none;}
a {cursor:pointer;color:#fff;}

body, html { height:100%; margin:0; padding:0; }
body {
    color: #fff;
    font: 300 15px/15px 'Roboto', Arial, Helvetica;
    -webkit-font-smoothing: antialiased;
    background: #eee;
    margin: 0;
    text-align: center;
    height: auto;
}

/* --- novacancy blinking text --- */
.board {
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
}
.board p {
	font-family: 'Monoton', cursive;
	color: #fff;
	text-transform: uppercase;
}
/* end */

#wrapper {
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    max-width: 700px;
    margin: 50px auto;
}
h1.pageHeader {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    padding: 0 20px;
    font-weight: normal;
}
.form-container {
    position: relative;
    text-align: center;
    box-sizing: content-box;
}
.step-content{padding-top:10px}
#steps h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding: 0 20px;
}
#steps h4 { font-weight: 300;}
#steps select {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 0;
    text-align: left;
    margin-bottom: 1.4em;
    padding-bottom: 5px;
}
#registration{width: 80%;margin: 0 auto;display: block;}
/* --- URAPI REGFORM --- */
#steps label { font-size: 1.7em; display: block; margin: 15px 0 10px;}
#steps input, #steps  select {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    font-weight: 300;
    border-radius: 3px;
    font-size: 1.7em;
    padding: 7px 10px;
    width: 40%;
}
#steps #aged label { display: inline-block; margin-right: 2%; }
#steps #aged label.dash { margin: 2%; }
#steps input { width: 70%; }
#steps input[type="number"]  { width: 15%; }
#steps select#birth_day { width: 36%; }
#steps .geo_data_id select { margin-bottom: .4em; }

#steps .lbl_signup_error { border: 1px solid #f33; background: #fff; color: #f33; font-size: 13px; padding: 5px 14px; margin: 5px auto; text-align: center; width: 70%;}
#steps .hint { margin: 8px 0; text-align: center;font-size: 14px; line-height: 18px;}

#urApi #postal_code { width: 87%; }
#urApi .geo_data_id { display:none; }

ul#progress {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
    background: #fff;
}
#progress li { transition: 1s; }
footer { text-align: center; margin: 0 0 10px; font-size:14px; }
footer, footer a { color: #fff; }

@media screen and (max-width:750px){
    h1.pageHeader { font-size: 1.4em; }
    #steps h3 { font-size: 1.2em;margin-bottom: 0; padding: 0; }
    #steps h4 { font-size: 12px; }
}
@media screen and (max-width:480px){
    #wrapper { margin: 35px auto; }
    #registration { width: 98%; }
    #stickyLoginButton { position: inherit; width: 100%; -ms-transform: none; -webkit-transform: none; transform: none; background: #fff; padding: 5px 0; color: #000;}
    #steps label, #steps select, #steps input, #steps select { font-size: 1.2em; }
    #steps input, #steps  select { width: 70%; }
}