body {
    background-color: #0378FC;
}

.btn-custom-google:hover,
.btn-custom-google:active,
.btn-custom-google:focus-visible {
    background-color: #f7f7f7;
}

.btn-custom-google {
    width: 335px;
    height: 59px;
    margin-top: 10px;
    border-radius: 7px;
    background-color: #fff;
}

.btn-custom-apple:hover,
.btn-custom-apple:active,
.btn-custom-apple:focus-visible {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.btn-custom-apple {
    width: 335px;
    height: 59px;
    margin-top: 10px;
    border-radius: 7px;
    background-color: #000;
    color: #fff;
}

.loginContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.loginBtnContainer {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 9999;
}

.btn-icon {
    float: left;
    margin-left: 23px;
    margin-top: 3px;
}  