.forgot {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/background/portal-sign-in-background-2-x-centered@2x.png);
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.forgot .forgot-title {
    font-family: "Metropolis Bold";
    font-size: 34px;
    letter-spacing: 3.84px;
    line-height: 1.21;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

.forgot .forgot-description {
    margin-top: 10px;
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 4.32px;
    text-align: left;
    color: #ffffff;
}

.forgot .forgot-container {
    width: 350px;
    margin: auto;
}

.forgot .checkboxes {
    width: 220px;
    margin: 10px auto 0 auto;
}

.forgot .usernameCheckboxContainer {
    float: left;
}

.forgot .passwordCheckboxContainer {
    float: right;
}

.forgot .enterEmail {
    width: 220px;
    margin: 40px auto 0 auto;
}

.forgot .emailInput {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #000000;
    border: 0;
    margin: 15px auto 0 auto;
    border-radius: 8px;
    font-size: 22px;
    color: white;
    opacity: 0.7;
}

.forgot .sent {
    text-align: center;
    margin: 10px 0 0 0;
    visibility: hidden;
}

.forgot.sent .sent {
    visibility: visible;
}

.forgot .sendButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    border-radius: 8px;
    background-color: #0eb5fe;
    margin: 20px auto;
    font-family: "Metropolis Bold";
    font-size: 16px;
    letter-spacing: 4.32px;
    color: white;
    margin-top: 30px;
    text-transform: uppercase;
}

@media only screen and (max-device-width: 1024px) {
    .forgot {
        justify-content: center;
    }
    .forgot .forgot-container {
        right: 0;
    }
}
