@media only screen and (max-width: 979px) { 

    .navFloat {
/*      top: 90px;*/
        top: 0px;
        background: #807D76;
    }

	.login {
        top: 0px;
    width: 59%;
    margin: 120px auto 60px auto;
    padding: 4% 1%;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0% 0%;
    display: inline-block;
    text-align: center;
}


.brideForm input[type="text"] { 
    text-align: left;
}

.register, .brideForm {
    width: 80%;
    margin: 25px auto 15px auto;
    padding: 4% 4%;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.65) none repeat scroll 0% 0%;
    display: inline-block;
    text-align: center;
}

	#brideForm h2, #brideForm a  {
		text-align: center;
	}

	#brideForm h2 {
		font-size: 14px;
	}

	#footer {
		top: 0px;
	}

}