﻿#aNewStudent {
    margin-left: -10px;
    margin-top: -16px;
}

.infoLink {
    text-decoration: underline;
}

@media only screen and (min-width: 599px) {
    .g-recaptcha {
        /* ReSharper disable once CssBrowserCompatibility */
        transform: scale(1.08);
        /* ReSharper disable once CssBrowserCompatibility */
        transform-origin: 0 0;
    }

    .g-recaptcha {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 600px) {

    .g-recaptcha {
        margin: 0 auto;
        display: table;
    }
}
