/* - /Base settings - */
/* - Sys - */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

/* - /Sys - */
/* - Baselayout - */
.wrapper {
    min-height: 100%;
    position: relative;
}

input[type='text'] {

    width: 100%; /*Firefox 1+*/
    -webkit-box-sizing: border-box; /*Safari 3+, Chrome 1+*/
    box-sizing: border-box; /*Opera 7+, IE8+*/
    padding-left: 10px;
    color: #fff;
    height: 49px;

    line-height: normal;

    line-height: 49px \0/;
    border: 0;
    outline: none;
    margin-bottom: 14px;
    font-size: 18px;
    border: 2px solid #fff;

}

/*secondpage styles*/

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

:-moz-placeholder {
    color: #b3b3b3;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

input {
    font-family: "Roboto", sans-serif !important;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #000;
}

select::-ms-expand {
    display: none;
}
