body {
    /* background-color: rgb(191, 0, 19, 0.8); */
    display: flex;
    background-image: url('../images/background.png');
}

.circle {
    background-color: white;
    width: 98rem;
    height: 80rem;
    border-radius: 50% 20px;
    margin-left: -35rem;
    /* margin-left: -30rem; */
    margin-top: -40rem;
}

.circle img {
    margin-left: 43rem;
    margin-top: 42rem;
}

.textbox {
    width: 20rem;
    font-size: 3ch;
    padding-left: 35px;
    border-radius: 75px;
    border-width: 0;
    font-weight: 600;
    margin-top: 1rem;
}

.atas-c {
    margin-top: -4.5pc;
}

.form-custom {
    align-content: center;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.gap-form-login {
    margin-top: 12rem;
    color: transparent;
}

.button {
    width: 20rem;
    font-size: 3ch;
    height: 3rem;
    border-radius: 75px;
    border-width: 0;
    font-weight: bold;
    background-color: white;
    margin-top: 10px;
}

.button-submit {
    background-color: rgb(74, 0, 125);
}