* {
    font-family: "Red Hat Display", sans-serif;
  }
  html,
  body,
  main {
    height: 100%;
  }
  /*LOGIN*/
  #panel-left {
    display: flex !important;
    align-items: center;
    background-attachment: fixed;
		background: linear-gradient(rgb(19 126 197 / 60%),rgb(4 87 119)), url(../../assets/img/compañeros.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 100% 100%;
  }
  #panel-left-two {
    display: flex !important;
    align-items: center;
    background-attachment: fixed;
		background: linear-gradient(rgb(19 126 197 / 60%),rgb(4 87 119)), url(../../assets/img/registro.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 100% 100%;
  }
  #panel-left-tree
  {
    display: flex !important;
    align-items: center;
    background-attachment: fixed;
		background: linear-gradient(rgb(197 19 19 / 60%),rgb(119 4 4)), url(../../assets/img/alerta.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 100% 100%;
  }
  #panel-right {
    display: flex !important;
    align-items: center;
    background-color: #ffffff;
  }
  
  h1 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 900;
  }
  h2 {
    color: #14274e;
    font-size: 40px;
    font-weight: 700;
  }
  .input_login::placeholder { 
      color: rgb(0, 0, 0); 
    }
  
  .description {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 400;
  }
  
  #panel-left .logo-container svg {
    width: 220px;
  }
  
  #panel-right form input {
    background-color: #0000000f;
    border: 0;
    border-bottom: 2px solid #000000;
    border-radius: 10;
    font-weight: 400;
    outline: none;
    box-shadow: none;
  }
  #panel-right form select {
    background-color: #0000000f;
    border: 0;
    border-bottom: 2px solid #000000;
    border-radius: 10;
    font-weight: 400;
    outline: none;
    box-shadow: none;
  }
  #panel-right .comunicate{
    display: none !important;
  }
  .btn-primary-class {
		appearance: none;
		background-color: #0000000f;
		border: solid 1px !important;
		border-radius: 3em;
		color: #000000 !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.6em;
		font-weight: bold;
		letter-spacing: 0.25em;
		line-height: 4.75em;
		outline: 0;
		padding: 0 3.75em;
		position: relative;
		text-align: center;
		text-decoration: none;
    text-decoration-color: none;
		text-transform: uppercase;
		white-space: nowrap;
  }
  .btn-primary-class:hover {
    border-color: rgba(0, 110, 255, 0.15) !important;
    transition: border-color 0.5s ease;
  }
  .links a {
    color: #14274e00;
  }
  
  @media only screen and (max-width: 767px) {
    #panel-left {
      display: none !important;
    }
    #panel-right .comunicate{
      display: block !important;
    }
  }
  