@charset "utf-8";

/*necessary to resize forms*/
.formContainer {
    width:100% !important;
    max-width: 500px;
    margin: 0 auto;
}
