/********************************
 * AUTHENTICATION FORM
 ********************************/
@font-face {
  font-family: SourceSansPro;
  src: url('../fonts/sspro.ttf');
}

html,
body {
  background: #e6e5e5;
  padding-top: 10vh;
  font-family: SourceSansPro;
}

form{
  background: #fff;
}

.form-container{
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 10px 3px;
}

.img_position{
  background: #fff;
  height: 95px;
  position: relative;
  display:block;
  margin:auto;
  top: -11px;
  border-radius: 10%;
}

/* BOTON */
.btn-primary {
    background-color: #f6b21b;
    border-color: #00a0f0;
    color: black !important;
    font-weight: 500;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #585243 !important;
    border-color: #00a0f0 !important;
    color: white !important;
}
