html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.spacer {
    flex: 1 1 auto;
}
.login,
.image {
    min-height: 100vh;
}
input,button{
    outline:none;
}

.bg-image {
    background-image: url('../image/login-bg.jpg');
    background-size: cover;
    background-position: center center;
}
.form-group label.error{
    font-size:13px;
    color:red;
    padding-left:8px;
}