@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

input:not([type='range']) {
    /* margin: 3px 3px 3px 0; */
    padding: 7px 6px;
    font-size: 13px;
    background-color: #fff;
    color: #222;
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 3px;
    cursor: text;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
}

input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='submit']):not([type='button']):not([type='reset']):not([type='color']):not([type='file']):not([type='image']) {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    height: 34px;
}

input[type="number" i] {
    padding: 1px 2px;
}

input[type='radio'] {
    width: 50px !important;
}

div {
    margin-bottom: 6px;
    display: block;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 2px 2px;
    font-family: 'Roboto', sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld2JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik00IDZsNCA0IDQtMy45OTR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+Cg==) no-repeat right 4px center;
    background-color: inherit;
    outline: 0;
    padding-right: 24px !important;
    height: 34px;
    width: 100%;
    margin: 3px 3px 3px 0;
    font-size: 13px;
    color: #222;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

label {
    display: block;
}

.required {
    color: red;
}

.title {
    text-align: center;
    
}

html, body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    padding: 30px;
}

.submit {
    width: 150px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: inherit !important;
    cursor: pointer !important;
    margin-top: 20px;
}

.submitdiv {
    display: flex;
    justify-content: center;
}