
#google-button-container {
    /* Height of Google Button */
    height: 32px;
    width: 100%;
    position: relative;
}

/* Split border into 8 components to overlay over Google button and allow the Google button to be clickable */
#top-left-border {
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
}

#top-border {
    /* Based on height/width of corner border radi */
    width: calc(100% - 10px);
    margin-left: 5px;
    height: 1px;
}

#top-right-border {
    border-left: 0;
    border-bottom: 0;
    border-top-right-radius: 5px;
    right: 0;
}

#left-border {
    /* Based on height/width of corner border radi */
    height: calc(100% - 10px);
    margin-top: 5px;
    width: 1px;
}

#right-border {
    /* Based on height/width of corner border radi */
    height: calc(100% - 10px);
    margin-top: 5px;
    width: 1px;
    right: 0;
}

#bottom-left-border {
    border-right: 0;
    border-top: 0;
    border-bottom-left-radius: 5px;
    bottom: 0;
}

#bottom-border {
    /* Based on height/width of corner border radi */
    width: calc(100% - 10px);
    margin-left: 5px;
    height: 1px;
    bottom: 0;
}

#bottom-right-border {
    border-left: 0;
    border-top: 0;
    border-bottom-right-radius: 5px;
    right: 0;
    bottom: 0;
}

.google-button-border {
    z-index: 1;
    position: absolute;
}

.corner-border {
    border: 1px solid black;
    height: 5px;
    width: 5px;
}

.side-border {
    background-color: black;
}

#appleid-signin {
    margin: auto;
    align-items: center;
    align-content: space-around;
}
