#province {
    background-color: #ebf2f5;
    display: inline-block;
    border: none;
    padding: 12px;
    width: 47.5%;
    margin: 10px 1%;
    font-size: 1.1em;
}
.form-field{
    background-color: #ebf2f5;
    display: inline-block;
    border: none;
    padding: 12px;
    width: 47.5%;
    margin: 10px 1%;
    font-size: 1.1em;
}
::-webkit-input-placeholder {
    font-size: 1.1em;
    color: #000000;
}
:-moz-placeholder {
    font-size: 1.1em;
    color: #000000;
}
::-moz-placeholder {
    font-size: 1.1em;
    color: #000000;
}
:-ms-input-placeholder {
    font-size: 1.1em;
    color: #000000;
}
@media screen and (max-width: 992px) {
    .form-field{
        width: 100%;
        margin: 10px 0%;
    }
}
.form-field:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
}
.disabled {
    cursor: no-drop;
}