/*!
 * default custom style for axiom theme
 */
/* 
-------------------------------------------------- */

/* body - or any parent wrapper */
body {
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.footer {
    margin-top: 32px;
    padding: 10px 0;
    background-color: #f5f5f5;
    font-size: 0.9em;
    border-top: 1px #e9e9e9 solid;
}

.navbar-brand .img-responsive {
    max-height: 50px;
    width: auto;
}

@media screen and (max-width: 455px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
