form input.form-control,
form input {
    width: 100%;
    padding: 11px !important;
    font-size: 18px;
    box-shadow: none !important;
    height: 43px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
}

::-webkit-input-placeholder {
   color: #C4CED5 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #C4CED5 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #C4CED5 !important;  
}

:-ms-input-placeholder {  
   color: #C4CED5 !important;  
}

form input[type=checkbox],
form .checkbox label > * {
    display: inline-block;
    width: auto;
    padding: 0 !important;
    vertical-align: middle;
    height: auto;
}

.register > *{
    font-family: 'Roboto', sans-serif;
}