body {

    background-image: url('../assets/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.login-container {
  border-radius: 10px;
  padding: 20px;
  /* margin: 10px; */
}

.divider-text {
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider-text span {
  padding: 7px;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.divider-text:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
  top: 55%;
  left: 0;
  z-index: 1;
}

.btn-submit {
  color: white;
  font-size: larger;
}


.btn-vista {
  color: white;
  font-size: xx-large;
}

.orange {
  color: orange;
}

.logo {
  width: 70px;
  margin-left: 15px;
}
.f-14{
    font-size: 14px;
}
