html,body{
    padding-top: 0;
    height: auto !important;
}

.table{
    margin-bottom: 0;
}

.auth-form{
    max-width: 440px;
    min-width: 300px;
    margin: 10% auto;
}

.auth-form input:not([type=submit]){
    width: 100%;
    padding: 1%;
}

.auth-form input:not(:first-child){
    margin-top: 10px;
}

.bm-form-item{
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.bm-form-item .error-message{
    display: block;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 10px;
}
/* ================ Recapcha ================== */

.auth-form .bm-recaptcha-code #recaptcha_area{
	margin: auto !important;
}

.auth-form .bm-recaptcha-code .recaptchatable{
	border-left-width: 0px !important;
	border-right-width: 0px !important;
}

.auth-form .bm-recaptcha-code #recaptcha_challenge_image{
	width: 298px !important;
	height: 54px !important;
}