﻿/*RECAPTCHA fix for mobile*/
@media (max-width: 800px) {
    body > div:nth-of-type(2) {
        left: 0 !important;
    }
}
