.form-signin {
    width: 100%;
    max-width: 404px;
    padding: 15px;
    margin: 0 auto;
}

@media (max-width:767px)
{
    #rc-imageselect, .g-recaptcha 
    {
    	transform:scale(0.77);
    	-webkit-transform:scale(0.77);
    	transform-origin:0 0;
    	-webkit-transform-origin:0 0;
	}
	
}


.fixed-bottom-login 
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    color: #fff;
}


.select2-container, .select2-selection--single
{
    min-height: 28px!important;
    height: auto!important;
}