body {
    background: linear-gradient(90deg, #000000 0%, #383838 100%);
}

.Login_curves {
    z-index: 2;
    position: fixed;
    bottom: calc(40vh - 200px);
    left: -340px;
}

.Login_blob {
    z-index: 1;
    position: fixed;
    bottom: calc(45vh - 200px);
    left: -260px;
}

.Login_box {
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 410px;

    display: grid;
    grid-auto-flow: row;
    grid-gap: 4px;
}

.Login_box .Button {
    align-self: center;
    justify-self: center;
    margin-top: 36px;
    margin-left: -90px;
}

.Login_logo {
    align-self: center;
    justify-self: center;
    margin-bottom: 60px;
    margin-left: -100px;
}

.Login_inputRow {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-gap: 8px;

    align-self: center;
    justify-self: center;
}

.Login_inputRow > label {
    grid-area: 1/1/2/2;

    color: #7F8896;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.Login_inputRow > div {
    grid-area: 2/1/3/2;

    position: relative; /* new stacking context */
}

.Login_inputRow > div > img {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.Login_inputRow > div > input {
    background: transparent;
    color: #E9EEF5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

    padding: 16px 48px 16px 16px;
    border: 1px solid whitesmoke;
    border-radius: 8px;
}

.Login_remindMe > label {
    color: #E9EEF5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.Login_remindMe > input {
    background: #58606C;
}

.Login_submit {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

    height: 44px;
    width: 150px;
    left: 130px;
    top: 252px;
    padding: 12px, 24px, 12px, 24px;
    margin-top: 24px;

    background: linear-gradient(90deg, #5C0000 0%, #861515 52.13%, #C52F33 100%);
    box-shadow: 0px 8px 24px -4px rgba(127, 136, 150, 0.4);
    border-radius: 8px;
    border: 0;

    align-self: center;
    justify-self: center;
}

.forgotPassword{
    color: #58606C;
    margin-top: -27px;
    margin-left: 183px;
}

.forgotPassword:hover{
    color: white;
}

.emailNotification p{
    text-align: center;
}