body {
    background-color: #eee;
    font-family: 'Poppins',
        sans-serif;

}

.container {
    width: 370px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid lightgrey;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
    margin-top: 5%;
    padding: 30px;
    position: relative;
    text-align: left;
    vertical-align: top;

}

h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.paragraph {
    text-align: center;
    margin-bottom: 7%;
}


.google__button {
    border: 1px solid grey;
    height: 35px;
    width: 97%;
    margin: 10px 5px;
    cursor: pointer;
    color: grey;
    font-weight: 520;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid lightgrey;
    outline: none;
}

.google__button:hover {
    background-color: rgb(235, 232, 232);
}

.left__line {
    width: 45%;
    height: 0.5px;
    background-color: lightgrey;
}

.or__line {
    color: #999;
    font-size: 13px;
    line-height: 0;
    text-align: center;
    margin-top: 30px;
}

.right__line {
    width: 45%;
    height: 0.5px;
    background-color: lightgrey;
    margin-left: 55%;
}

#harvest__email {
    height: 30px;
    width: 95%;
    margin: 40px 5px 5px;
    padding-left: 2%;
    border: 1px solid gray;
    border-radius: 5px;
}

#harvest__password {
    height: 30px;
    width: 95%;
    margin: 5px 5px;
    padding-left: 2%;
    border: 1px solid gray;
    border-radius: 5px;
}

.signin__button {
    display: block;
    height: 38px;
    width: 99%;
    margin: 10px 5px;
    background-color: #55A745;
    border-radius: 5px;
    border: 1px solid #24A90C;
    outline: none;
    color: white;
    cursor: pointer;
    font-weight: 520;
    font-size: 15px;
}

.signin__button>a {
    color: #ffffff;
    text-decoration: none;
}

.forgotpassword__links {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

.harvest__links {
    float: left;
    margin-left: 43%;
    cursor: pointer;
    font-size: 13px;
}

.harvest__links>a {
    color: rgb(146, 143, 143);
}


.privacy__link {
    margin-left: 2%;
    float: left;
    cursor: pointer;
    font-size: 13px;
}

.privacy__link>a {
    color: rgb(146, 143, 143);
}