﻿.sb-forgot-password-frame {
    max-width: 650px;
    background: #f2f9ff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    padding: 20px;
    color: #555;
    max-height: 70dvh;
    overflow-y: auto;
}

.sb-forgot-password-button-group {
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 10px;
}