html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  /*background-color: #fff;*/
  background-color: rgba(0,0,0,.05);
  /*background-image: url(../images/fondologin.jpg);*/
  background: linear-gradient(rgba(100,100,100,.7), rgba(50,50,50,.7)), url(../images/fondologin.jpg);
  opacity: 0.82;
  background-size: cover;
  font-family: 'Montserrat', sans-serif !important;
}
.input-group{
  margin-bottom:10px;
}
.bg-primary-gradient:hover {
  background: linear-gradient(30deg, rgba(0,125,255,1) 0%, rgba(40,49,178,1) 80%);
  color: #fff;
  border: 0 !important;
}
.bg-primary-gradient {
  background: linear-gradient(30deg, rgba(0,125,255,1) 0%, rgba(40,49,178,1) 100%);
  color: #fff;
  border: 0 !important;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  /*margin-bottom: 10px;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.logo-vertical-login{
  max-width:300px;
}