* {
  font-family: "Red Hat Display", sans-serif;
}
html,
body,
main {
  height: 100%;
}
/*LOGIN*/
#panel-left {
  display: flex !important;
  align-items: center;
  background-color: #ffffff;
}
#panel-right {
  display: flex !important;
  align-items: center;
  background-color: #1f8ec9;
}

h1 {
  color: rgb(0, 0, 0);
  font-size: 60px;
  font-weight: 900;
}
h2 {
  color: #14274e;
  font-size: 40px;
  font-weight: 700;
}
.input_login::placeholder { 
    color: rgb(255, 255, 255); 
  }

.description {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 400;
}

#panel-left .logo-container svg {
  width: 220px;
}

#panel-right form input {
  background-color: unset;
  border: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}
#panel-right .comunicate{
  display: none !important;
}
.btn.btn-primary {
  border: 0 !important;
  border-radius: 50px !important;
  background-color: #14274e !important;
  padding: 15px 40px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.links a {
  color: #14274e;
}

@media only screen and (max-width: 767px) {
  #panel-left {
    display: none !important;
  }
  #panel-right .comunicate{
    display: block !important;
  }
}
