﻿.container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

.login-layout {
  display: flex;
  height: 100%;
}

.login-layout__left {
  flex: 1;
  position: relative;
}

.login-layout__right {
  flex: 1;
  box-shadow: 0px 0px 120px rgb(0 0 0 / 40%);
  z-index: 1;
  background-color: #edeff3;
}

.acterys-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.acterys-logo__container {
  display: flex;
  align-items: center;
}

.acterys-logo__img {
  height: 42px;
  width: 42px;
}

.acterys-logo__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.24em;
  color: #3cefb9;
  text-transform: uppercase;
}

.login-panel {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #26282a;
}

.login-panel__header {
  padding: 180px 0px 40px 102px;
}

.login-panel__footer {
  margin-top: auto;
  text-align: center;
  padding: 0px 0px 40px 102px;
}

.welcome {
  font-size: 36px;
  color: #50586b;
  margin-bottom: 60px;
  font-weight: 500;
}

.forgot-password {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}

.start-trial {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.sign-in {
  background: #373f51;
  color: white;
  font-size: 18px;
  padding: 8px 26px;
  margin-bottom: 40px;
}

.sign-in .icon-microsoft {
  background: white;
}

.powered {
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.azure-block {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.azure-block__logo {
  width: 20px;
  height: 20px;
}

.ipad-screen {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 42px solid black;
  border-top: 42px solid black;
  border-top-left-radius: 50px;
  overflow: hidden;
  height: 350px;
  width: 550px;
}
.ipad-screen__img {
  border-top-left-radius: 10px;
  object-fit: fill;
  width: 100%;
}

.info {
  color: white;
  padding: 180px 40px 0px 0px;
  margin-left: auto;
  max-width: 520px;
}
.info__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
}
.info__description {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  margin-top: 8px;
}
