@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');

.topgift-login-register { padding: 40px 0 100px 0; }
.topgift-login-header { text-align: center; }
.topgift-login-content { position: relative; overflow: hidden; margin-left: auto; width: 400px; max-width: 400px; margin: 0 auto; border-radius: 10px; box-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; padding: 30px; }

.topgift-form .form-group { margin-bottom: 20px; }
.topgift-form label { padding-bottom: 8px; display: inline-block; }
.topgift-form .d-flex { justify-content: space-between; align-items: center; }
.topgift-form .form-title { font-size: 20px; font-weight: 600; margin: 0 0 10px 0; text-align: center; }
.topgift-form .form-description { margin: 0 0 30px 0; }

.topgift-login-header h1 { font-family: "Londrina Outline"; font-size: 5rem; letter-spacing: .5rem; line-height: 1; margin: 0 0 40px 0; text-shadow: 0 0 5px #354F9C, 0 0 10px #354F9C, 0 0 20px #354F9C, 0 0 40px #354F9C, 0 0 80px #354F9C, 0 0 100px #354F9C; }
.topgift-form { display: none; }

#VerifyForm p { margin-top: 0; }
#VerifyForm .verify-codes { display: flex; gap: 20px; }
#VerifyForm .verify-codes input { text-align: center; }
#VerifyForm .form-submit { display: block; width: 100%; }
#VerifyForm  p a { color: #fd8a02; }

.topgift-loading { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0a112880; align-items: center; justify-content: center; }
.topgift-form-success { display: none; }
.topgift-notice-error { padding: 15px 20px; background: #ff000080; border-radius: 8px; margin-bottom: 30px; }

input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.5); background: transparent; border-radius: 4px; position: relative; top: 5px; margin-right: 4px; }
input[type="checkbox"]:checked::after { content: "✓"; position: absolute; top: -1px; left: 2px; color: #008000; font-size: 20px; }
@media screen and (max-width: 768px) {
    .topgift-login-register { padding: 20px 0 40px 0; }
    .topgift-login-content { width: 100%; max-width: 98%; padding: 20px; }
    .topgift-login-header h1 { font-size: 4em; }
}