.register-page{background-color:var(--secondary-color);height:100vh}@media only screen and (min-width:1024px){.register-page{display:flex;align-items:center;justify-content:center;height:auto}}.register-page .register-page-top{height:25vh}@media only screen and (min-width:1024px){.register-page .register-page-top{height:100vh;flex:1.25 1;display:flex;flex-direction:column;align-items:center;justify-content:center}}.register-page .register-page-top .logo{width:150px;height:100px;object-fit:fill;display:block;margin:auto}@media only screen and (min-width:1024px){.register-page .register-page-top .logo{width:300px;height:300px;object-fit:contain;margin:0}}.register-page .register-page-top .art-slogan{color:var(--main-color);text-align:center;margin-bottom:2px;font-size:.9rem}.register-page .register-form{height:75vh;width:100%;background-color:var(--main-color);border-top-left-radius:100px;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-height:700px){.register-page .register-form{height:auto}}@media only screen and (min-width:1024px){.register-page .register-form{height:100vh;flex:2.5 1;border-bottom-left-radius:100px}}.register-page .register-form .form-title{margin:20px 0;text-align:center}.register-page .register-form .section-within-form{border:none;display:flex;flex-direction:column;width:75%}@media only screen and (min-width:1024px){.register-page .register-form .section-within-form{width:65%;margin-left:25%}}.register-page .register-form .register-input{border:none;border-bottom:1.5px solid #000;outline:none;width:100%;height:30px;padding-right:30px;margin-bottom:20px}@media only screen and (min-width:1024px){.register-page .register-form .register-input{width:70%}}.register-page .register-form .password-input-container{position:relative}.register-page .register-form .password-input-container .visibility{position:absolute;top:0;right:5px}@media only screen and (min-width:1024px){.register-page .register-form .password-input-container .visibility{right:31%}}.register-page .register-form .form-btn{width:100px;height:50px;border-radius:50px;margin-bottom:10px;border:none;color:var(--main-color);font-size:1rem;font-weight:400;cursor:pointer}.register-page .register-form .terms-area{display:flex;align-items:center;column-gap:2px}.register-page .register-form .terms-area .terms{font-size:.8rem}.register-page .register-form .btn-area{display:flex;column-gap:10px;margin-top:10px}.register-page .register-form .login-btn{background-color:var(--secondary-color)}.register-page .register-form .signup-btn{background-color:var(--third-color)}@media only screen and (min-width:1024px){.register-page .register-form .signup-btn{margin-bottom:20px}}