﻿.sb-forgot-password-frame,
.sb-reset-password-frame {
    width: 750px;
    background: #f2f9ff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    padding: 20px;
    color: #555;
    margin: auto;
    margin-bottom: 24px;
    margin-top: 24px;
}
.sb-reset-password-header,
.sb-forgot-password-header { 
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sb-forgot-password-button-group {
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.sb-forgot-password-email-input,
.sb-reset-password-inputs { 
    width: 400px;
    margin: auto;
}
.sb-forgot-password-button-group .sb-btn-login,
.sb-forgot-password-button-group .sb-btn-logout {
    width: 60px;
}