#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  justify-content: start !important;
}

#container {
  box-shadow: 0px 4px 16px rgba(20, 30, 43, 0.06), 0px 30px 30px -30px rgba(20, 30, 43, 0.16);
  border-radius: 16px !important;
  overflow: hidden;
  top: 100px !important;
}

#main {
  padding: 0;
}

.login #content {
  padding: 0;
}

#footer {
  padding: 0;
}

.content {
  width: 570px;
  height: 538px;
}

#content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#microsoft-login {
  background: #3A98E5;
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
}

.title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 8px;
}

.subtitle {
  width: 316px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  color: #6B7D94;
  margin-bottom: 43px;
}

.microsoft-sign-in-logo {
  width: 274px;
  height: 184px;
  margin-bottom: 48px;
}

.microsoft-sign-in-header-logo {
  width: 80px;
}
