body {
  width: 100vw;
  height: 100vh;
  background:#A60328;
  font-family: 'Karla', sans-serif;
}
#info {
  background:#A60328;
  height: 100vh;
}
#form {
  background:#eeeeee;
  height: 100vh;
}

a {
  font-size: 20px;
  color:  black;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #A60328;
}


#form .login {
  font-size: 45px;
  font-weight: 700;
  color: #A60328;
  font-family: 'Epilogue', sans-serif;
}

#form .username {
  font-size: 25px;
  font-weight: 700;
  color: #212529;
}

#form .button {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
  
}

@media (max-width: 992px) {
  #info {
      display: none;
  }
  #form1 {
      margin: 4%;
  }
  body {
    margin: 0;
    background: #eeeeee; 
  }
  .container-full {
    margin: 0;
  }
}
.btn-gradient {
  background:  #A60328;
  border: 1px solid #A60328;
}
#description_r {
  color: #c9c7c7;
  font-size:18px;
}

.info {
  font-size: 18px;
}
.btn-black {
  background: #131314;
  border: 1px solid  #131314;
}
