@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

.form-field {
    border: 1px solid #E2E2E2;
    padding-bottom: 5px;
    min-height: 60px;
    overflow: hidden;
}
.form-field input[type='text'], .form-field textarea, .form-field input[type='number'], .form-field input[type='password'] {
    border: none;
    border-color: transparent;
    box-shadow: none;
    height: 1.5em;
    font-size: 1.2em;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}
.form-field textarea {
	margin-top: 5px;
}
.form-field input[type='radio'] {
    padding: 0;
    margin: 10px 0 0 0;
}
.form-field select {
    border: none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.2em;
    height: 29px;
}
.form-field input[type='date'] {
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.2em;
    height: 29px;
}
.form-field input:focus, .form-field textarea:focus {
    border: none;
    background-color: #FFFFFF;
    border-color: transparent;
    box-shadow: none;
}
.form-field label {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
    color: #8C939A;
}
.mainBorder {
    box-shadow: 0px 0px 10px #E2E2E2;
    background-color: #FFFFFF;
}
.center-font {
    text-align: center;
}
.form-field .yes-no-radio {
    margin: 0px 10px;
}
.form-field input:disabled {
    background-color: #ffffff;
}
input:-webkit-autofill { -webkit-box-shadow:0 0 0 500px white inset; }
/* textarea, input, *:focus { outline: none !important; } */

