
/*body {
    background-color: #781680;
}*/

.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered-text {
    text-align: center;
}

#recaptcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
input[type="tel"] {
    padding: 10px;
    border: 3px solid black;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 30%;
    box-sizing: border-box;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #781680;
    color: white;
    cursor: pointer;
}

#otp-section {
    display: flex !important;;
    flex-direction: column !important;
    align-items: center !important;
}

#otp {
    width: 50%; /* Adjust this value as needed */
}