.sk-forgot-password-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/background_dark_green.png);
    background-size: cover;
}

.sk-forgot-password-body-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 400px;
    height: 160px;
}

.sk-forgot-password-body {
    display: flex;
    justify-content: center;
}

.sk-forgot-password-submit {
    width: 90px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 0;
    font-size: 16px;
}

.sk-forgot-password-form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sk-forgot-password-text {
    width: 310px;
}

p.sk-forgot-password-text {
    color: #ced6d6 !important;
    font-size: 14px;
}

h2.sk-forgot-password-text {
    padding-bottom: 20px;
    font-size: 24px;
}