@font-face {
  font-family: "IBMPlexSans";
  src: url("./IBMPlexSans-Regular.ttf");
}

.automizely_overlay {
  position: absolute;
  top: 0;
  left: -20px;
  min-width: calc(100vw - 160px);
  width: 100%;
  min-height: calc(100vh - 30px);
  height: 100%;
  background: url("../images/bg.png") repeat center center;
  background-size: 1920px 1080px;
}

.automizely_wrap {
  font-family: IBMPlexSans;
  margin: 80px 20px 0 2px;
  line-height: 1.5;
  color: #212b36;
}
.automizely_content {
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  position: relative;
  width: 720px;
  text-align: center;
  padding: 40px 60px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.automizely_logo {
  width: 420px;
}
.automizely_welcome {
  margin-top: 40px;
  width: 428px;
}
.automizely_desc {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.automizely_wrap .automizely_btn {
  display: block;
  width: 282px;
  height: 70px;
  line-height: 70px;
  border-radius: 5.5px;
  box-shadow: 0 2px 0 0 rgba(22, 29, 37, 0.1),
    inset 0 2px 0 2px rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 26px;
  color: #fff;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  text-decoration: none;
  border: 1px solid #e31757;
  background-color: #ff2368;
}
.automizely_wrap .automizely_btn:hover {
  color: #fff;
  border: 1px solid #e82160;
  background-color: #e31757;
}
.automizely_wrap .automizely_btn:focus {
  color: #fff;
  border: 1px solid #c91e54;
  background-color: #ad1847;
}
.automizely_wrap .automizely_btn:active {
  color: #fff;
  border: 1px solid #e31757;
  background-color: #ff2368;
}
.automizely_visit {
  margin-top: 60px;
  font-size: 20px;
}
.automizely_visit a {
  color: #006fbb;
}
