@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&amp;display=swap");

html,body{
  height: 100%;
  font-family: "Roboto", sans-serif;
}
.center_bx_aline{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.center_bx_aline p{
  color: #192F60;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 0 15px;
}
.center_bx_aline a.btn_link{
  text-decoration: none;
  width: 170px;
  height: 50px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  background-color: #444;
  border-radius: 5px;
  text-align: center;
  line-height: 47px;
}
@media (min-width: 300px) and (max-width: 767px) {}