.custom-phone-wrapper {
    display: flex;
    align-items: center;
}

.custom-phone-wrapper .phone-prefix {
    margin-right: 10px;
    padding: 6px 12px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: bold;
}

.custom-phone-wrapper .phone-input {
    flex: 1;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
}

.custom-phone-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-phone-wrapper .phone-prefix {
    margin-right: 10px;
    padding: 6px 12px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: bold;
}

.custom-phone-wrapper .phone-input {
    flex: 1;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
}

button#send_otp {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

button#send_otp:hover {
    background-color: #005177;
}
