/* assets/css/signup.css */
body {
	background: var(--three-bg-color);
}
.nav-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0;
}
.terms-information {
    font-size: var(--font-size-min);
    color: var(--three-font-color);
    text-align: center;
    margin: 20px 0 0 0;
}
.terms-information a {
    text-decoration: none;
    color: var(--four-font-color);
    font-weight: 700;
}