.form-control{

    border-radius: 10px 10px 10px 10px;
}
.continuar {

    border-radius: 10px 10px 10px 10px;
    border-bottom: none;
}
.aviso{
  width: 160px;
height: 60px;
position: absolute;
background: rgba(249, 112, 0, 0.5);
right: 100px;
bottom: 140px;
border-radius: 20px;
color: rgb(255, 108, 14);
}
.arrow-down {
  width: 0;
   height: 0;
   margin-left: 20px;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-top: 20px solid rgba(249, 112, 0, 0.5);
   margin-top: 10px;

}
.aviso-texto{
  color: rgb(255, 108, 14);
font-size: 14px;

}
