.btn-google {
    color: white;
    background-color: #ea4335;
    border-color: #ea4335;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin-container {
    height: 96vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px;
}

.form-signin-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}