/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.ae-Card {
  box-sizing: border-box;
  margin: 32px;
  min-height: 794px;
  position: relative;
}

.ae-Card * {
  box-sizing: border-box;
  font-family: Avenir, Tahoma, Arial, Helvetica, sans-serif;
}

.ae-Card {
  background-color: #fff;
  border: 1px solid #C8D3E0;
  border-radius: 8px;
  width: 750px;
}

.ae-Card h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin: 0;
  margin-bottom: 6px;
}

.ae-Card h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 10px;
  line-height: 32px;
}

.ae-Card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.ae-Card input { 
  display: block;
}

.ae-Card ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
  margin-left: 18px;
  margin-bottom: 24px;
}

.ae-Card li {
  margin: 0;
}

.ae-Card a {
  color: #3975bb;
  align-items: center;
  display: inline-flex;
}

.ae-Card button {
  cursor: pointer;
}

.ae-Card input.button {
  background-color: #fff;
  border: 1px solid #366eb0;
  color: #366EB0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 14px 0;
  width: 300px;
}

.ae-Card input.button:hover {
  background-color: #e6f1f8;
  color: #234670;
}

.ae-Card p.submit {
  margin-top: 42px;
  padding: 0;
}

.ae-Card .site-id-field input {
  border: 1px solid #7e90a5;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 16px;
  width: 300px;
}

.ae-Card .ae-logo {
  margin-bottom: 21px;
}

.ae-logo svg {
  width: 160px;
  height: auto;
}

.ae-Card p.ae-subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.site-id-field span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-left: 3px;
}

.sign-up-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}

.sign-up-link {
  color: #3975bb;
  font-size: 16px;
  line-height: 24px;
}

.ae-site-id-form {
  margin: 0;
  padding: 0;
  margin-top: 24px;
}

.ae-CardHeader {
  background-color: #1d252f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  padding: 37px 68px 26px;
}

.ae-CardBody {
  padding: 42px 68px;
}

.ae-Card p.ae-card-already-have {
  font-size: 14px;
  margin-bottom: 32px;
}

.ae-active-step {
  display: block;
}

.ae-site-id-form-container.hidden {
  display: none;
}

.ae-site-id-form-edit-button-container.hidden {
  display: none;
}

.ae-site-toolbar-preview {
  margin: 12px 0;
}

.hidden {
  display: none;
}

.ae-step-two .ae-site-success-paragraph {
  margin-bottom: 32px;
}

.ae-step-two .ae-site-install-instructions {
  margin-bottom: 32px;
  margin-top: 24px;
}

.ae-step-three .ae-site-install-instructions {
  margin-bottom: 32px;
  margin-top: 24px;
}

.ae-Card p.ae-need-to-reenter-site-id {
  margin-bottom: 22px;
}

.ae-site-id-form-edit-button {
  background-color: #fff;
  border: 1px solid #366eb0;
  border-radius: 4px;
  color: #366eb0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 13px 36px;
  width: 300px;
}

.ae-step-three ul {
  list-style-type: none;
  margin: 30px 0 42px 0;
  padding: 0;
}

.ae-step-three ul li {
  align-items: center;
  display: flex;
  margin-bottom: 21px;
}

.ae-step-three ul li:last-of-type {
  margin-bottom: 0;
}

.ae-step-three ul li svg {
  margin-right: 14px;
}

.ae-step-three ul li span {
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
}

.ae-site-id-cancel-button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #366eb0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  padding: 13px 36px;
  width: 300px;
}

.site-id-field-container.has-error .site-id-field input {
  border: 1px solid #ce0000;
}

.site-id-field-error {
  color: #ce0000;
  font-size: 16px;
  margin-top: 12px;
  display: none;
}

.has-error .site-id-field-error {
  display: block;
}

.ae-indent-content {
  margin-left: 28px;
}


.ae-Card a.ae-register-button {
  align-items: center;
  background-color: #366eb0;
  border-color: #366eb0;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  width: 279px;
}

.ae-Card a.ae-register-button:hover {
  background-color: #6498D4;
  border-color: #6498D4;
}

.ae-Card a.ae-register-button svg {
  margin-left: 8px;
}

.ae-Card p.ae-login-text {
  font-size: 14px;
}

.ae-step-one-spacer {
  margin-bottom: 32px;
}

.ae-image-line {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 29px;
}

.ae-image-line-dashboard {
  margin-bottom: 50px;
}

.ae-image-line > div > svg {
  margin-right: 28px;
}

.ae-image-line span {
  font-size: 16px;
}

.ae-image-line a {
  align-items: center;
  display: inline-flex;
}

.ae-image-line a svg {
  margin-left: 4px;
  margin-right: -4px;
}

.ae-help-link svg {
  margin-left: 4px;
}

.ae-step-three p a svg {
  margin-left: 4px;
  margin-right: -4px;
}

p.ae-need-to-reenter-site-id a svg {
  margin-left: 4px;
  margin-right: -4px;
}


.ae-Card .ae-image-line-dashboard p {
  margin-right: 39px;
}

.ae-help-link {
  font-size: 16px;
  position: absolute;
  right: 28px;
  line-height: 24px;
  color: #3975BB;
  bottom: 25px;
}

.ae-Card p.ae-login-text a svg {
  margin-left: 2px;
  margin-right: -2px;
}