@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/login/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "typicons";
  src: url("../fonts/login/typicons.font-2.0.7/src/font/");
  src: url("../fonts/login/typicons.font-2.0.7/src/font/?#iefix")
      format("embedded-opentype"),
    url("../fonts/login/typicons.font-2.0.7/src/font//typicons.woff")
      format("woff"),
    url("../fonts/login/typicons.font-2.0.7/src/font//typicons.ttf")
      format("truetype"),
    url("../fonts/login/typicons.font-2.0.7/src/font//typicons.svg#typicons")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-family: Montserrat-Regular, Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #8B8D8C;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5 {
  color: #686968;
}

h4 {
    font-size: 1.2em;
}

p {
  text-align: justify;
}

a {
  color: #436034;
  font-weight: bold;
}

a:hover {
  color: #436034;
}

.info {
  margin-bottom: 40px;
}

.info-alert {
  color: #4eaa32;
  font-size: 0.9em;
  border: 1px solid #4eaa32;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
}

/* left section */

.form {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: auto;
  min-width: 330px;
}

.form h4 {
  border-bottom: 1px solid #686968;
  color: #686968;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.form p {
  text-align: center;
}

.form .input-group span {
  position: absolute;
  top: 13px;
  z-index: 9999;
  left: 10px;
  font-size: 25px;
  color: #9d9f9c;
}

.form .input-group input {
  padding: 0.375rem 0.75rem 0.375rem 40px;
}

.form .logo {
  margin-bottom: 3em;
  max-width: 260px;
}

.form-sds .checkbox {
  font-weight: 400;
}

.form-sds .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
}

.form-sds button {
  margin: 20px 0;
  padding: 10px;
  font-size: 1.2em;
}

.form-sds .form-control:focus {
  z-index: 2;
}

.form-sds input {
  margin: 15px 0;
}

.form .custom-icon {
  display: block;
  font-size: 5em;
  color: #d3560e;
  margin-top: -50px;
}

/* Right section */

#slider {
  position: relative;
}

#slider .support_btn {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 200px;
  text-align: center;
  border: 1px solid #c7cdd7;
  padding: 5px;
  border-radius: 25px;
  background: #f0efef;
}

#slider .support_btn:hover,
#slider .support_btn:hover a {
  color: black;
}

#slider .support_btn a {
  color: gray;
  text-decoration: none;
  font-weight: lighter;
}

.bg {
  background-image: url(../assets/img/slideshow/bg1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.copy {
  padding: 2%;
  /* padding: 5% 15%; */
  position: absolute;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  /* color: white; */
  margin-left: -15px;
}

.copy ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  border-radius: 100%;
  background: #b2b3b1;
}

.copy ul li.active {
  background: #4eaa32;
}

/* Chat icon */

.chat-sec {
  margin-top: 80px;
}

.chat-sec p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.chat-sec p:nth-child(2) {
  color: #a3a3a3;
}

.chat-sec p:nth-child(3) {
  color: #436034;
}

.form-control:focus {
  border-color: #4eaa32;
  box-shadow: none;
}

.align-center {
  align-items: center;
}

.align-center div {
  text-align: left;
  font-size: 0.8em;
}

.align-center div:nth-child(2) {
  height: 25px;
}
/* Cambios nuevos 22082018*/
/* GENERAL */
.feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* Alert Styles */
.alert {
  padding: 3px;
}
.alert-info {
  background: #0c546011;
  color: #0c5460;
}
.alert-success {
  background: #43603411;
  color: #436034;
}
.alert-danger {
  background: #a9444211;
  color: #a94442;
}

/* Drop menu */
.drop-menu .drop-trigger {
  cursor: pointer;
}
.drop-menu .drop-trigger:hover {
  opacity: 0.8;
}
.drop-menu .drop-trigger hr {
  margin-bottom: 0;
}
.drop-menu .drop-trigger span {
  color: #436034;
  font-size: 2em;
}

.drop-menu ul li {
  text-align: left;
  font-size: 80%;
}
