/* This controls the background for the form and the default font */
body {
font-family: tahoma, geneva, sans-serif;
font-size:14px;
width: 100%;
background-color:#f0f3f3;
margin: 0 auto;
background: url() 10px 10px no-repeat, url() right bottom no-repeat, url(https://www.smc.edu/student-support/academic-support/counseling/special-support-programs/eops/images/risinglogo-01.png) no-repeat center fixed;
  padding: 75px;
  background-size: auto, auto, cover;
}

#Form1 {
width:1000px;

background-color:#fff;

margin: 0 auto;
margin-top:10px;
padding:10px;
-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 20px;
}

/*Form button: submit button with SMC colors; with hovering ===============*/
input[type=submit], input[type=button], input[type=reset], input[type=NextButton], input[type=SaveAsDraftButton], input[type=save], input[type=PrevButton] {
  width: auto !important;
  background-color: #004C98;
  border: none;	
  border-radius: 4px;
  color: white;
  padding: 12px 10px;
  text-decoration: none;
  margin: 4px 2px;
  box-sizing: border-box;
  cursor: pointer;
}



textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #555;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13px Tahoma;
    border: 1px solid #004c98;
    border-radius: 6px;
    border-image: initial;
    padding: 12px 10px;
    box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin: 0;
}




select,
span {
font-family: tahoma, geneva, sans-serif;
font-size: 13px;
}


