input[type="checkbox"] {
    margin: 12px 0px 0 !important;
}

/* Enter Your Custom CSS Here */
input#rememberme {
    margin-right: 3px !important;
    margin-left: 2px !important;
	
	
}

label.checkbox {
    margin-left: 2px !important;
}

@media screen and (max-width: 480px){ 
label.checkbox {
    margin-left: 2px !important;
}
}