body{background-image:url(/images/blue_fire.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:'Roboto', sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0}.login-title{color:navy;font-size:1.5rem;font-weight:bold;text-align:center}.actions-login{display:flex;justify-content:center;align-items:center;margin-top:15px;margin-bottom:5px}.actions-login input[type="submit"]:hover{background-color:#004080;transform:scale(1.05)}.actions-login input[type="submit"]{width:auto;padding:10px 20px;font-size:1rem;border:none;border-radius:5px;background-color:navy;color:white;cursor:pointer;display:block;margin:10px auto;text-align:center}.login-field input[type="email"],.login-field input[type="password"]{width:150%;max-width:1000px;padding:5px 10px;font-size:1rem;margin:8px auto 8px calc(-25%);display:block;border:1px solid #bbb;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,0.1);box-sizing:border-box;transition:border-color 0.3s ease, box-shadow 0.3s ease}.login-field{text-align:center;width:100%;max-width:800px;margin:0 auto}.login-field input[type="email"]:hover,.login-field input[type="password"]:hover{border-color:navy}.login-field input[type="email"]:focus,.login-field input[type="password"]:focus{border-color:navy;box-shadow:0 2px 6px rgba(0,0,128,0.3);outline:none}.devise-container{background-color:white;padding:2rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1);width:100%;max-width:700px;text-align:center;display:flex;flex-direction:column;align-items:center;font-family:'Roboto', sans-serif}.progress-bar-container{width:100%;height:10px;background-color:#e0e0e0;border-radius:5px;margin-bottom:20px}.progress-bar{width:0%;height:100%;background-color:#4caf50;border-radius:5px;transition:width 0.3s ease}.step-subheader{margin-bottom:1.5rem;font-weight:bold;font-size:1.2rem;font-family:'Roboto', sans-serif}.shared-features ul{margin:0;padding:0;list-style:none;text-align:center;font-size:1rem;color:#333;line-height:1.6;font-family:'Roboto', sans-serif}.shared-features ul li{margin-bottom:0.5rem;padding-left:1rem}.subscription-cards{display:flex;justify-content:space-between;gap:20px;margin-top:20px;width:100%}.subscription-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:20px;text-align:center;flex:1;max-width:200px;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:transform 0.3s, box-shadow 0.3s, border-color 0.3s;cursor:pointer;font-family:'Roboto', sans-serif}.subscription-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,0.2)}.subscription-card.selected{border-color:#3944e2;box-shadow:0 8px 12px rgba(57,68,226,0.5);transform:translateY(-5px)}.subscription-card h4{font-size:1.25rem;color:#3944e2;margin-bottom:10px;font-family:'Roboto', sans-serif}.subscription-card .price{font-size:1.2rem;color:#4caf50;margin:10px 0;font-family:'Roboto', sans-serif}.next-button{margin-top:20px;background-color:#3944e2;color:white;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-family:'Roboto', sans-serif}.next-button:disabled{background-color:#ccc;cursor:not-allowed}.next-button:hover:not(:disabled){background-color:#2c328f}.email-input{width:100%;padding:10px;font-size:1rem;margin:10px 0;border:1px solid #ddd;border-radius:5px}.email-input:focus{border-color:#3944e2;outline:none;box-shadow:0 0 5px rgba(57,68,226,0.5)}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:20px;height:50px}.actions.single-button{justify-content:center}.actions.single-button .next-button{margin:0 auto}.back-button,.next-button{background-color:#3944e2;color:white;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;width:120px;height:40px;display:flex;justify-content:center;align-items:center;margin:0;box-sizing:border-box}.back-button:hover,.next-button:hover:not(:disabled){background-color:#2c328f}.next-button:disabled{background-color:#ccc;cursor:not-allowed}.requirement{color:#888}.requirement.valid{color:green}.password-input.valid{border:2px solid green}.password-input:not(.valid){border:2px solid #ccc}.next-button:disabled{background-color:#ccc;cursor:not-allowed}.confirmation-body{background-color:#000080;font-family:'Roboto', sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;text-align:center}.confirmation-devise-container{background-color:white;padding:2rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.1);width:100%;max-width:700px;font-family:'Roboto', sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}.confirmation-message h1{font-size:2rem;color:#3944e2;margin-bottom:1rem}.confirmation-message p{font-size:1rem;color:#555;margin-bottom:2rem}.confirmation-message ul{list-style:none;padding:0;margin:0.5rem 0;text-align:left;font-size:0.9rem;color:#555}.confirmation-message ul li{margin-bottom:0.5rem}.confirmation-actions{display:flex;justify-content:center;width:100%}.confirmation-actions .next-button{background-color:#3944e2;color:white;padding:10px 20px;border-radius:5px;text-decoration:none;font-size:1rem;transition:background-color 0.3s ease}.confirmation-actions .next-button:hover{background-color:#2c328f}.terms-of-service{font-family:Arial, sans-serif;line-height:1.6;color:#333;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.1);max-width:800px;max-height:300px;overflow-y:auto;margin:2rem auto}.terms-of-service h1{font-size:1.5rem;color:navy;margin-bottom:1rem}.terms-of-service h2{font-size:1.25rem;color:navy;margin-bottom:1rem}.terms-of-service h1,.terms-of-service h2{color:navy;margin-bottom:1rem}.terms-of-service p,.terms-of-service ul{margin-bottom:1rem}.terms-of-service ul{padding-left:20px}.terms-of-service a{color:navy;text-decoration:none}.terms-of-service a:hover{text-decoration:underline}.next-button-checkout{display:block;margin:1.5rem auto;padding:0.75rem 1.5rem;font-size:1rem;border:none;border-radius:5px;background-color:#007BFF;color:white;cursor:pointer}.next-button-checkout:disabled{background-color:#ccc;cursor:not-allowed}.help{color:navy;font-weight:bold;font-family:'Roboto', sans-serif}.help::before{content:"contact"}.help::after{content:"@saffireshield.com"}.password-requirements{font-size:14px;color:#555;margin-bottom:20px}.password-requirements ul{list-style-type:none;padding-left:0}.password-requirements li{margin-bottom:5px}.error_messages_custom{color:red;font-size:14px;margin-bottom:20px;padding:10px;border:1px solid red;border-radius:5px;background-color:#f8d7da;width:100%;max-width:1000px;text-align:left;box-sizing:border-box}.error_messages_custom ul{padding-left:20px}.error_messages_custom li{margin-bottom:5px}.login-field-pw-change{width:100%;margin-bottom:20px;text-align:center;display:flex;flex-direction:column;align-items:center}.login-field-pw-change label{font-weight:bold;margin-bottom:10px}.login-field-pw-change input.password-input{width:100%;max-width:700px;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;text-align:left}
