/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* custom */
#header {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #FFFDFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 1000px) {
  #header {
    grid-template-columns: 1fr auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#header .logowrap {
  height: 100%;
  display: grid;
  align-items: center;
}
#header .logo {
  max-width: 225px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
#header .menuwrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1000px) {
  #header .menuwrap {
    display: none;
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}
#header .menuwrap.active {
  display: grid;
}
#header .mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1000px) {
  #header .mainmenu {
    width: 100%;
  }
}
#header .mainmenu .mainmenu-item {
  display: inline-block;
  position: relative;
  padding: 21px;
  box-sizing: border-box;
  padding-right: 0px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #header .mainmenu .mainmenu-item {
    display: block;
  }
}
#header .mainmenu .mainmenu-item:hover .hsubmenu {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  align-items: center;
  justify-self: start;
}
#header .mainmenu .mainmenu-item .mgrid img {
  display: block;
}
#header .mainmenu .mainmenu-item .mgrid .triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
#header .mainmenu .hsubmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 7px;
  min-width: 180px;
}
@media (max-width: 1000px) {
  #header .mainmenu .hsubmenu {
    position: relative;
    top: 0;
    border: none;
  }
}
#header .mainmenu .hsubmenu li {
  padding: 7px;
  color: #1B1816;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 180px;
}
#header .mainmenu .hsubmenu li img {
  display: block;
}
#header .mainmenu .hsubmenu li a {
  text-decoration: none;
  color: #1B1816;
}
#header .hbutton {
  box-sizing: border-box;
  text-align: center;
  display: grid;
  align-items: center;
  padding: 15px;
}
#header .hbutton a {
  color: #FFFDFF;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
  background: #4A208C;
  display: block;
  border-radius: 23px;
  justify-self: center;
  padding: 0.5rem 1rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
#header .burger {
  display: none;
  cursor: pointer;
}
#header .burger img {
  max-width: 34px;
  display: block;
}
@media (max-width: 1000px) {
  #header .burger {
    display: block;
  }
}

body {

  color: #1f1b2c;
  background-color: #f5f5fb;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid rgba(67, 29, 127, 0.07);
  border-left: 1px solid rgba(67, 29, 127, 0.07);
}

.login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  background: #fff;
}
.login-grid.sg {
  height: auto;
}
@media (max-width: 768px) {
  .login-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.login-grid .login-grid-col1 {
  padding-top: 32px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .login-grid .login-grid-col1 {
    order: 2;
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .login-grid .login-grid-col1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
.login-grid .login-grid-col1 h1 {
  color: #1B1816;

  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
}
@media (max-width: 400px) {
  .login-grid .login-grid-col1 h1 {
    font-size: 26px;
  }
}
.login-grid .login-grid-col1 p {
  color: #54504D;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
.login-grid .login-grid-col1 .form-grid {
  display: grid;
  row-gap: 20px;
}
.login-grid .login-grid-col1 .form-grid.signup .signup-twocols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .login-grid .login-grid-col1 .form-grid.signup .signup-twocols {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.login-grid .login-grid-col1 .form-grid.signup .terms {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 6px;
  align-items: center;
}
.login-grid .login-grid-col1 .form-grid.signup #terms {
  width: 18px;
  height: 18px;
  margin-top: 8px;
}
.login-grid .login-grid-col1 label {
  color: #8C8784;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}
.login-grid .login-grid-col1 input[type=email], .login-grid .login-grid-col1 input[type=password], .login-grid .login-grid-col1 input[type=text] {
  width: 100%;
  padding: 18px;
  height: 55px;
  color: #8C8784;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  box-sizing: border-box;
  border: 1px solid #4A208C;
  background: rgba(67, 29, 127, 0.02);
}
.login-grid .login-grid-col1 .twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.login-grid .login-grid-col1 .twocol .col1 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
.login-grid .login-grid-col1 .twocol .col1 input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #4A208C;
  box-sizing: border-box;
}
.login-grid .login-grid-col1 .twocol .col1 label {
  color: #54504D;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
.login-grid .login-grid-col1 .twocol .col2 {
  text-align: right;
}
.login-grid .login-grid-col1 .twocol .col2 a {
  color: #351763;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
}
.login-grid .login-grid-col1 input[type=submit] {
  padding: 24px 48px;
  background-color: #4A208C;
  text-align: center;
  color: #FFFDFF;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  border: none;
  box-sizing: border-box;
  width: 100%;
}
.login-grid .login-grid-col1 .line {
  text-align: center;
}
.login-grid .login-grid-col1 hr {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #C7BADB;
  height: 1px;
  margin-bottom: -14px;
}
.login-grid .login-grid-col1 span {
  background-color: #fff;
  margin-top: -30px;
  color: #1B1816;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  padding: 5px;
}
.login-grid .login-grid-col1 .sign {
  width: 100%;
  padding: 24px 48px;
  text-align: center;
  border: 1px solid #8C8784;
  background: #FFFDFF;
  box-sizing: border-box;
  text-decoration: none;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.login-grid .login-grid-col2 {
  background-image: url("https://lifeprep-academy.s3.us-west-1.amazonaws.com/2025/Home-Main.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .login-grid .login-grid-col2 {
    height: 400px;
    order: 1;
  }
}
@media (max-width: 400px) {
  .login-grid .login-grid-col2 {
    height: 200px;
  }
}

.mainfooter {
  background: #351763;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mainfooter p {
  text-align: center;
  color: #C7BADB;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}