
body { background: #b3d2e8; font-family: 'Helvetica Neue', sans-serif !important; }

.header { background: #fff; padding: 12px 16px; }
.header img { width: 200px; }

.content .container { background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 550px !important; box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5); padding: 35px 50px 25px; border-radius: 6px; font-size: 14px; }
.content h2 { font-size: 25px; color: #000; letter-spacing: .39px; line-height: 30px; text-align: center; font-weight: 700; margin-bottom: 35px; }

.form-footer { text-align: center;}
.form-footer button { background: #0c62ca; border-color: #0c62ca; }
.form-footer a { color: #0c62ca; display: block; margin-top: 15px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-footer a:hover { color: #000; }
p.error-message { font-weight: 500; margin-top: 15px; color: #ff001d; font-weight: 600; }

.form-terms { margin-top: 35px; display: flex; align-items: center; gap: 10px; justify-content: center; }

.form-terms a { color: #000; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-terms a:hover { color: #0c62ca; }

.footer { background: #fff; position: fixed; width: 100%; bottom: 0; text-align: center; padding: 16px; }
.footer a { color: #000; }
.footer a:hover { color: #0c62ca; }