@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');


.imgLogoApp{
  height: 100px;
}
.imgLogoEvento{
  height: 100px;
}
.login-wrap{
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); 
}
body{
  background-color: #F8F9FA;
}
.Rouge{
   font-family: "Rouge Script", cursive;
}