html { 
  background: url(../images/toronto-real-estate-evaluation.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-labels-on-top{
    box-sizing: border-box;
    max-width: 575px;
    margin: 30px auto 0px auto;


    font: bold 20px sans-serif;
    text-align: center;
}

.form-labels-on-top .form-row{
    text-align: left;
    margin: 17px auto 0;
}

.form-labels-on-top .form-title-row{
    margin: 0 auto 40px;
}

.form-labels-on-top h1{
    display: inline-block;
    box-sizing: border-box;
    color: #4C565E;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0;
    border-bottom: 2px solid #6CAEE0;
}

.form-labels-on-top .form-row > label span{
    display: block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 200px;
    padding: 0 0 12px;
}

.form-labels-on-top input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 500px;
    font-size: 18px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 20px;
    border: 1px solid #A65230;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
}

.form-labels-on-top input2{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 30px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}


.form-labels-on-top input[type=radio],
.form-labels-on-top input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-labels-on-top select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.form-labels-on-top .form-radio-buttons > div{
    margin-bottom: 10px;
}

.form-labels-on-top .form-radio-buttons label span{
    margin-left: 8px;
    color:  #5f5f5f;
    font-weight: normal;
}

.form-labels-on-top .form-radio-buttons input{
    width: auto;
}

.form-labels-on-top button{
    border-radius: 2px;
    width: 500px;
    background-color:  #5CB821;
    color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
}

.form-labels-on-top button:hover{
    border-radius: 2px;
    background-color:  #3C9C1A;
    color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
}

h1 {
    display: block;
    font-size: 3.2em;
    margin-top: 1.97em;
    margin-bottom: 0.17em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.text {
    font-family:arial; 
    font-weight:normal; 
    font-size:14px; 
    color:#FFFFFF;
    text-decoration:none;
}

.text2 {
    font-family:arial; 
    font-weight:normal; 
    font-size:22px; 
    color:#FFFFFF;
    text-decoration:none;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial; font-weight:normal; font-size:14px; color:#FFFFFF; 
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	height:20%;
}
#content {
	height:70%;
}
#footer {
	width:100%;
	height:20%;
	position:absolute;
	bottom:0;
	left:0;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-labels-on-top{
        padding: 30px;
    }

    .form-labels-on-top input{
        width: 240px;
    }

}