body {
    min-height: 80vh;
}

.submit-button {
    display: block;
    margin-left: auto;
    margin-top: 35px;
    background-color: #2978EF;
    border: none;
    color: white;
    padding: 4px 64px;
    border-radius: 5px;
}

.forgot-password-container {
    width: 40%;
    margin: auto;
    border: 1px solid #ddd;
    border-top: 5px solid #2978EF;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.alert-success {
    color: #0A4EB6;
    background-color: #dbf6ff;
    border-color: #0A4EB6;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 800;
}