/*
====================================================================================================================================================================
                                                    Start Contact Page
====================================================================================================================================================================
*/

form {
    display: inline-block;
    position: absolute;
    top: 300px;
    left: 500px;
}

input {
    display: inline-block;
}

div.course {
    width: 400px;
    height: 500px;
    background: blue;
    border: 1px solid transparent;
    position: absolute;
    top: 300px;
    left: 400px;
}

h6 {
	font-size: 1em;
}

/*
====================================================================================================================================================================
                                                    End Contact Page
====================================================================================================================================================================
*/

/*
====================================================================================================================================================================
                                                    Start Footer
====================================================================================================================================================================
*/

footer {
    width: 100%;
    height: 100px;
    background: #90f5f3;
    position: absolute;
    top: 900px!important;
    left: 0;
}

p#footer {
    text-align: center;
    color: blue;
    margin-top: 32px;
    font-size: 1em;
}

/*
====================================================================================================================================================================
                                                    End Footer
====================================================================================================================================================================
*/
