* {
    box-sizing: border-box;
}

.error {
    color: #dc3545!important;
}

.btn-xs:not(.btn-icon) {
    padding: 0.3125rem 0.65rem!important;   
}

.bg-body{
    background-image: url(../img//background.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}