.bg-side{
  background-color: #23262b;
  color: rgb(255, 255, 255);
  height: 100vh;
  

}
.header{
  border-bottom: 1px solid white;
  padding: 20px;
}

.body-form{
  padding: 20px;
}

.font-logo{
  margin-left: 10px;
  font-size: 40px;
  
}

.btn-custom-primary{
  background-color: #3D7B80;
  border: none;
  box-shadow: 2px 2px 5px 1px black;
  color: white;
  font-size: 20px;
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
  margin-top: 20px;

}

.link-float{

  text-decoration: none;
  float: right;
  margin: 20px;
}

.side-logo{
  text-align: center;
  margin-top: 60px;    
}