body {
    background-color: #f8f9fd;
}
input[type="text"],
input[type="email"], input[type="password"] {
    background-color: #f2f2f2!important;
    border: none!important;
    padding: .75rem 1rem !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
    font-weight: bold;
    color: #cdcdcd;
}

.logo-circle {
    background-color: var(--bs-primary);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit {
    transform: translateY(50%);
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: -15px;
}