.recuperar-senha-container{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:100vh;background:linear-gradient(180deg,#21557a,#85cfa5);padding-top:60px;padding-bottom:20px}.recuperar-senha-card{display:flex;width:700px;height:400px;max-width:90%;background:#fff;border-radius:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;margin:auto}.recuperar-senha-image{flex:1;background:url(/pharmacy-background.png) 50%/cover no-repeat;display:none}@media (min-width:1024px){.recuperar-senha-image{display:block}}.recuperar-senha-content{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:center;position:relative;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc #f0f0f0}.recuperar-senha-content::-webkit-scrollbar{width:6px}.recuperar-senha-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.recuperar-senha-content::-webkit-scrollbar-track{background:#f0f0f0}.recuperar-senha-title{text-align:center;font-size:1.3rem;color:#002135;font-weight:700;margin-bottom:10px;margin-top:100px}.recuperar-senha-subtext{text-align:center;font-size:.9rem;color:#555;margin-bottom:15px}.recuperar-senha-form{display:flex;flex-direction:column;gap:8px;align-items:center}.recuperar-senha-form label{font-size:.85rem;color:#333;align-self:flex-start}.recuperar-senha-form input{width:100%;padding:6px 8px;font-size:.85rem;height:32px;border:1px solid #ccc;border-radius:6px}.button-group{display:flex;justify-content:center;gap:6px;margin-top:12px}.btn{padding:6px 12px;font-size:.85rem;min-width:85px;height:32px;border-radius:6px;cursor:pointer;border:none}.btn-primary{background:#21557a;color:#fff}.btn-secondary{background:#ccc;color:#000}.recuperar-senha-footer{text-align:center;font-size:.8rem;color:#002135;margin-top:10px;padding:10px 0;width:100%}