@media (max-width: 480px) {
    #main{
        min-height: 10px;
        padding-bottom: 0;
    }
    .well{
        margin-top: 0!important;
        margin-bottom: 0px;
    }
    #recaptcha_challenge_image{
        width: 260px!important;
    }
    .smart-form footer .btn{
        width: 100%;
        margin: 5px!important;
        float: left;
    }
    .lockscreen{
        margin-top: 20px;
    }
    .note{
        text-align: left;
    }
    .note a{
        line-height: 30px;
    }
}
.loading{
    background-color: #fff!important;
}