html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: rgb(252, 252, 252);
}

.top-section {
    background-color: rgb(252, 252, 252);
    background: none;
}

.main-login-section {
    min-height: 80vh;
    width: 100%;
    margin-top: 20px;
}

.error-notification-wrap {
	position: fixed;
	top: 0px;
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.error-notification-x-button {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 36px;
  width: 36px;
  background-image: url("https://aurummarketplace.com/Images/x.svg");
  background-size: cover;
  border-radius: 20px;
  transition: background-color 0.3s;
}

  .error-notification-x-button:hover {
    background-color: rgb(220, 220, 220);
    cursor: pointer;
  }

.error-notification {
    position: relative;
	max-width: 360px;
	padding: 50px;
	margin: auto;
	background-color: white;
	border-radius: 20px;
    z-index: 10;
}

.error-notification-text {
	color: rgb(60, 60, 60);
	font-family: Santral Medium;
	font-size: 14px;
}

.resend-confirmation-email-button-spacer {
    height: 20px;
}

.resend-confirmation-email-button {
    display: block;
    padding: 10px;
    color: white;
    font-family: Santral Medium;
    font-size: 12px;
    background-color: rgb(238, 36, 69);
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s;
}

    .resend-confirmation-email-button:hover {
        cursor: pointer;
        background-color: rgb(240, 59, 89);
    }

.login-title {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: center;
    font-family: Montserrat Light;
    font-size: 32px;
}

.login-title-caption {
    text-align: center;
    font-family: Santral;
}

.login-table-header {
    position: relative;
    height: 50px;
    width: 400px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}

.selection-header {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: Santral;
    font-size: 16px;
}

    .selection-header:hover {
        cursor: pointer;
    }

    .selection-header:hover > span {
        background-color: rgb(240, 240, 240);
    }

.selection-header-text {
    margin: auto;
    padding: 6px 12px 8px 12px;
    border-radius: 10px;
    transition: background-color 0.2s;
}

.selection-shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 50%;
    box-shadow: inset 0 -5px 0 rgb(238, 36, 69);
    transition: transform 0.2s;
    z-index: -1;
    transform: none;
}

.login-table {
    width: 400px;
    margin: auto;
}

.login-window {
    margin-top: 30px;
    display: block;
}

.text-box-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 20px;
}

.label {
    padding-bottom: 6px;
    font-family: Santral;
    font-size: 12px;
}

.text-box {
    height: 40px;
    width: 100%;
    padding-left: 4px;
    box-shadow: 0px 0px 10px -9px black;
    border: 1px solid rgba(40, 40, 40, 0.2);
    border-radius: 5px;
    transition: margin-bottom 0.2s;
}

.login-password-text-box-wrap {
    position: relative;
}

.see-password-button {
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
    height: 24px;
    width: 24px;
    background-image: url("https://aurummarketplace.com/Images/see-password-eye.svg");
    background-size: cover;
    filter: invert(69%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(94%) contrast(86%);
    transition: filter 0.3s;
}

    .see-password-button:hover {
        cursor: pointer;
        filter: invert(20%) sepia(1%) saturate(0%) hue-rotate(15deg) brightness(92%) contrast(83%);
    }

.button-wrap {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.remember-me-section {
    width: 100%;
    display: flex;
    justify-content: left;
}

    .remember-me-label:hover {
        color: rgb(100, 100, 100);
    }

.checkbox {
    height: 18px;
    width: 18px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .checkbox:hover {
        cursor: pointer;
    }

.checkbox:active {
    background-color: rgb(200, 200, 200);
}

.checkbox:checked {
    background-image: url("https://aurummarketplace.com/Images/check.svg");
    background-size: cover;
}

.checkbox-label {
    position: relative;
    bottom: 2px;
    font-family: Santral;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
}

    .checkbox-label:hover {
        cursor: pointer;
    }

.forgot-password-section {
    width: 100%;
}

.forgot-password-text {
    position: relative;
    bottom: 2px;
    display: inline-block;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: black;
    font-family: Santral;
    font-size: 14px;
    text-decoration: underline;
}

    .forgot-password-text:hover {
        color: rgb(100, 100, 100);
    }

.button {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    color: white;
    font-family: Montserrat Light;
    font-size: 20px;
    background-color: rgb(20, 20, 20);
    border: none;
    transition: background-color 0.5s;
}

    .button:hover {
        cursor: pointer;
        background-color: rgb(100, 100, 100);
    }

.create-account-window {
    margin-top: 30px;
    display: none;
}

.warning {
    display: inline-block;
    max-height: 0px;
    color: red;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.warning-active {
    max-height: 20px;
}

.checkbox-warning {
    bottom: 0px;
}

.policy-section {
    position: relative;
    margin-top: 20px;
}

.policy-input-label-wrap {
    transition: padding-bottom 0.2s;
}

.policy-checkbox {
    margin-left: 0px;
}

.policy-label {
    bottom: 4px;
    right: 2px;
}

.asterisk-caption {
    position: relative;
    font-family: Santral;
    font-size: 12px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .main-login-section {
        margin-top: 20px;
    }

    .login-title {
        height: 40px;
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 22px;
    }
    
    .selection-header {
        color: rgb(60, 60, 60);
    }

    .table-wrap {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .login-table-header {
        width: auto;
    }
    
    .selection-header {
        color: rgb(60, 60, 60);
        font-family: Santral Medium;
        font-size: 18px;
    }

    .login-table {
        width: auto;
    }

    .label {
        font-family: Santral Medium;
    }

    .text-box {
        height: 44px;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: Santral Medium;
        font-size: 14px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .see-password-button {
        top: 6px;
    }

    .remember-me-label {
        position: relative;
        top: 1px;
        font-family: Santral Medium;
    }

    .forgot-password-text {
        position: relative;
        top: 1px;
        font-family: Santral Medium;
    }
    
    .policy-label {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .button {
        background-color: rgb(20, 20, 20);
    }

    .login-submit-button {
        font-family: Santral Medium;
        border-radius: 50px;
    }

    .asterisk-caption {
        font-family: Santral Medium;
        font-size: 12px;
    }

    .create-account-button {
        font-family: Santral Medium;
        border-radius: 50px;
    }
}





.email-section {
    position: relative;
    height: 200px;
    min-height: 350px;
    width: 50%;
    min-width: 250px;
    margin: auto;
    padding: 5% 10% 5% 10%;
    background: linear-gradient(0deg, rgba(234, 234, 234, 0.116) 0%, rgba(94, 94, 94, 0.068) 100%);
    border-radius: 20px;
}

.perimeter-decoration {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100% - 41px);
  width: calc(100% - 41px);
  margin: 20px;
  box-sizing: border-box;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 20px;
}

.email-content {
  padding: 10px;
  font-size: 16px;
  color: rgb(60, 60, 60);
}

.activate-account-button {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  background: linear-gradient(rgb(237, 92, 116), rgb(238, 36, 69));
  border-radius: 20px;
}

.copyright {
  position: absolute;
  bottom: 23px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: rgb(40, 40, 40);
  font-size: 12px;
}