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


	.navFloat{
		top: 38px;
	}
 	.login {
 		width: 94%;
 		margin: 40px auto;
        top: 0;
 	}

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

	#brideForm label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0% 0px;
	}
	#brideForm input[type="text"] { 
		width: 94%;
	}

    #footer {
        top: 30px;
        margin-top: 0;
    }

    .crowdWrap2 {
        top: 0px;
        padding-bottom:15px;
    }


}