﻿.forgot-password {
    max-width: 500px;
    max-height: 500px;
    margin: 20% auto;
    justify-content: center;
    align-items: center;
}

.forgot-password__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.forgot-password__message {
    font-size: 15px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #e6e8f4;
    padding: 7px;
}