body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* FORMULARIO */
.form-signin {
  width: 100%;
  width: 450px;
  height: 100%;
  height: 400px;
  padding: 20px;
  margin: auto;
}

.form-recovery {
  width: 100%;
  width: 450px;
  height: 100%;
  height: 420px;
  padding: 20px;
  margin: auto;
}

.form.hide {
  display: none;
}

.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;
}

/* BACKGROUND */
.bg-img {
  background-image: url("../imgs/background.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-color: rgba(88, 95, 105, 0.2) !important;
}

.c-btn-fidel-secondary {
  color: white !important;
  box-shadow: none;
  text-transform: none;
  padding: 6px 12px;
  border: 1px solid;
  line-height: 1.5;
  background-color: #d17a29 !important;
  border-color: #d17a29 !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  font: "Roboto", sans-serif;
}

.c-btn-fidel-secondary:hover {
  background-color: saturate(#d17a29, 50%) !important;
  border-color: saturate(#d17a29, 50%) !important;
}

.c-wrap {
  display: flex;
  flex-direction: row;
}

.poppins {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.c-text {
  color: #000000;
}

.g-font-weight-600 {
  font-weight: 600;
}

.c-text-center {
  text-align: center !important;
}

.c-self-center {
  align-self: center !important;
}

.c-self-end {
  align-self: flex-end !important;
}

.content-left {
  align-items: flex-start !important;
  text-align: left !important;
}

.c-just-center {
  justify-content: center !important;
}

.c-text-right {
  text-align: right !important;
}

.c-text-white {
  color: white !important;
}

.c-text-orange {
  color: #d17a29;
}

.c-text-error {
  color: #ff0000;
  font-size: small;
}

.c-text-recover {
  color: #1aac1a !important;
  text-decoration: none;
}

.c-text-hover:hover {
  color: #1aac1a !important;
  text-decoration: none;
}

.c-form {
  padding: 10px 15px 20px 15px;
}

.card-p {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.c-t-fs-10 {
  font-size: 10px;
}

.c-t-fs-15 {
  font-size: 15px;
}

.c-mt-20 {
  margin-top: 20px !important;
}

.c-mt-30 {
  margin-top: 30px !important;
}

.c-ml-20 {
  margin-left: 20px;
}

.c-mb-100 {
  margin-bottom: 100px;
}

.c-mb-40 {
  margin-bottom: 40px;
}
.c-mlr {
  margin-left: 5px;
  margin-right: 5px;
}

.c-width-45 {
  width: 45%;
}

.c-width-55 {
  width: 55%;
}

.c-width-50 {
  width: 50%;
}

.c-width-100 {
  width: 100%;
}

.font-size-12 {
  font-size: 12px;
}

.c-icon {
  width: 35px;
  height: 35px;
  color: #d17a29;
}

.c-icon-mini {
  width: 15px;
  height: 15px;
}

.c-icon-white {
  color: white;
}

.c-icon-green {
  color: #1aac1a;
}

/* NAVBAR */
.navbar {
  max-height: 40px;
  background-color: black;
}

.navbar .nav-link {
  color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

.c-space-beetwen {
  display: flex;
  width: 400;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-text-bold {
  font-weight: bold !important;
}

.fidel-info {
  background: #111;
  color: #fff;
}

.p-l-30 {
  padding-left: 40px;
}

.footer-logo {
  width: 80%;
}

.footer-text {
  font-size: 12px;
  text-align: left;
}

.text-list {
  text-align: left;
  border-bottom: 1px solid #555;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.list-icon {
  font-size: 10px;
}

.footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  width: 100vw;
}

.footer-color {
  color: #fff;
  background-color: #000000 !important;
}
