/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>
form {
    border: 0px none;
    padding: 45px;
    background-color: #FBFBF2;
    border-radius: 0px;
}
</style>