.Login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.sitevine-login {
    width: 60%;
    height: 70vh;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.26);
}

.sitevine-login-form-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.login-button {
    background-color: #da463a;
    color: white;
    width: 40%;
}

    .login-button:hover {
        background-color: #da463a;
        color: white;
    }

.sitevine-login-form {
    width: 80%;
}

    .sitevine-login-form input {
        margin-bottom: 15px;
    }

.sitevine-detail-form {
    background-color: #da463a;
    display: flex;
    flex-direction: column;
}

.login-image-container {
    background-color: white;
    height: 150px;
    width: 100%;
}

.login-content {
    color: #eeee;
    margin-top: 10%;
    line-height: 22px;
    text-align: left;
}